]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Update info.
[lilypond.git] / ChangeLog
1 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scm/output-gnome.scm: Update info.
4
5 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6
7         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
8
9         * lily/rest.cc: add direction to rest properties.
10
11         * lily/include/output-def.hh: new file, move from
12         music-output-def.hh
13
14 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
15
16         * scm/output-gnome.scm: Describe feta-cork hack.
17
18 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
19
20         * lily/include/book-paper-def.hh: derive from Output_def 
21
22         * lily/include/paper-def.hh: move all functionality out of class.
23         Junk header.
24
25         * lily/include/music-output-def.hh: rename Music_output_def to
26         Output_def.
27
28         * input/wilhelmus.ly: only set space for Paper formatting. 
29
30         * lily/include/midi-def.hh: remove file, remove class.
31         Move functions to Music-output-def.
32
33         * lily/music-output-def.cc (Music_output_def): remove separate
34         translator table. Lookup translators in scope directly. This
35         obviates Context suffix for context identifiers, i.e.
36
37         \context {
38           \Staff
39           .. 
40           }
41
42
43         will work.
44         
45
46         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
47
48         * Documentation/user/changing-defaults.itely (Horizontal spacing):
49         document spacing override hack.
50
51 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
52
53         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
54         installation info.  Support point-and-click.  Add +/- zoom
55         keybindings.
56
57 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
58
59         * VERSION: 2.3.2 released
60         
61         * lily/parser.yy (book_body): set default bookpaper.
62
63         * scm/output-tex.scm (header): kludge: hard code linewidth. 
64
65         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
66
67 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
68
69         * lily/score.cc (default_rendering): scale outputdef before
70         starting.
71
72 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
73
74         * scm/fret-diagrams.scm: Add header.
75
76         * scm/output-gnome.scm: Hello world :-)
77
78 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
79
80         * scripts/lilypond.py (run_dvips): only add papersize if present.
81
82         * lily/accidental-engraver.cc (update_local_key_signature): new
83         function, fold code from initialize() and process_music().
84         (update_local_key_signature): use deep copy. This fixes one
85         problem from custom-key-signatures.ly.
86         (number_accidentals_from_sig): tighter check for
87         accidental-too-old.
88
89         * ly/engraver-init.ly: remove localKeySignature
90         definition from ChoirStaff, StaffGroup, Score.
91         
92         * lily/percent-repeat-engraver.cc (try_music): add moments for
93         barlines too. Fixes: skipbars-percent-repeat.ly.
94
95 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
96
97         * lily/context-def.cc (filter_performers): don't go to cdrloc if
98         skipping last pair. Fixes: crash-bar-number.
99
100         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
101         D. Sorensen)
102
103         * input/test/fret-diagram.ly: new file.
104
105         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
106         (scale-paper): divide by scale.
107
108 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
109
110         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
111         case.
112
113 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
114
115         * scm/stencil.scm (fontify-text): reinstate function
116
117         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
118
119         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
120
121         * lily/parser.yy (book_paper_head): \bookpaper {} 
122
123         * python/midi.c: remove config.h
124
125 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
126
127         * scm/output-gnome.scm: Update.
128
129 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
130
131         * scm/output-gnome.scm: New file.
132
133         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
134
135 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
136
137         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
138         (find_scaled_font): move from Paper_def
139
140 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
141
142         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
143         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
144
145         * po/fr.po: update po.
146
147         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
148
149         * lily/book-paper-def.cc (print_smob): new file.
150
151 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
152
153         * buildscripts/lilypond-words.py: search words also from
154         music-functions-init.ly.
155
156 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
157
158         * ly/music-functions-init.ly (def-music-function): new helper
159         macro for defining music functions. \addlyrics \appoggiatura
160         \acciaccatura \grace \partcombine \autochange \applycontext
161         \applyoutput and \breathe are now defined here thanks to it.
162
163         * lily/parser.yy: 
164         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
165         \grace \partcombine \autochange \applycontext \applyoutput and
166         \breathe keywords removed from the parser.
167
168         * lily/parser.yy: 
169         * lily/music-function.cc (ly_make_music_function): 
170         * lily/lexer.ll (music_function_type): added a case for 0-arg
171         music functions.
172
173 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
174
175         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
176         refering to a music expression can be used in lily-inside-scheme:
177         #{ $music #}
178
179         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
180         and ly:parser-define, and change ly:parser-parse-string in order
181         to make #{ $music #} work.
182
183         * scm/new-markup.scm (compile-markup-expression): when an argument
184         is a string, use `make-simple-markup'.
185
186 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
187
188         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
189
190 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
191
192         * scripts/convert-ly.py (FatalConversionError.func): handle + in
193         font-size. (backportme)
194
195 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
196
197         * lily/paper-outputter.cc (output_stencil): dump font definitions
198         before each stencil.
199
200         * lily/include/paper-book.hh (struct Score_lines): new
201         struct. Collect info per Paper-score.
202
203         * lily/include/page.hh (class Page): to_stencil() returns Stencil
204         everywhere.
205
206         * lily/stencil.cc (find_expression_fonts): new function
207
208         * lily/paper-outputter.cc (output_stencil): use
209         interpret_stencil_expr
210
211         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
212         (interpret_stencil_expr): new function. Generic stencil
213         interpretation.
214
215         * lily/paper-def.cc (find_scaled_font): divide lookup
216         magnification by outpuscale for non-virtual fontmetrics. This
217         fixes ludicrously long font definitions for text
218         fonts. (backportme)
219
220         * lily/score-engraver.cc: remove
221         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
222
223 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
224
225         * input/test/markup-score.ly: Remove \notes.
226
227         * lily/parser.yy (book_body): Grok Composite_music and \header.
228         (markup): Push NOTES mode before score_block.
229
230         * VERSION: release 2.3.1
231         
232         * mf/feta-klef.mf: 
233         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
234
235         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
236
237         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
238
239 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
240
241         * scm/output-tex.scm (output-tex-string): tighten safe security.
242
243         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
244
245         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
246         allowed ly functions.
247
248         * lily/ly-module.cc (ly_module_define): only define variable if
249         bound.
250         (ly_make_anonymous_module): take safe option.
251
252 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
253
254         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
255
256 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
257
258         * input/regression/newaddlyrics.ly: Fix.
259
260         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
261         \score \notes.
262
263 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
264
265         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
266
267 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
268
269         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
270
271         * lily/paper-line.cc (Paper_line): don't store list of stencils,
272         but convert to single Stencil immediately.
273
274         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
275
276 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
277
278         * scm/output-sodipodi.scm: Resurrect sodipodi output.
279
280 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
281
282         * elisp/lilypond-mode.el: Changed the way defaults are created for
283         LilyPond-command-master.  LilyPond-mode will now check the
284         timestamps of the files to see which command has to run next.
285
286 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
287
288         * scm/bass-figure.scm (format-bass-figure): don't set
289         number-markup for strings. This fixes string in bass
290         figure. (backportme)
291
292         * lily/parser.yy (bass_number): insert number-markup into figure
293         definition.
294
295         * scm/define-music-properties.scm (all-music-properties): make
296         'figure a markup.
297
298         * scripts/convert-ly.py (conv): \apply -> \applymusic
299
300 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
301
302         * elisp/lilypond-mode.el: changed the order of some commands
303         ("Midi" after "2Midi"), use the user-defined
304         LilyPond-command-default as default instead of "LilyPond"
305
306         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
307         to set the master file for the next command.
308
309         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
310         with font-lock-reference-face.
311
312 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
313
314         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
315
316         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
317
318 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
319
320         * ly/music-functions-init.ly (TODO): new file.
321
322         * lily/parser.yy (Generic_prefix_music_scm): add more
323         music_function symbols.
324         (Prefix_composite_music): change \apply to music-function   
325
326         * lily/include/music-function.hh: rename to music-function
327
328 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
329
330         * lily/music-head.cc (LY_DEFINE): change order of args.
331
332         * input/regression/music-head.ly (texidoc): new file.
333
334         * lily/parser.yy (Generic_prefix_music): allow generic
335         music-transformation functions. 
336
337         * lily/include/music-head.hh (is_music_head): new file.
338
339         * lily/music-head.cc (get_music_head_transform): new file.
340
341 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
342
343         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
344         empty extent. This fixes ottava brackets on rests. (backportme)
345
346         * make/lilypond.redhat.spec.in (Group): ln png files for info.
347
348         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
349
350         * cygwin/lily-wins.py: update for the lily-wins.py script.
351
352 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
353
354         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
355         code. This will obviate typeset_grob () in the future.  The effect
356         of this is that improperly written spanner handling will result in
357         invalid spanner bounds.
358         (announce_grob): add to elems_ from here
359         (typeset_grob): comment out.  
360
361         * lily/include/engraver.hh (make_spanner): new calling interface
362         for make_{item,spanner}. This obviates most calls to
363         announce_grob().
364                 
365         * scm/music-functions.scm (set-accidental-style): use GrandStaff
366         iso. PianoStaff for piano styles.
367
368 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
369
370         * Documentation/user/music-glossary.tely: add segno after d.s.
371
372 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
373
374         * lily/include/audio-column.hh: remove unused variables.
375         (patch by Michael Welsh Duggan)
376
377         * flower/include/axes.hh (other_axis): inline Axes function
378         (thanks to David Brandon).
379
380 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
381
382         * cygwin/mknetrel: Install image links (backportme).
383
384         * Documentation/user/GNUmakefile (local-install-info): Activate
385         actual installing of image links (backportme).
386
387 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
388
389         * Documentation/user/notation.itely (Measure repeats): Removed
390         unnecessary (and confusing) \context Voice{.
391
392 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
393
394         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
395
396         * lily/page.cc (Page): Do not use ly_scheme_function for
397         volatile/configurable variables (FIXME: better name).
398
399         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
400         get_scmvar).
401
402 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
403
404         * scripts/convert-ly.py (FatalConversionError.subst): use
405         \transposition.
406
407 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
408
409         * lily/include/page.hh (class Page): Declare left_margin ().
410
411         * lily/page.cc: Remove paper var caching.
412
413 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
414
415         * Documentation/user/music-glossary.tely: Add name to @top node.
416         Remove comment from @table definitions (workaround for makinfo
417         bug).
418
419         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
420         ly:stencil-get-expr).  Update callers.
421         (ly:stencil-align-to!):  Return stencil too.
422
423         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
424         stencil.  Remove looped line-based page output.
425         (output_line): Use line stencil.  Remove looped stencil-based line
426         output.
427
428         * lily/page.cc (ly:page-paper-lines): New function.
429
430         * input/test/markup-score.ly: New file.
431
432         * scm/define-markup-commands.scm (stencil): New markup.
433
434         * lily/book.cc (to_stencil): New method.
435
436         * lily/parser.yy (markup): Use it to grok \score.
437
438 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
439
440         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
441
442         * lily/paper-book.cc (pages): Change signature.  Update callers.
443
444         * lily/include/page.hh:
445         * lily/page.cc: New file.
446
447         * lily/paper-line.cc (to_stencil): New method.
448         
449         * lily/paper-outputter.cc (output_stencil): New method.
450
451         * lily/paper-outputter.cc (output_line): Use them.
452
453         * lily/warn.cc: Remove.
454
455         * lily/my-lily-parser.cc (distill_inname): Remove.
456
457         * flower/include/file-name.hh: 
458         * flower/file-name.cc: New file.  Update users.
459
460         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
461         (find): New method of same name.
462
463         * lily/my-lily-parser.cc (ly:parse-file): Use it.
464
465         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
466         constant error message.
467
468 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
469
470         * input/test/{blank-notes.ly,staff-container.ly}: typos.
471
472 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
473
474         * Documentation/user/music-glossary.tely: @table @strong' replaced
475         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
476         (backportme).
477
478 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
479
480         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
481
482         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
483         #{ lily music expression #} that returns an equivalent scheme
484         music expression by parsing the string.
485
486 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
487
488         * lily/my-lily-parser.cc:
489         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
490         SCM string (foo.ly/toto.scm support).
491
492 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
493
494         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
495
496 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
497
498         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
499
500         * scripts/lilypond-book.py: LY code that includes \header is
501         not assumed to be a fragment.
502
503 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
504
505         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
506         tremolo beams up.
507
508         * lily/stem.cc (chord_start_y): Return 0 if no heads.
509         (get_default_stem_end_position): No tremolo head juggling if no
510         heads.  Fixes tremolo crash on rests (backportme).
511
512         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
513
514 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
515
516         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
517         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
518
519         * lily/lexer.ll: Allow \encoding in NOTES mode.
520
521         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
522         for lyrics, not for commands.
523
524         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
525         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
526
527         * input/regression/newaddlyrics.ly: New file.
528
529         * Documentation/topdocs/NEWS.texi: Update.
530
531         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
532         (Music_list): Allow embedded scm.
533
534         * lily/score.cc (ly:score-bookify): New function.
535
536         * lily/music.cc (ly:music-scorify): Idem.
537
538         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
539         (ly:parser-print-score): Idem.
540
541         * scm/lily.scm (default-toplevel-book-handler): Idem.
542         (default-toplevel-music-handler): Idem.
543         (default-toplevel-score-handler): Idem.
544
545         * ly/declarations-init.ly: Set default toplevel handlers.
546
547         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
548
549         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
550         printer for score at toplevel.
551
552 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
553
554         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
555         Fix for simple case: input/simple-song.ly, more complex stuff
556         does not work yet.
557
558 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
559
560         * lily/parser.yy (Prefix_composite_music): split Composite_music
561         in Prefix_composite_music and Grouped_music_list.
562         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
563
564 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
565
566         * scm/lily.scm (toplevel-expression): New define.
567
568         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
569
570         * lily/parser.yy (toplevel_expression): Use it.
571
572         * lily/include/my-lily-parser.hh: Smobbify.
573
574         * lily/my-lily-parser.cc (parse_string): New method.
575         
576         * lily/my-lily-parser.cc (ly:parse-string): New function.
577
578         * Documentation/user/lilypond.tely: Add comment and workaround for
579         gs-8.01 crash.  Fixes make web.
580
581         Simplification of toplevel music.
582         
583         * lily/lexer.ll, lily/parser.yy:
584
585         * In LYRICS mode, return LYRICS_STRING.  This fixes one
586         shift/reduce problem.
587
588         * Use NOTES mode at start of maininput.
589
590         * Grok toplevel composite music expression, put in score and book.
591
592         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
593
594         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
595
596         * input/simple.ly: New file.
597         
598         * input/simple-song.ly: Idem.
599
600 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
601
602         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
603         Sandberg.
604
605 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
606
607         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
608
609 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
610
611         * input/regression/accidental-octave.ly: doc automatic showing
612         of note names.
613
614 2004-04-16  Heikki Junes <janneke@gnu.org>
615
616         * po/fi.po: do "make po && make -C po po-update" at top-level,
617         then "cp po/out/fi.po po/fi.po" and update fields.
618
619         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
620
621 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
622
623         * Documentation/user/introduction.itely (About this manual): Fix
624         templates and regression urls (backportme).
625
626 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
627
628         * ly/engraver-init.ly (Score:graceSettings): Increase
629         beamed-lengths, especially for 32nd notes.
630
631         * Documentation/user/notation.itely (Grace notes): Correct the
632         syntax for add-grace-property example.
633
634 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
635
636         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
637         `Generated' tag.
638
639         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
640         Severely broken (the Debian package, at least).
641
642 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
643
644         * lily/context.cc (find_create_context): assign to lvalue.
645
646 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
647
648         * lily/include/translator.hh (class Translator): rename
649         get_parent_context() to context () to avoid confusion.
650
651         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
652
653         * lily/lexer.ll: change is_string -> ly_c_string_p 
654
655         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
656
657         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
658
659         * VERSION: release 2.3.0
660
661         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
662
663         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
664         if nonempty.
665
666         * lily/include/context.hh (class Context): make members protected.
667         (children_contexts): new accessor function.
668
669         * lily/include/translator.hh (class Translator): make
670         daddy_context_ protected.
671         (class Translator): clean up. 
672
673         * lily/include/context.hh (class Context): make daddy_context_
674         private.
675
676         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
677         higher for finding Voice. (backportme)  
678
679         * lily/include/context.hh (class Context): remove
680         find_context_below() as a method.
681
682         * Documentation/user/notation.itely (The Lyrics context): add note
683         about manual durations
684
685         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
686         encoding.
687
688         * scm/output-tex.scm (text): dump \inputencoding{} for text.
689
690 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
691
692         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
693         \usepackage{inputenc}
694
695         * lily/paper-book.cc (classic_output): don't advance Offset for
696         TeX output.
697
698         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
699         ec-sauter.map in rules
700
701         * mf/ecb.mf (font_identifier): new file, based on ecbx
702
703         * mf/ecb10.mf (gensize): new file.
704
705         * Documentation/topdocs/NEWS.texi (Top): document some more new
706         features.
707
708         * ly/declarations-init.ly: run convert-ly
709
710         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
711         from input-file-results. Remove input-file-results.* 
712
713 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
714
715         * scm/output-ps.scm (font-command): Fix, again.
716
717         * input/test/title-markup.ly: Add \noPagebreak test.
718
719         * lily/score-engraver.cc (try_music): Bugfix.
720
721 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
722
723         * lily/main.cc (main_with_guile): excise dependency options -M and
724         --dep-prefix
725
726         * lily/input-file-results.cc: excise Makefile dependency code
727
728         * Documentation/user/invoking.itexi (Invoking the lilypond
729         binary): remove dep doco
730         
731         * lily/main.cc (main_with_guile): call lilypond-main
732         
733         * scm/lily.scm (lilypond-main): new function: handle multiple files.
734
735         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
736         exception.
737
738         * lily/my-lily-parser.cc: remove paper_description function
739
740         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
741         new function.
742
743         * lily/main.cc: remove global_score_count.
744
745         * lily/book.cc (process): don't take header from global_input_file.
746
747         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
748
749         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
750
751         * lily/music-output-def.cc (LY_DEFINE): new function
752         ly_output_description. This function does the bulk for  setting,
753         parsing and breaking down of an input file.
754
755         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
756         anonymous modules globally. Let's hope they get GCd
757
758         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
759
760 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
761
762         * scm/output-ps.scm (header): Papersize from paper.
763
764         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
765         for classic output.
766
767         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
768         lilypondclassic is defined.
769         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
770
771         * input/regression/between-systems.ly: Remove.
772
773         * python/lilylib.py (get_bbox): Fix regular expression
774         for bounding box.
775
776         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
777
778         * scm/output-tex.scm (stop-page): Use it.
779
780         * scm/output-ps.scm (define-fonts): Bugfix.
781
782         * lily/grob.cc: Add penalty to interface.
783
784         * lily/include/paper-line.hh (class Paper_line): New member
785         var penalty_.
786
787         * lily/system.cc (get_line): Initialise Paper_line with
788         page-penalty's from original grobs.
789
790         * scm/define-music-properties.scm (all-music-properties): Add
791         page-penalty.
792
793         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
794
795         * lily/score-engraver.cc (try_music): Handle page-penalty.
796
797         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
798
799 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
800
801         * ly/declarations-init.ly (melismaEnd): typo
802
803         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
804
805         * scm/output-ps.scm (text): split string into spaces, use moveto
806         for setting space. 
807         
808 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
809
810         * po/nl.po: Update.
811
812         * scm/font.scm (add-cmr-fonts): Typo.
813
814 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
815
816         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
817         font-encoding.
818
819         * scm/define-grobs.scm (all-grob-descriptions): idem.
820
821         * lily/time-signature.cc (numbered_time_signature): idem.
822
823         * scm/font.scm (add-cmr-fonts): use real encoding names for
824         font-encoding.
825
826 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
827
828         * lily/paper-book.cc (classic_output): 
829         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
830         Fixes classic output.
831         (lilypondstart):
832         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
833         kludge.
834
835         * scripts/old-lilypond-book.py: Remove.
836
837         Page layout for SCOREs enclosed in a BOOK:
838
839         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
840         layout tweaking.
841
842         * input/les-nereides.ly (theScore): Add \book.
843         
844         * input/test/title-markup.ly: Add \book.
845
846         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
847         only if 'verbose.
848
849         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
850
851         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
852
853         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
854         * scm/output-tex.scm (start-system): Update for page layout by
855         LilyPond.
856
857         * scm/output-ps.scm (start-system): Previously (new-start-system).
858
859         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
860         passed to define-fonts.
861
862         * lily/paper-column.cc: 
863         * lily/system.cc (get_line):
864         * ly/property-init.ly (newpage): 
865         * scm/define-grob-properties.scm:
866         * scm/output-ps.scm: 
867         * scm/output-tex.scm: Remove between-system-string kludge.
868
869         * scm/output-ps.scm (define-fonts, font-command,
870         font-load-encoding): Handle ENCODING = #f.
871
872         * scm/output-tex.scm (output-scopes): Check if variable is bound.
873
874         * scm/define-markup-commands.scm (fill-line): Use
875         make-simple-markup (WAS: unexisting make-word-markup).
876
877         * lily/text-item.cc (interpret_markup): Bugfix, transpose
878         ENCODING, MARKUP parameters for interpret_string.
879
880         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
881
882         * lily/score.cc (book_rendering): New method.
883         (default_rendering): Create Paper_book helper locally, dump
884         output.
885
886         * lily/my-lily-lexer.cc (the_key_tab): Add book.
887
888         * lily/parser.yy: Handle \book.
889
890         * lily/include/book.hh: 
891         * lily/book.cc: New file.
892
893 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
894
895         * lily/text-item.cc (interpret_string): new file, select font with
896         encoding.
897
898         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
899
900         * scm/define-markup-commands.scm (encoded-simple): new markup command.
901
902         * lily/parser.yy (markup): take encoding from lexer.
903
904 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
905
906         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
907
908         * scm/output-ps.scm: Remove some cruft.
909
910 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
911
912         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
913
914         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
915
916 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
917
918         * scm/font.scm (add-century-schoolbook-fonts):
919         (make-century-schoolbook-tree): New function.
920
921         * input/test/title-markup.ly: Use Century Schoolbook font.
922
923 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
924
925         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
926         to Erik Sandberg) 
927
928         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
929
930         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
931
932         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
933
934         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
935
936 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
937
938         * scm/part-combiner.scm (determine-split-list): bugfix: if no
939         solo-state (at end of solo), we can set the solo status
940         too. (backportme.)
941
942         * input/regression/part-combine-solo-end.ly: new file.
943
944 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
945
946         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
947         flavour abc files.  Really ignore unknown keys (backportme).
948
949 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
950
951         * lily/scaled-font-metric.cc (text_dimension): only multiply with
952         magnification_ when looking up in orig_.
953
954         * scm/output-tex.scm (text): switch off char-mapping.
955
956         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
957         because AFM's encoding field cannot have spaces.
958
959 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
960
961         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
962
963 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
964
965         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
966
967         * mf/cmr.enc: new file, without hi-bit ascii info. 
968
969         * lily/bezier-bow.cc (slur_shape): make indent dependent on
970         width. This removes the 'hook' at the end of a long slur.
971
972         * buildscripts/mf-to-table.py (parse_logfile): don't append
973         encoding to fontname.
974
975 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
976
977         * scm/output-ps.scm (define-fonts): Load .enc only once.
978
979         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
980         too.
981
982 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
983
984         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
985         encoding field.
986
987         * lily/stencil-scheme.cc: remove ly:fontify-atom 
988
989         * ly/portuges.ly (pitchnames): new file.
990
991         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
992         Michael Welsh Duggan
993
994         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
995
996         * ly/nederlands.ly: add comment about digits.
997
998         * lily/scaled-font-metric.cc (derived_mark): idem.
999
1000         * scm/encoding.scm (make-encoding-mapping): change permutation to
1001         mapping.
1002
1003         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1004         (Modified_font_metric): make alist for coding_description_
1005         (LY_DEFINE): remove coding-name.
1006
1007         * scm/output-tex.scm (text): remove debugging code.
1008
1009         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1010
1011         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1012         from infile.
1013
1014         * mf/feta-generic.mf: move fet_beginfont into generic code.
1015         use fetaMusic (without space) as encoding
1016
1017         * mf/feta-autometric.mf: take encoding argument
1018
1019         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1020
1021         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1022         use.
1023
1024         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1025         name.
1026
1027 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1028
1029         * input/test/title-markup.ly: Set inputencoding.
1030
1031         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1032
1033         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1034
1035         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1036         function.
1037         (coding-alist): Also hold filename, command.
1038         (read-encoding-file): Return symbols.
1039
1040 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1041
1042         * scm/output-tex.scm: remove fontify; text and char take a font
1043         argument.
1044
1045         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1046
1047         * lily/scaled-font-metric.cc (text_dimension): init
1048         coding_{permutation,table}_ too 
1049         (LY_DEFINE): ly:font-encoding, new function return
1050
1051         * lily/paper-def.cc (find_scaled_font): take input coding from
1052         inputcoding paper var.
1053
1054         * lily/performance.cc (output): remap modulo 16.
1055
1056         * lily/text-item.cc (interpret_markup): whoops, variable
1057         shadowing fixed.
1058
1059 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1060
1061         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1062         symbols, not symbols to strings.
1063         
1064         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1065         symbols, not symbols to strings.
1066
1067 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1068
1069         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1070         (ly:kpathsea-gulp-file): New function.
1071
1072         * scm/encoding.scm (read-encoding-file): Use it.
1073
1074 2004-04-06  Werner Lemberg  <wl@gnu.org>
1075
1076         * scm/encoding.scm (coding-alist): Fix typo.
1077
1078 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1079
1080         * lily/scaled-font-metric.cc (text_dimension): move function from
1081         Font_metric
1082         (make_scaled_font_metric): init coding_scheme_ to TeX
1083         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1084
1085         * lily/include/scaled-font-metric.hh (struct
1086         Modified_font_metric): rename from Scaled_font_metric
1087
1088         * scm/encoding.scm (read-encoding-file): split up large function,
1089         leave caching to (delay)
1090
1091         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1092
1093 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1094
1095         * lily/my-lily-lexer.cc (set_encoding): New method.
1096
1097         * lily/lexer.ll: Grok \encoding.
1098
1099         * lily/font-metric.cc (get_encoded_index): New function.
1100
1101         * lily/include/font-metric.hh (coding_scheme): New method.
1102
1103         * scm/encoding.scm: New file.
1104
1105         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1106
1107 2004-04-05  Werner Lemberg  <wl@gnu.org>
1108
1109         * Documentation/user/tutorial.itely: Revised (finished).
1110
1111         * Documentation/user/macros.itexi (@separate): Removed.
1112
1113 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1114
1115         * scm/output-ps.scm (define-fonts): fix scaling.
1116
1117         * lily/scaled-font-metric.cc (design_size): add function.
1118
1119         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1120         partial cut&paste of ly:font-magnification.
1121
1122 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1123
1124         * scm/output-ps.scm (define-fonts):
1125         (fontify): Update.
1126
1127 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1128
1129         * po/fr.po: update. (backportme).
1130
1131         * po/nl.po: update. (backportme). 
1132
1133         * mf/feta-beugel.mf: document why design size is not fixed.
1134
1135         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1136
1137 2004-04-04  Werner Lemberg  <wl@gnu.org>
1138
1139         * Documentation/user/tutorial.itely: Revised (continued).
1140
1141 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1142
1143         * po/nl.po: Update (backportme).
1144
1145 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1146
1147         * po/de.po: update. (backportme).
1148
1149         * scm/output-tex.scm (font-command): use ly: functions to
1150         construct name.
1151         (define-fonts): don't use alist, just dump \font definitions.
1152         (font-load-command): calculate proper scaling by taking
1153         outputscale from paper argument.
1154
1155         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1156         expression.
1157
1158         * lily/paper-outputter.cc (output_header): pass paper arg to
1159         define-fonts
1160
1161         * lily/paper-def.cc (font_descriptions): dump list of
1162         Scaled_font_metrics
1163         (find_scaled_font): take Font_metric argument, store
1164         Scaled_font_metrics in hash-table containing (size ->
1165         Scaled_font_metrics) alist.
1166         (get_dimension): rename from get_realvar
1167
1168         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1169         ly:font-magnification, ly:font-name: new functions
1170
1171 2004-04-03  Werner Lemberg  <wl@gnu.org>
1172
1173         * Documentation/user/dedication.itely,
1174         Documentation/user/preface.itely,
1175         Documentation/user/introduction.itely,
1176         Documentation/user/tutorial.itely: Revised.
1177         Removing leading spaces which distorts output if info files are read
1178         with stand-alone info.
1179         Removing superfluous inter-word spaces which also distorts output
1180         for stand-alone info.
1181         Using ` and ' instead of `` and '' everywhere to improve
1182         legilibility with stand-alone info
1183         Using @samp for single-letter input items and data which contains
1184         spaces, @code for other things.
1185
1186         * lily/grob-interface.cc: Adding copyright.
1187         (check_interfaces_for_property): Improve format of warning message.
1188
1189 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1190
1191         * lily/include/font-metric.hh (struct Font_metric): add
1192         design_size () method.
1193
1194         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1195
1196         * lily/afm.cc (read_afm_file): read design size.
1197
1198         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1199
1200         * scm/music-functions.scm (unfold-repeats): handle dots too.
1201
1202 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1203
1204         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1205         (backportme)
1206
1207 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1208
1209         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1210         lyric indent.  Revert melismaBusyProperties using \unset.
1211
1212 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1213
1214         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1215
1216         * lily/parser.yy (command_element): allow redefinition of |
1217         meaning.
1218
1219         * lily/break-align-engraver.cc (acknowledge_grob): construct
1220         LeftEdge where the first cause for alignment is coming from.
1221         This makes \override Staff.LeftEdge work as expected.
1222
1223         
1224         * lily/slur-performer.cc (Slur_performer): add inits
1225
1226         * lily/beam-performer.cc (Beam_performer): add inits
1227
1228 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1229
1230         * VERSION (PACKAGE_NAME): release 2.2.0
1231
1232         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1233
1234 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1235
1236         * lily/cluster.cc (height): Fix warning.
1237
1238         * lily/parser.yy: Janitorial cleanups.
1239
1240         * Documentation/user/tutorial.itely (Tutorial): Typo.
1241
1242 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1243
1244         * lily/change-iterator.cc (process): search at multiple context
1245         levels. This fixes 
1246
1247         
1248         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1249         not voice-state index for tie state. This fixes a partcombine
1250         problem with ties.
1251
1252         * Documentation/user/tutorial.itely (Commenting input files): add
1253         note about convert-ly.
1254
1255         * input/test/cadenza-skip.ly:  new file.
1256
1257 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1258
1259         * po/nl.po: Spelling fixes.
1260
1261         * autogen.sh (srcdir): Regenerate.
1262
1263         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1264         autogen.sh.
1265
1266         * configure.in: Use C++ to check for C++ header.
1267
1268         * po/nl.po: Update.
1269
1270         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1271
1272         * lily/event.cc (to_relative_octave): Translatable sentence should
1273         be one string.
1274
1275         * python/lilylib.py (warranty): Year range is not translatable.
1276         It's 2004 already!
1277
1278         * flower/warn.cc (non_fatal_error, warning, programming_error):
1279         Remove whitespace from translated string.
1280
1281 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1282
1283         * VERSION: release 2.1.37.
1284
1285 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1286
1287         * configure.in: check for C language.
1288
1289         * lily/source-file.cc: include strstream without h.
1290
1291         * scm/documentation-generate.scm (string-append): use name without
1292         .texi.
1293
1294         * autogen.sh (srcdir): SUSE fix.
1295
1296         * Documentation/user/notation.itely (Ancient clefs): idem.
1297
1298         * Documentation/user/lilypond-book.itely (Integrating HTML and
1299         music): idem.
1300
1301         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1302
1303         * lily/change-iterator.cc (process): use find_existing_context().
1304
1305         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1306
1307         * input/regression/repeat-unfold-tremolo.ly: new file.
1308
1309         * scm/music-functions.scm (unfold-repeats): undo music compression
1310         too.
1311
1312         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1313         (LY_DEFINE): ly:music-compress new function.
1314
1315         * scm/part-combiner.scm (determine-split-list): split for voice
1316         crossings
1317
1318         * input/regression/part-combine-cross.ly: new file.
1319
1320         * scm/part-combiner.scm (make-part-combine-music): don't do
1321         relative inside partcombine arguments.
1322
1323         * scm/music-functions.scm (make-non-relative-music): new function.
1324
1325         * Documentation/user/notation.itely (Automatic part combining):
1326         add note about \relative.
1327
1328         * lily/part-combine-iterator.cc (construct_children): add
1329         start_moment_ member.
1330
1331         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1332         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1333
1334         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1335
1336         * Documentation/user/changing-defaults.itely (Which properties to
1337         change): fixes.
1338
1339 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1340
1341         * po/fr.po: update.
1342
1343 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1344
1345         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1346
1347         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1348         Reinstate old code that issues warning.  Fixes --srcdir build.
1349
1350 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1351
1352         * input/wilhelmus.ly: New file.
1353
1354         * Documentation/user/notation.itely: 
1355         * Documentation/user/introduction.itely:
1356         * Documentation/user/tutorial.itely: Use quote ly-option instead
1357         of explicit @quotation.  This fixes too long lilypond linewidths
1358         resulting in overful hboxes.
1359
1360         * scripts/lilypond-book.py: Add ly-option: `quote'.
1361
1362 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1363
1364         * tex/titledefs.tex: Avoid that the first score line is extra
1365         indented if instrument is defined but not piece.
1366
1367 2004-03-30  Werner Lemberg  <wl@gnu.org>
1368
1369         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1370         `lilypond/' to info file name.
1371         (@usermanref) [info]: New variant.
1372
1373         * scm/documentation-generate.scm: Fix definition of @usermanref
1374         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1375         to info file name.
1376
1377 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1378
1379         * VERSION: release 2.1.36
1380         
1381         * Documentation/user/changing-defaults.itely (Interpretation
1382         contexts): rewrite introduction.
1383
1384 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1385
1386         * scm/define-markup-commands.scm: Use TeX accents instead of
1387         straight iso-8859-1 encoding in the doc string.
1388
1389 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1390
1391         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1392         space after dotted duration.
1393
1394 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1395
1396         * Documentation/user/introduction.itely: 
1397         * Documentation/user/notation.itely:
1398         * Documentation/user/tutorial.itely: Up all relative examples.
1399         Enclose @lilypond displays in @quotation.  Typos and corrections.
1400
1401         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1402
1403 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1404
1405         * scm/music-functions.scm (make-voice-props-revert): Revert also
1406         MultiMeasureRest staff-position in oneVoice.
1407
1408 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1409
1410         * Documentation/user/changing-defaults.itely, 
1411         Documentation/user/lilypond.tely: few fixes. Place no comma between
1412         two options: a and b, but commas between three options: a, b, and c.
1413         By this manner, grouping is possible: a and b, and c and d.
1414
1415 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1416
1417         * Documentation/user/GNUmakefile: add rule for .nexi
1418
1419 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1420
1421         * Documentation/user/music-glossary.tely: move glossary direntry
1422
1423         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1424         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1425
1426 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1427
1428         * stepmake/aclocal.m4: Verify that gettext configure check with
1429         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1430
1431 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1432
1433         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1434         glob.glob for .png filenames. This catches multipage pngs.  
1435
1436         * Documentation/user/changing-defaults.itely (Determining the grob
1437         property): fix references.
1438
1439         * lily/staff-symbol.cc (print): only add extent if non empty.
1440         This fixes staff-container.ly.
1441
1442         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1443         starting with a mmrest also works.
1444
1445         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1446         PNG for texinfo too.
1447
1448         * po/lilypond.pot: update translation strings.
1449
1450         * VERSION: 2.1.35 released
1451         
1452         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1453         context argument too.
1454
1455         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1456
1457         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1458
1459         * python/lilylib.py (command_name): don't return 1st path
1460         component.
1461
1462         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1463         .png case separately.
1464
1465         * python/lilylib.py (system): typo.
1466         
1467 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1468
1469         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1470         run indent-region.
1471
1472         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1473         Fixes compile.
1474
1475         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1476         Add header.
1477
1478 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1479
1480         * vim/lilypond-indent.vim: small fixes.
1481
1482 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1483
1484         * Documentation/user/notation.itely (Entering lyrics): Add example
1485         with correct english double quotes (at least for LaTeX output,
1486         maybe not a good idea if we switch to PS as the default output
1487         format).
1488
1489 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1490
1491         * lily/staff-performer.cc (create_audio_elements): play instrument
1492         changes before notes arrive. This fixes instrument of the first
1493         note in a score.
1494
1495         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1496         to 1.9.0 conversion.
1497
1498         * lily/mark-engraver.cc: doc string.
1499
1500         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1501
1502         * Documentation/user/introduction.itely (Introduction): new node.
1503
1504 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1505
1506         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1507
1508         * input/regression/spacing-ragged-last.ly: new file.
1509
1510         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1511         spacing.
1512
1513         * scm/font.scm: rewrite using GOOPS.
1514         
1515         * lily/context-def.cc (filter_engravers): derefence pointer.
1516
1517         * lily/lily-guile.cc (type_check_assignment): use
1518         ly_scheme_function iso. scm_primitive_eval where possible.
1519
1520         * lily/performance.cc (output): limit channels at 15. This fixes
1521         percussion inadvertently showing up in large scores.
1522
1523 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1524
1525         * input/regression/tuplet-gap.ly: new file.
1526
1527         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1528         (print): compute gap length from number size, include italic
1529         correction.
1530
1531         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1532         tuplet-bracket
1533
1534         * scm/paper.scm (set-default-paper-size): new function, to be
1535         called at toplevel.
1536         (set-paper-size): new function, to be called inside \paper {}
1537         (set-default-paper-size): new function, to be called at toplevel.
1538
1539         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1540
1541         * lily/beam-performer.cc (process_music): idem.
1542
1543         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1544         
1545         * tex/titledefs.tex: remove scshape for piece.
1546
1547         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1548         font-family
1549
1550         * lily/time-signature.cc (special_time_signature): font-encoding
1551         not family.
1552
1553         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1554         dynamic to head. This fixes p placement in morgenlied.
1555
1556 2004-03-23  Werner Lemberg  <wl@gnu.org>
1557
1558         * stepmake/stepmake/generic-targets.make (help): Improve text.
1559
1560 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1561
1562         * VERSION: 2.1.34 released
1563         
1564         * lily/main.cc (main_with_guile): switch debugging.
1565
1566         * lily/system.cc (get_line): plug leak.
1567
1568         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1569         and contents.
1570         (stencil2line): plug leak.
1571
1572         * Documentation/user/changing-defaults.itely (Determining a grob
1573         property):  new node.
1574         (Layout interfaces): new node.
1575         (Navigating the program reference): new node.
1576
1577         * lily/accidental-engraver.cc (acknowledge_grob): add property
1578         harmonicAccidentals
1579
1580         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1581         general cleanups.
1582         
1583         * input/les-nereides.ly (middleDynamics): resurrect Les
1584         nereides. Remove pedal hack.
1585
1586 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1587
1588         * input/regression/property-grace-polyphony.ly: new file.
1589
1590         * lily/translator-property.cc (execute_pushpop_property): only pop
1591         one instance of the property. This fixes << \\ >> together with
1592         \grace.
1593
1594         * lily/break-align-interface.cc (ordered_elements): we cannot
1595         modify the #'elements property, so return reordered array.
1596
1597 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1598
1599         * buildscripts/lilypond.words.py: remove.
1600         * buildscripts/lilypond-words.py: add new, renamed file. 
1601         Give generated targets and dirs explicitly in arguments.
1602
1603         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1604         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1605         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1606         
1607         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1608
1609         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1610
1611         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1612         orders.
1613
1614         * vim/GNUmakefile: add local-uninstall target.
1615
1616         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1617         
1618         * vim/vimrc: add a one-liner file.
1619
1620         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1621         vimrc in EXTRA_DIST_FILES.
1622
1623         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1624
1625 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1626
1627         * config.make.in: add vimdir.
1628
1629         * vim/GNUmakefile: add local-install.
1630
1631 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1632
1633         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1634         with \lilypondifundefined{blabla}. Solves problem with multiple
1635         titles in the same lilypond-book document.
1636
1637 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1638
1639         * scm/document-backend.scm (interface-doc): sort grob list for
1640         interface.
1641
1642         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1643         pre/post break align-order.
1644
1645         * spelling patch courtesy Edward Sutton.
1646
1647         * Documentation/user/changing-defaults.itely (Changing context
1648         default settings): new node.
1649         (Defining new  contexts): new node.
1650
1651         * scripts/lilypond-book.py (is_derived_class): use numbers
1652         iso. booleans.
1653
1654         * python/lilylib.py (make_ps_images): add margin to PS images.
1655
1656         * scripts/lilypond-book.py (is_derived_class): new function. Take
1657         class arg iso. object.
1658         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1659         for bug in GS/dvips.
1660
1661         * lily/text-item.cc (interpret_markup): idem.
1662
1663         * scm/define-markup-commands.scm: remove split around-space hack.
1664
1665         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1666         function, fold WL's fixes into one function.
1667
1668 2004-03-22  Werner Lemberg  <wl@gnu.org>
1669
1670         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1671         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1672         (Note_column::head_position_interval): Do proper rounding for
1673         calls to Staff_symbol_referencer::get_position.
1674
1675 2004-03-21  Werner Lemberg  <wl@gnu.org>
1676
1677         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1678         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1679         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1680         (My_lily_parser::parse_file): Improve formatting progress indication
1681         sent to stdout.
1682
1683 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1684
1685         * VERSION: 2.1.33 released.
1686
1687         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1688
1689         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1690
1691         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1692         warning is issued about dummy.dep.
1693
1694         * scm/new-font.scm: fix design sizes of nummer
1695
1696 2004-03-21  Werner Lemberg  <wl@gnu.org>
1697
1698         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1699         some annoying warnings from mkdir during `make install'.
1700
1701 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1702
1703         * lily/performer-group-performer.cc (do_announces): call
1704         Performer_group_performer::create_audio_elements () too.
1705
1706         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1707
1708         * scm/define-grobs.scm (all-grob-descriptions): add property
1709         break-align-orders
1710
1711         * lily/global-context.cc (get_default_interpreter): new
1712         function. Override from base class, so no new Score contexts are
1713         created.
1714
1715         * lily/include/stencil.hh (class Stencil): document origin field.
1716
1717         * lily/staff-symbol.cc (print): span staff-symbol on column
1718         extents for non-broken columns. 
1719
1720         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1721         key-signature.
1722
1723         * tex/titledefs.tex: don't use smallcaps for piece.
1724
1725         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1726         translated stencils in the output.
1727
1728         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1729
1730 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1731
1732         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1733         and init ties_created_
1734
1735         * VERSION: release 2.1.32
1736
1737         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1738         doc string from IMPLEMENT_CTOR_CALLBACK().
1739
1740         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1741         that engraver is in a performer hierarchy.
1742
1743 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1744
1745         * vim/lilypond-ftdetect.vim: new file.
1746
1747 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1748
1749         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1750         (compose_ly): default octave should be middle C.
1751
1752         * Documentation/user/changing-defaults.itely (Layout tunings
1753         within contexts): new node.
1754
1755         * lily/include/smobs.hh: document C++ smob interface.
1756
1757         * lily/function-documentation.cc: don't doc functions without
1758         docstring.
1759
1760 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1761
1762         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1763         direntry, so that `info lilypond' goes to Top.
1764
1765         * scm/output-ps.scm (polygon): Fix: add spaces.
1766
1767         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1768         solutions are now optimal too.
1769
1770         * input/test/page-breaks.ly: New file.
1771
1772         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1773         functions into safe module.
1774
1775         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1776         end, prepend zeros.
1777
1778         * scm/output-*.scm: Use ly:number->string rather than
1779         number->string.  Makes for saner output.
1780
1781         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1782         Fixes feta-nummer, feta-din scaling.
1783
1784 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1785
1786         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1787
1788         * scm/music-functions.scm (descend-to-context): new
1789         function. Similar to context-spec-music.
1790         (make-time-signature-set): specify Score as descend-only. This
1791         fixes the polymetric.ly example.
1792
1793         * lily/context-specced-music-iterator.cc (construct_children): add
1794         support for descend-only context spec.
1795
1796         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1797         determine ez-notation letter. 
1798
1799         * lily/system.cc (get_line): start with dumping layer 3. This
1800         fixes ez notation.
1801
1802 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1803
1804         * input/test/title-markup.ly: Stress breaking harder.
1805
1806         * scm/page-layout.scm (height-score): Overfull page scores twice
1807         as bad as underfull (was: by a power).
1808         (walk-lines): Omit first walk-path round (breaking after new node,
1809         without lines).
1810
1811         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1812         diff values are negative.
1813         (output): Bugfix: treat negative vfill differently.
1814
1815         * Documentation/user/lilypond.tely (direntry): Add note about why
1816         `info lilypond' brings up `Invoking LilyPond' node.
1817
1818 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1819
1820         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1821
1822         * lily/paper-book.cc: Remove cruft.
1823         (output): Bugfix: put vfill between lines.
1824         (pages): Bugfix: set page vars needed for filling.
1825
1826         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1827         (was: @ar).
1828
1829         * scm/page-layout.scm: Further development.
1830
1831         * ly/declarations-init.ly (paper): Define page-breaking.
1832
1833 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1834
1835         * lily/note-head.cc (brew_ez_stencil): add note-names
1836         property. Provides internationalization for note names.
1837
1838         * Documentation/user/changing-defaults.itely (Creating contexts):
1839         new node.
1840
1841         * lily/grace-iterator.cc (process): descend to child for \grace.
1842
1843         * lily/timing-translator.cc (initialize): Timing_translator adds
1844         Timing alias by itself.
1845
1846         * lily/context.cc (add_alias): new function.
1847
1848         * scm/lily.scm (tex-output-expression): new function, eval within
1849         drawing API. Guards against eval vulnerabilities.
1850
1851         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1852
1853         * scm/output-ps.scm (scm): export lily drawing API.
1854
1855         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1856         throughout.
1857
1858 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1859
1860         * scm/page-layout.scm (optimal-page-breaking): New function.
1861         
1862         * lily/paper-book.cc (pages): Use it.
1863
1864 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1865
1866         * lily/include/paper-line.hh (class Paper_line): Full smob.
1867
1868 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1869
1870         * lily/global-context.cc (run_iterator_on_me): fix grace note
1871         nesting by initting measurePosition.
1872
1873         * lily/timing-translator.cc (initialize): do no init
1874         measurePosition
1875         
1876         * lily/include/music-output-def.hh (class Music_output_def): add
1877         input_origin_ field.
1878
1879         * Documentation/user/changing-defaults.itely (Changing context
1880         properties on the fly): new node.
1881
1882         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1883         function. Only have smobbed_copy (), and do not provide
1884         smobbed_copy() for non-simple smobs. Changes throughout.
1885
1886 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1887
1888         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1889         start_moment_. Fix by Doug A. Linhardt.
1890
1891 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1892
1893         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1894         accidentals for harmonic notes.
1895
1896         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1897         of different style. (Thanks to Doug Linhardt).
1898
1899         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1900         new node.
1901
1902 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1903
1904         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1905
1906         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1907         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1908         vim/lilypond-indent.vim: doc targets and deps in comments.
1909
1910 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1911
1912         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1913
1914         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1915
1916         * lily/include/paper-line.hh:
1917         * lily/include/paper-line.cc: New file.
1918
1919 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1920
1921         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1922
1923         * GNUmakefile.in: remove stray make out=www
1924
1925         * input/test/bagpipe.ly (gcdg): octave fixes.
1926
1927         * scm/define-markup-commands.scm (number): use font-encoding
1928         iso. font-family
1929
1930         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1931         font-encoding.
1932         
1933 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1934
1935         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1936         `output_format_global' and `PAGE_LAYOUT'.
1937
1938 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1939
1940         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1941         lily functions in safe mode.
1942
1943         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1944         Print filename for HTML, LATEX, before texidoc.
1945
1946         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1947         instructions in output-ps module.
1948
1949         * scm/lily.scm: Do not load output-ps module.
1950
1951         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1952         safe mode.
1953
1954 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1955
1956         * lily/span-dynamic-performer.cc (process_music): remove spurious
1957         warning.
1958
1959         * lily/context-def.cc (Context_def): init name to ""
1960
1961         * lily/font-interface.cc: add font-encoding property.
1962
1963         * scm/lily.scm (chain-assoc-get): bugfix.
1964
1965         * lily/paper-book.cc (stencil2line): protect static SCM.
1966
1967         * lily/font-interface.cc (text_font_alist_chain): rename function,
1968         and use text-font-defaults. 
1969
1970         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1971
1972         * scm/paper.scm (paper-set-staff-size): use new function.
1973
1974         * scm/new-font.scm (make-font-tree): new function.
1975
1976 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1977
1978         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1979
1980         * scm/lily.scm (get-output-module): New function.
1981         (output-alist): Remove ,ps-output-expression.
1982
1983         * scm/output-tex.scm (ps-output-expression): New function.
1984
1985         * scm/output-ps.scm (ps-output-expression): Remove.
1986         (header, start-page): Output page metadata.
1987
1988         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1989         initialise output_module_.  Do not write part of header.
1990         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1991         (output_header): Output full header.
1992
1993         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1994         FIXME.
1995
1996 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1997
1998         * scm/new-font.scm: new file. Tree based font lookup.
1999
2000         * scm/lily.scm (assoc-get): take default argument. Remove
2001         assoc-get-default.
2002         (chain-assoc-get): use chain-assoc-get everywhere.
2003
2004         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2005         autobeamsettings conversion bug.
2006
2007         * lily/include/global-context.hh (Context): clean-up data hiding.
2008
2009         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2010         data hiding.
2011
2012         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2013
2014         * input/regression/stem-shorten.ly: add chord case.
2015
2016         * lily/stem.cc (get_default_stem_end_position): shorten stems
2017         triggered by note-head positions, not by forced-direction. This
2018         fixes a bug with too short stems.  
2019  
2020 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2021
2022         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2023         Lilypond_snippet.output_latex): Always call output_print_filename.
2024
2025         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2026         expand pages.
2027
2028 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2029
2030         * scm/part-combiner.scm (make-autochange-music): switch rests
2031         before switched notes too.
2032
2033         * lily/figured-bass-engraver.cc (process_music): change calling
2034         convention.
2035
2036         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2037
2038         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2039         command.
2040
2041         * lily/include/stencil.hh (class Stencil): add origin field.
2042
2043         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2044         function.
2045
2046         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2047
2048         * lily/lexer.ll: remove support for \$ and $ in identifiers
2049
2050         * lily/sequential-iterator.cc: remove copy_grace_fixups
2051         (get_grace_fixup): slight abstraction of fixup code.
2052
2053         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2054
2055 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2056
2057         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2058         in insert-mode. add indenting rules.
2059
2060 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2061
2062         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2063         protect hack.
2064
2065         * scm/page-layout.scm:
2066         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2067         layout and titling should now match external latex based version.
2068
2069         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2070         header fields.
2071
2072         * ps/lilyponddefs.ps: Remove automatic page layout.
2073
2074         * scm/output-ps.scm (new-start-system): New interface function.
2075
2076         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2077
2078         * lily/paper-book.cc (output): Bugfix.
2079
2080 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2081
2082         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2083         
2084 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2085
2086         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2087         direntries.
2088
2089         * ps/lilyponddefs.ps: Bugfix.
2090
2091         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2092
2093 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2094
2095         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2096         cause. This should fix warnings.
2097
2098         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2099
2100         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2101         prevent aligned 6ths.
2102
2103         * lily/custos.cc (print): remove adjust-if-on-staffline.
2104
2105 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2106
2107         * lily/paper-book.cc: Do header and footer.
2108
2109 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2110
2111         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2112
2113         * scm/paper.scm (lineheight): Remove
2114         (head-sep, foot-sep): Add.
2115
2116 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2117
2118         * mf/feta-schrift.mf: reduce portato thickness.
2119
2120         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2121
2122         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2123         programming_error ().
2124
2125         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2126         bracket to last command column.
2127
2128         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2129         continues on next/prev system.
2130
2131         * input/regression/pedal-end.ly: new file.
2132
2133 2004-03-10  Werner Lemberg  <wl@gnu.org>
2134
2135         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2136         Remove pmx2ly stuff.
2137         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2138
2139 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2140
2141         * scm/page-layout.scm: New file.
2142
2143         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2144         settings.
2145         (Lilypond_snippet.is_outdated): Also check for PNG file.
2146         Workaround for interrupted (web) builds.
2147
2148         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2149
2150         * ps/lilyponddefs.ps: Use only very small top-marging.
2151         (init-paper): Also pop page size string.
2152         (start-page, stop-page): New function.
2153
2154         * scm/output-ps.scm (header-end): Remove stray exec commands.
2155
2156 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2157
2158         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2159
2160         * lily/score.cc (default_rendering): clean protection.
2161
2162         * lily/paper-book.cc (mark_smob): implement smob marking.
2163
2164         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2165
2166         * Documentation/user/*.itely: user manual edits. 
2167
2168 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2169
2170         * Documentation/user/converters.itely (Invoking musedata2ly):
2171         remove pmx2ly.
2172
2173         * scripts/pmx2ly: remove script.
2174         
2175 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2176
2177         * lily/score.cc (default_rendering): Protect paper-book members.
2178
2179         * lily/paper-def.cc (smobbed_copy): New method.
2180
2181         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2182         switch runtime.
2183
2184         * lily/include/music-output.hh (process): Change signature to
2185         return SCM.
2186
2187         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2188         method.
2189
2190         * lily/paper-score.cc (process): Return stencils rather than
2191         outputting directly.  Remove paper-book kludge.  Delete grobs.
2192         (output): Remove.
2193
2194         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2195
2196         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2197
2198         * lily/score.cc (default_rendering)
2199         (ly_render_output): Move adding paper-score two levels up.
2200
2201         * lily/system.cc (get_line):
2202         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2203
2204 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2205
2206         * scm/font.scm (paper20-font-vector): add more design sizes for
2207         number.
2208
2209         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2210         feta-nummber{5,7,11,13}.
2211
2212         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2213         for 12pt design size. 
2214
2215 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2216
2217         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2218
2219 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2220
2221         * lily/font-select.cc (properties_to_font_size_family): Fix
2222         warning message.
2223
2224         * Experimental PostScript latin1 encoding:
2225         
2226         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2227
2228         * scm/output-ps.scm: Experimental encoding using reencode-font.
2229         * scm/font.scm: Add latin1 `font-shape'.
2230         
2231         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2232
2233         * ps/lilyponddefs.ps (reencode-font): New function.
2234
2235         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2236
2237         * scm/output-tex.scm (start-page):
2238         (stop-page): New interface function.
2239
2240 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2241
2242         * lily/paper-outputter.cc (output_expr):
2243         (output_header):
2244         (output_line): New method.
2245
2246         * lily/system.cc (get_line):
2247         (get_lines): New method.
2248         (output_scheme):
2249         (output_line): Remove.
2250
2251         * scm/lily.scm (make-title): New function.
2252
2253         * lily/paper-book.cc: 
2254         * lily/include/paper-book.hh: New file.
2255
2256         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2257         ly-modules.hh).
2258
2259         * lily/ly-module.cc (ly_modules_lookup): New function.
2260
2261         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2262
2263         * scm/output-ps.scm (make-title): Remove.
2264         (output-scopes): Junk header-title test.
2265
2266 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2267
2268         * mf/feta-schrift.mf: thicker dot for portato.
2269
2270         * lily/accidental-placement.cc (position_accidentals): bugfix in
2271         offset, this fixes right-padding of AccidentalPlacement.
2272
2273         * lily/[h-z]*.cc: () formatting.
2274
2275         * Documentation/user/tutorial.itely (An orchestral part): more
2276         fixes for the tutorial.
2277
2278         * scm/translation-functions.scm (fraction-tuplet-formatter):
2279         reverse fraction.
2280
2281         * lily/parser.yy (context_def_spec_block): use \context instead of
2282         \translator.
2283
2284         * lily/[a-g].cc: () style cleanup.
2285
2286         * Documentation/user/tutorial.itely (Automatic and manual beams):
2287         editing of tutorial.
2288
2289 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2290
2291         * buildscripts/mf-to-table.py (base): write encoding name.
2292
2293 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2294
2295         * Documentation/user/GNUmakefile (local-install-info): Issue
2296         warning (for packager, ie, if not installing in /usr or /usr/local).
2297
2298         * lily/stencil-scheme.cc: 
2299         * lily/staff-symbol-referencer.cc: 
2300         * lily/script-column.cc: 
2301         * lily/pitch.cc: 
2302         * lily/music.cc: 
2303         * lily/grob-pq-engraver.cc: 
2304         * lily/font-interface.cc: 
2305         * lily/music-output-def.cc: 
2306         * lily/duration.cc: 
2307         * lily/grob-scheme.cc:
2308         * lily/context-scheme.cc: Put scheme name on first line in
2309         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2310         style cleanups.
2311
2312         * stepmake/stepmake/scm-vars.make: 
2313         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2314         Rename and split TAGS_FILES.
2315
2316         * GNUmakefile.in (ALL-TAGS): Remove.
2317         
2318         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2319         deeper TAGS files.  Fixes regexp tags in TOP dir.
2320
2321 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2322
2323         * VERSION: 2.1.29 released.
2324         
2325         * Documentation/user/changing-defaults.itely (Changing defaults):
2326         new file.
2327
2328         * Documentation/user/notation.itely (Notation manual): rename from 
2329         refman.itely
2330
2331         * Documentation/user/notation-appendices.itely (The Feta font):
2332         new file.
2333
2334         * Documentation/user/advanced.itely: add aborted attempt for
2335         advanced topics manual.
2336
2337 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2338
2339         * scm/new-markup.scm: display Markups in sane format. Patch by
2340         Nicolas Sceaux.
2341
2342 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2343
2344         * lily/main.cc: Cleanups.
2345         (setup_localisation): New function.
2346         (sane_putenv): Remove.
2347         (main_with_guile): New name (Was: main_prog).  Remove musings
2348         about possible preparation for GUILE heavy memory usage and
2349         practical uselessness.  Do not set environment variables
2350         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2351         name juggling.
2352         (parse_argv): New function.
2353         (copyright): New function.  It's 2004 already.
2354
2355         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2356         (distill_inname): Move from main.
2357
2358 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2359
2360         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2361
2362         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2363
2364         * Documentation/user/running.itely: new file.
2365
2366         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2367
2368         * lily/score-performer.cc (finish): call Translator::finalize ().
2369
2370 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2371
2372         * lilypond-ftpplugin.vim: renamed to the following file.
2373         * lilypond-ftplugin.vim: new file.
2374
2375         * GNUmakefile.in: update VIM_FILES.
2376
2377 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2378
2379         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2380         props.
2381
2382         * input/test/tie-sparse.ly: remove.
2383
2384         * lily/tie-performer.cc (try_music): copy & paste from
2385         Tie_engraver.
2386
2387         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2388         variable_ref twice.
2389
2390         * lily/key-performer.cc (create_audio_elements): use
2391         alterations-in-key.
2392
2393         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2394
2395 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2396
2397         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2398         handle also quarter tones (not shown as tests). test also flats.
2399
2400         * Documentation/index.html.in: small fixes.
2401
2402 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2403
2404         * input/regression/new-markup-scheme.ly: Typo.
2405
2406         * scm/define-markup-commands.scm (fill-line): New markup.
2407
2408         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2409         (output-paper-def): Fix alignment.
2410         (make-title): Fix height/width scaling.
2411
2412         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2413
2414         * input/test/title-markup.ly: Add remaining titles.  Layout and
2415         font size fixes.  Add simplistic latin1 test.
2416
2417 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2418
2419         * input/test/nested-groups.ly: remove. move content (to next). 
2420         * input/test/staff-bracket.ly: replace content (from prev), this 
2421         has been already in templates.
2422
2423 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2424
2425         * stepmake/autogen.sh: Only issue warning about running configure
2426         without arguments when autogen.sh will actually be running
2427         configure.
2428
2429 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2430
2431         * scm/new-markup.scm (stack-stencil-line): robustness.
2432
2433         * scm/define-markup-commands.scm (simple): robustification of
2434         simple-markup.
2435
2436         * Documentation/user/music-glossary.tely (Top): change central C
2437         to middle C.
2438
2439         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2440
2441 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2442
2443         * input/test/title-markup.ly (spaceTest): Add.
2444
2445         * lily/text-item.cc (interpret_markup): Make line markup from
2446         multi word markup.
2447
2448         * scm/define-markup-commands.scm (word): New markup command.
2449         (simple): Use it.
2450
2451         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2452
2453 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2454
2455         * vim/ftplugin/lilypond.vim:
2456         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2457         show matching paren in insert mode.
2458
2459 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2460
2461         * scm/output-ps.scm (make-title, output-scopes): Further
2462         development.
2463
2464         * input/test/title-markup.ly: New file.
2465
2466         * ps/lilyponddefs.ps: Disable PostScript titling.
2467
2468         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2469
2470 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2471
2472         * lily/arpeggio.cc (width_callback): remove padding.
2473  
2474         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2475
2476         * scm/define-music-types.scm: remove make-music-by-name.
2477
2478         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2479
2480 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2481
2482         * lily/paper-score.cc (process): Output titles using make-title.
2483
2484         * scm/output-ps.scm (output-stencil): Display directly instead of
2485         constructing string.
2486         (make-title): New function.
2487
2488 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2489
2490         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2491         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2492         Move documentation of LaTeX packages for latin1 characters to the
2493         lilypond-book manual.
2494
2495 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2496
2497         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2498
2499         * vimrc: add menu in console and shortcut <F10> for it.
2500
2501         * vim/:
2502         * vim/compiler/:
2503         * vim/syntax/:
2504         * vim/indent/:
2505         * vim/ftplugin/: new directories.
2506         
2507         * vim/filetype.vim: new file.
2508
2509         * lilypond.vim: remove files (see next).
2510         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2511
2512         * vimrc: remove file (see next).
2513         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2514
2515         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2516         add header. apply bindings only locally.
2517
2518         * vim/indent/lilypond.vim: new file.
2519
2520         * vim/ftplugin/lilypond.vim: remove errorformat.
2521         * vim/compiler/lilypond.vim: new file for errorformats.
2522
2523         * Documentation/topdocs/INSTALL.texi: give easier orders.
2524
2525         * ROADMAP: add vim/
2526
2527 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2528
2529         * Documentation/user/introduction.itely (Introduction): Use @image
2530         iso @html <img...>.  Add workaround for images in columns in info.
2531
2532         * stepmake/aclocal.m4: Store computed version in variable.
2533
2534         * configure.in: Export MAKEINFO_VERSION.
2535
2536         * config.make.in (MAKEINFO_VERSION): Add.
2537
2538         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2539
2540         * Documentation/user/GNUmakefile: Only build info with images when
2541         building web.
2542
2543         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2544
2545         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2546         stuff from documentation-targets.make
2547
2548 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2549
2550         * VERSION: 2.1.28 released
2551         
2552         * scripts/convert-ly.py (conv): 
2553
2554 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2555
2556         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2557         \arpeggioBoth. redefine \arpeggioBracket.
2558
2559         * Documentation/user/refman.itely: document new arpeggio
2560         functions.
2561
2562         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2563
2564         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2565
2566         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2567
2568 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2569
2570         * Documentation/user/introduction.itely (Automated engraving):
2571         rewrite introduction using website text.
2572
2573 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2574
2575         * scm/*.scm: make-music-by-name is replaced by make-music, which
2576         also accept music property settings, eg:
2577           (make-music 'TextScriptEvent 'direction DOWN 'text
2578               (make-simple-markup x))
2579
2580         Patch courtesy Nicolas Sceaux
2581
2582         * lily/beam-quanting.cc: cleanup, separate counts for left and
2583         right beam ends.
2584
2585         * lily/side-position-interface.cc (quantised_position): also
2586         quantize staccato position for forced stem directions. 
2587
2588 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2589
2590         * scm/*.scm: Patch by Nicolas Sceaux: 
2591
2592         * scm/music-functions.scm: ly:grob-property and ly:music-property
2593         are made procedure with setters.
2594
2595         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2596         
2597 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2598
2599         * input/test/[t-v]*.ly: finish rewriting texidocs.
2600
2601         * input/test/vaticana.ly: remove.
2602         * input/test/ligature-vaticana.ly: new, renamed file name.
2603
2604         * input/test/stem-centered.ly: remove.
2605         * input/test/mensural-note-heads.ly: new file. take content from
2606         removed file stem-centered.ly.
2607
2608         * input/test/scales-greek.ly: simplify.
2609
2610         * input/test/s*.ly: reformulate texidocs.
2611         
2612         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2613         of missing features.
2614
2615 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2616
2617         * input/test/[j-o]*.ly: update texidocs.
2618
2619 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2620
2621         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2622
2623         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2624         images.
2625
2626         * Documentation/user/lilypond.tely (@direntry): Update.
2627
2628         * stepmake/stepmake/documentation-targets.make
2629         (install-info,uninstall-info): Install into $(package_infodir).
2630         Install images.  Run install-info to update dir.
2631
2632         * config.make.in (package_infodir): Add.
2633
2634         * Documentation/user/GNUmakefile (info-with-images,
2635         local-install-info, local-uninstall-info): New target.
2636
2637 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2638
2639         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2640         gap/threshold.
2641
2642         * lily/beam-quanting.cc (score_slopes_dy): remove
2643         ROUND_TO_ZERO_SLOPE kludge.
2644
2645         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2646
2647         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2648
2649         * lily/global-context.cc (Global_context): alway accept Score
2650         (run_iterator_on_me): cast Context to Score_context, not
2651         Context_def.
2652
2653         * Documentation/user/refman.itely: documentation patch by Edward
2654         Sanford Sutton.
2655
2656         * mf/GNUmakefile: unset sauter-fonts.
2657
2658 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2659
2660         * scripts/lilypond-book.py (output_texinfo): Output @image
2661         descriptions for info too.
2662
2663         * input/test/chord-names-jazz.ly: 
2664         * input/test/embedded-scm.ly: Clarify.
2665
2666         * input/test/cautionaries.ly: Typo.
2667
2668         * lily/input-smob.cc (ly_input_location): Compile fix.
2669
2670 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2671
2672         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2673
2674         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2675         fixes problems with system defaults being reverted with \override
2676         on Score level.
2677
2678         * lily/global-context.cc (Global_context): apply property-ops to
2679         Global_context too. 
2680
2681 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2682
2683         * scm/output-ps.scm (stencil->string): Rewrite.
2684
2685 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2686
2687         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2688         impersonal style.
2689
2690 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2691
2692         * lily/input-smob.cc (ly_input_location: New function.
2693
2694         * scm/define-markup-commands.scm (upright): New markup command.
2695
2696         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2697
2698         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2699
2700         * scm/output-ps.scm (output-stencil): New function.
2701
2702         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2703         of snippet types; fixes @ignore and @verbatim blocks.
2704
2705 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2706
2707         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2708         to a file in printed documentation, instead, refer either to a 
2709         syntax or to an output.
2710
2711 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2712
2713         * input/regression/beam-center-slope.ly: Add test.
2714
2715 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2716
2717         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2718         (SAUTER_FONTS): Reinstate.
2719
2720         * scm/define-markup-commands.scm (caps): New markup command.
2721
2722         * scm/output-ps.scm (output-scopes): Experimental markup output.
2723
2724         * scm/: Add missing headers.
2725
2726         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2727
2728         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2729
2730 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2731
2732         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2733         Stray style cleanups.
2734
2735 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2736
2737         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2738         no dot combination.
2739
2740         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2741         substitute \override Staff.autoBeamSettings too
2742
2743         * Documentation/user/tutorial.itely: proofreading fixes by David
2744         Bobroff
2745
2746 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2747
2748         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2749
2750         * ps/music-drawing-routines.ps: 
2751         * ps/lilyponddefs.ps: Add end markers.
2752
2753 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2754
2755         * VERSION: 2.1.27 released.
2756         
2757         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2758
2759         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2760         obey documentation.
2761
2762 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2763
2764         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2765
2766         * scm/output-ps.scm: Resurrect.
2767         
2768         * scm/output-tex.scm: Minimal cleanups.
2769
2770         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2771
2772         * make/ly-rules.make: Remove any broken lily-*.tex files before
2773         lilypond-book run.
2774
2775         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2776         comment.
2777
2778         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2779         Enabled by default, may save 10% compile time.
2780
2781 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2782
2783         * lily/lyric-phrasing-engraver.cc: remove
2784         
2785         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2786         longer necessary. 
2787
2788         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2789         so lyric-phrasing-engraver is no longer necessary.
2790
2791         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2792         Grob_pq_engraver from Staff.
2793
2794         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2795         busyGrobs directly.
2796
2797         * input/regression/quote-transposition.ly: new file.
2798
2799         * lily/recording-group-engraver.cc (stop_translation_timestep):
2800         store instrumentTuning too. 
2801
2802         * lily/quote-iterator.cc (process): transpose events using
2803         instrumentTuning.
2804
2805         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2806         -> \tuning <pitch>
2807
2808         * lily/parser.yy (command_req): add \tuning command for setting
2809         instrument tuning of staff.
2810
2811         * Documentation/user/GNUmakefile
2812         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2813
2814         * Documentation/user/refman.itely (Customized accidental rules):
2815         typo.
2816
2817 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2818
2819         * Documentation/user/music-glossary.tely: remove the missing norwegian
2820         translation; they can be put in later properly.
2821
2822 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2823
2824         * lily/recording-group-engraver.cc (start_translation_timestep):
2825         init Recording_group_engraver twice.
2826
2827 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2828
2829         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2830         stray style cleanups:
2831
2832         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2833         -Wmissing-prototypes.
2834
2835         * flower/include/killing-cons.tcc (Killing_cons): Add template
2836         specifier for car_.
2837
2838         * flower/include/parray.hh (binsearchs): Add template specifier
2839         for maxkey.
2840
2841         * flower/include/interval.hh: Declare elem () with template specfier.
2842
2843 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2844
2845         * elisp/lilypond-indent.el (get-buffer-size): add customization
2846         groups for several variables (Reuben Thomas).
2847
2848 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2849
2850         * Documentation/user/invoking.itexi (Point and click): add index
2851         entry.
2852
2853         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2854         go under beam.
2855
2856         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2857         sarabande beam. 
2858
2859         * flower/warn.cc (programming_error): cross fingers not thumbs.
2860
2861         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2862         staff-position is set.
2863
2864         * VERSION: release 2.1.26 
2865         
2866         * scm/chord-entry.scm (construct-chord): process transposition
2867         after processing explicit-11.  
2868
2869 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2870
2871         * lily/parser.yy (add_quote): add syntax for adding quotes:
2872         \addquote "id-string" Music
2873
2874         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2875
2876         * scripts/convert-ly.py (conv): add rules for name changes.
2877
2878         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2879         music/context/grob property functions. Internally, use
2880         get_property() and set_property() for both.
2881
2882 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2883
2884         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2885         for Emacs <= 20 (Laurent Martelli).
2886
2887 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2888
2889         * lily/parser.yy (command_element): extract quoted vector in
2890         parser.
2891
2892         * input/regression/quote.ly: new file.
2893
2894         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2895
2896         * lily/parser.yy (command_element): \quote DURATION NAME: support
2897         cue notes. 
2898
2899         * lily/quote-iterator.cc (class Quote_iterator): new file.
2900
2901 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2902
2903         * lily/auto-beam-engraver.cc (try_music): accept and process
2904         beam-forbid-event.
2905
2906         * input/regression/auto-beam-no-beam.ly: new file.
2907
2908 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2909
2910         * lily/accidental.cc (print): Change font-relative-size ->
2911         font-size. Fixes cautionary-style = smaller.
2912
2913 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2914
2915         * lily/system-start-delimiter.cc (staff_brace): remove
2916         font-relative-size
2917
2918         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2919         forgotten with scm_list_n. Fixes spurious coredumps.
2920
2921         * lily/accidental-engraver.cc (stop_translation_timestep): move
2922         update of localKeySignature to stop_translation_timestep (). This
2923         makes sure that all ties are noticed at the right moment.
2924         (stop_translation_timestep): clear tie only when right-side
2925         notehead was seen.
2926         (number_accidentals_from_sig): cleanup. 
2927
2928         * input/regression/accidental-tie.ly (mus): new file
2929
2930         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2931         these longish tests.
2932
2933 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2934
2935         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2936
2937         * THANKS: update bugreporter list.
2938
2939         * lily/beam.cc (print): broken beams last until end of staff.
2940         (print): broken beams start from prefatory matter.
2941
2942         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2943
2944         * lily/paper-score.cc (process): dump header only once.
2945
2946         * lily/paper-outputter.cc (Paper_outputter): move logic into
2947         Scheme.
2948
2949         * scm/output-tex.scm (output-scopes): new function.
2950         (output-paper-def): new function
2951         (tex-string-def): new function
2952         (symbol->tex-key): new function
2953
2954         * scripts/convert-ly.py (conv): add rule for | ~
2955
2956 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2957
2958         * input/regression/{many}.ly: refresh, trying to guess how
2959         it was designed.
2960
2961 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2962
2963         * VERSION: release 2.1.25
2964
2965         * scm/define-translator-properties.scm
2966         (all-user-translation-properties): add printOctaveNames
2967
2968         * ly/engraver-init.ly: remove Note_event_swallower from
2969         NoteNamesContext.
2970
2971         * lily/note-name-engraver.cc (process_music): new property
2972         printOctaveNames
2973
2974         * lily/context.cc (find_existing_context): remove support for
2975         Current.
2976
2977         * scm/music-functions.scm (set-accidental-style): new function;
2978         duplicate accidental macros.
2979
2980         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2981
2982         * lily/note-name-engraver.cc (process_music):
2983         process_acknowledged_grobs () -> process_music ()
2984
2985         * scm/part-combiner.scm (determine-split-list): robustification.
2986
2987 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2988
2989         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2990         lines for falling into beam-gap.
2991         (score_forbidden_quants): check all staff lines for falling in
2992         beam gaps.
2993
2994         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2995         key/clef/time signatures. 
2996
2997         * input/test/ossia.ly: revise example.
2998
2999         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3000         cleanup.
3001         
3002         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3003         comply to Scheme standard.  Remove ly:get-paper-variable
3004
3005 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3006
3007         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3008
3009 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3010
3011         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3012         properties from Voice context. This fixes accidental size for
3013         staff-switches during grace contexts.
3014
3015         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3016         if necessary. Else, simply wipe dots.
3017
3018         * input/test/beam-alternate.ly: new file
3019
3020         * input/test/piano-staff-distance.ly: new file.
3021
3022         * lily/translator-group.cc (recurse_down_translators): use
3023         Direction for bottom-up/top-down.
3024
3025         * lily/include/translator.hh (class Translator): add
3026         process_music() and do_announces(). This obviates
3027         recurse_down_{engravers,performers}.
3028
3029         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3030         \melisma and \melismaEnd
3031
3032         * lily/melisma-engraver.cc (process_music): change to
3033         Melisma_translator, unify with performer. Accept
3034         ManualMelismaEvent.
3035
3036         * ly/engraver-init.ly: add Font_size_engraver.
3037
3038 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3039
3040         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3041         it hara-kiri.
3042
3043         * input/regression/{many}.ly: improve descriptions trying to figure
3044         out what is tested.
3045
3046 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3047
3048         * lily/slur.cc (broken_trend_offset): robustness fix.
3049
3050         * VERSION: release 2.1.24
3051
3052         * lily/context.cc (find_create_context): go to Score if it exists.
3053
3054         * lily/context-scheme.cc: new file.
3055
3056         * lily/score-translator.cc (get_output): new file.
3057
3058         * lily/include/grob-info.hh: origin_contexts() now does not
3059         include the originating engraver
3060
3061         * lily/translator-group.cc (translator_each): clean up contents,
3062         remove superfluous stubs. Engraver_group_engraver and
3063         Performer_group_performer are the only classes using multiple
3064         inheritance.
3065
3066         * lily/include/score-context.hh (class Score_context): interface
3067         between Score_{engraver,performer} and Global_context.
3068
3069         * lily/include/global-context.hh (Context): change from
3070         global-translator. This is the entry point for contexts; it is not
3071         tweakable using \translator{}. Score is no longer the top context,
3072         but sits underneath Global.
3073
3074         * lily/include/context.hh (class Context): brain surgery: split
3075         out Context functionality from Translator_group. Context is now a
3076         separate type from Translator.
3077
3078 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3079
3080         * lily/include/translator.hh (class Translator): make
3081         get_score_context() and get_global_translator (), and use the one
3082         which is appropriate.
3083
3084         * lily/context.cc: partially put functionality of Translator_group
3085         into Context.
3086
3087         * lily/include/context.hh (Translator): new class: put between
3088         Translator and Translator_group. 
3089
3090         * lily/new-accidental-engraver.cc: remove file.
3091
3092 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3093
3094         * input/regression/{many}.ly: improve descriptions: use complete 
3095         sentences, try to describe what is tested, avoid `we´, do not use 
3096         don't, ... 
3097
3098 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3099
3100         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3101         is at EOL.
3102
3103         * Documentation/user/lilypond.tely: declare the topmost node only
3104         once; removes empty line in @contents.
3105
3106         * Documentation/user/music-glossary.tely: really add Finnish author.
3107         Draw more beatiful `->´ arrow in html: &rarr;
3108
3109 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3110
3111         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3112
3113         * scripts/convert-ly.py (conv): add ly:music-list  change.
3114
3115         * lily/grob.cc: edit doc string.
3116
3117         * scm/define-grob-properties.scm (all-user-grob-properties):
3118         proofreading, editing of doc strings.
3119
3120         * input/regression/tablature-string-tunings.ly: new file.
3121
3122         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3123         listen to stringTunings
3124
3125         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3126         for self-alignment-[XY] code.
3127  
3128 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3129
3130         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3131         cond) into function. Cleanup.
3132
3133         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3134         
3135         * VERSION (PACKAGE_NAME): 2.1.23 released
3136
3137 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3138
3139         * Documentation/user/{refman,internals}.itely: small fixes.
3140
3141 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3142
3143         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3144         accidentals for harmonic notes
3145
3146         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3147         for harmonic notes.
3148
3149         * scm/document-backend.scm (interface-doc): prune Grob
3150         documentation: don't duplicate interface information.
3151
3152         * lily/*.cc: lots of updates of doc strings.
3153
3154 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3155
3156         * input/test/ac-extra-voice.ly (accompany): remove file.
3157
3158         * input/test/maximum-rest-count.ly: remove file.
3159
3160         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3161         conversion rule for \translator { }. Apply everywhere.  
3162
3163         * lily/parser.yy (music_property_def): set property for \once in
3164         the PropertyMusic itself, not the ContextSpec.
3165         (property_operation): change syntax within \translator { }
3166
3167         * scm/define-music-properties.scm (all-music-properties): clean up.
3168
3169         * lily/auto-beam-engraver.cc (test_moment): use
3170         updated_grob_properties() to retrieve autoBeam settings.
3171
3172         * lily/spacing-spanner.cc: bound shortest_playing_len by
3173         measure_length
3174
3175         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3176         multi-measure events for spacing computation.
3177
3178         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3179         elliptical, to 1.49.
3180
3181         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3182         vertical positioning for polyphony, without RestCollision object.
3183
3184         * lily/note-column.cc (add_head): prevent rests & note heads on
3185         one stem.
3186
3187         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3188         (do_shift): rewrite only-rests case: use common refpoints: the
3189         routine will have sensible results when other rest-translations
3190         have taken place.
3191
3192         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3193         < 0 case. 
3194
3195         * VERSION: 2.1.22 released
3196         
3197         * input/GNUmakefile (SUBDIRS): remove ascii-art
3198
3199 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3200
3201         * input/: Convert ly files that still had \property.  Fixes make
3202         web.  Remove exta spaces around '='. 
3203
3204         * scripts/convert-ly.py (conv): Redundant space fixes.
3205
3206         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3207
3208 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3209
3210         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3211         create scalable PS and PDFs  for input/{test,template,regression}.
3212
3213         * lily/context.cc (is_alias): move function.
3214         (is_alias): add Bottom as context alias. 
3215         (find_create_translator): add Bottom as a context alias for creation.
3216
3217         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3218
3219         * lily/parser.yy (music_property_def): new syntax for property
3220         assignments:
3221
3222         \set A.B = #C , \unset A.B
3223         \override A.B #C = #D, \revert A.B #C 
3224
3225         * lily/my-lily-lexer.cc: remove \property
3226
3227 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3228
3229         * Documentation/user/refman.itely: add dots after seealso refs.
3230
3231         * input/template/{many}.ly: harmonise descriptions.
3232
3233         * Documentation/user/music-glossary.itely: add Finnish author.
3234
3235 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3236
3237         * VERSION (PACKAGE_NAME): release 2.1.21
3238
3239 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3240
3241         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3242
3243         * scripts/lilypond-book.py (snippet_res): @include filename must
3244         not be empty.
3245
3246 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3247
3248         * scm/documentation-generate.scm (markup-doc-string): dump
3249         markup-commands.tely
3250
3251         * scm/define-markup-commands.scm (override): new file.
3252         Move documentation from refman into doc-strings. 
3253
3254         * input/test/staff-container.ly: fix example.
3255
3256         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3257         StaffContainer
3258
3259         * lily/grob.cc: remove point_dimension_callback
3260         (Grob): read forced dimensions from X-extent and Y-extent.
3261         (get_paper): remove preset_extent.
3262
3263         * scm/define-grobs.scm (all-grob-descriptions): remove
3264         point_dimension_callback. 
3265
3266         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3267         textscript to head. This makes no-spacing-rods work on
3268         DynamicText.
3269
3270         * lily/chord-name.cc: remove props chord, bass, inversion.
3271
3272         * Documentation/user/appendices.itely: add Scheme functions,
3273         context-properties and layout properties to manual.
3274
3275         * scm/part-combiner.scm (determine-split-list): include rests in a
3276         solo1/2 sequence.
3277
3278         * lily/new-part-combine-iterator.cc (substitute_both): new
3279         function.
3280         (class New_pc_iterator): add separate Voice=solo context, fixes
3281         autobeams going from chords to solo.
3282
3283 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3284
3285         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3286
3287         * Documentation/user/tutorial.itely:
3288         * Documentation/user/refman.itely: Add short note about being part
3289         of lilypond.tely.
3290
3291         * COPYING: Make note more clear with respect to files that are
3292         explicitely licenced otherwise (Documention/user/ comes to mind).
3293         
3294         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3295         comment about barfing of @c,{}.
3296
3297         * Documentation/user/music-glossary.tely: Add list of authors.
3298
3299         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3300         source (was: also in build log).
3301
3302 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3303
3304         * lily/side-position-interface.cc (general_side_position): if
3305         staff-padding is set, then include staff in support too.
3306
3307         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3308         module workbook
3309
3310         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3311
3312         * lily/tuplet-engraver.cc: remove tupletInvisible
3313
3314         * scm/define-translator-properties.scm: cleanup, separate in
3315         internal and user props. 
3316
3317         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3318         LyricsVoice -> Lyrics
3319
3320         * lily/new-part-combine-iterator.cc (process): only print warning
3321         for symbols.
3322
3323 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3324
3325         * scm/part-combiner.scm: Add proper header.
3326
3327         * All but lily/*: The great --2003 --2004 replace; the missing
3328         `bits'.
3329
3330         * TODO: Fix outline mode.  Add book notes.
3331
3332         * ROADMAP: Update.
3333
3334 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3335
3336         * scm/part-combiner.scm (make-autochange-music): use
3337         accumulator. Fixes stack overflow.
3338
3339         * lily/*: rename brew_molecule -> print , molecule-callback ->
3340         print-function
3341
3342         * scm/define-grob-properties.scm: cleanup. Separate into internal
3343         and user properties.
3344
3345         * lily/translator-property.cc (updated_grob_properties): new
3346         function
3347         (execute_pushpop_property): change to new convention:
3348         object property inits are stored as (cons ALIST BASED-ON). This
3349         storage format allows concurrent tweaks in different contexts.
3350
3351 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3352
3353         * TODO: new file.
3354
3355 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3356
3357         * debian/: Late Debian update (sorry Anthony).
3358
3359         * scripts/lilypond-book.py (do_file): Look for input_file in
3360         include path, or ask kpathsea if LATEX.
3361
3362         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3363         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3364         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3365         --header=texidoc.
3366
3367         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3368         relative.
3369
3370         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3371         only when filtering, default to input_base otherwise.  Coding
3372         style fixes.
3373
3374 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3375
3376         * lily/include/translator.hh (class Translator): add virtual
3377         qualifier.
3378
3379 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3380
3381         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3382
3383 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3384
3385         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3386
3387         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3388         (fixes make web).
3389
3390         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3391         live in $(out)-www).
3392
3393         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3394         dependencies.  Add link to .ly source in HTML output.
3395         (Lilypond_snippet.output_html): Handle multiple page picture
3396         output.
3397         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3398         Make usable for output_texinfo again.
3399
3400         * Documentation/user/GNUmakefile: Add static dependency for
3401         lilypond.tely includes.
3402
3403         * Documentation/user/tutorial.itely: Add some lost `relative'
3404         ly-options.
3405
3406 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3407
3408         * lily/include/translator-group.hh: move Music_output_def member
3409         to Global_translator.
3410
3411         * scripts/lilypond-book.py (do_file):  fix latex output.
3412
3413         * VERSION: release 2.1.20
3414         
3415         * scm/part-combiner.scm (determine-split-list): robustness fix 
3416
3417         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3418
3419         * lily/parser.yy (music_output_def_body): plug memory leak.
3420
3421         * lily/translator-group.cc (add_fresh_group_translator): plug
3422         memory leak: unprotect Translator_group once added.   
3423
3424         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3425
3426         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3427         write .dep file.
3428         (Lilypond_snippet.ly): add \renameinput.
3429
3430 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3431
3432         * Documentation/user/refman.itely (Markup command definition): Doc
3433         by Nicolas Sceaux. Rewrite by Han-Wen
3434
3435         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3436         thing of the line.
3437         (brew_molecule): only remove if hyphen is not at the end of line.
3438         (set_spacing_rods): new function: minimum-length specifies
3439         distance between syllables.
3440
3441         * scm/define-grobs.scm (all-grob-descriptions): add
3442         Hyphen_spanner::set_spacing_rods to LyricHyphen
3443
3444         * input/regression/lyric-hyphen-break.ly: new file.
3445
3446         * input/test/lyric-hyphen-retain.ly: new file.
3447
3448         * lily/new-part-combine-iterator.cc (construct_children):
3449         add Rest direction.
3450
3451 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3452
3453         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3454
3455         * Documentation/bibliography/engraving.bib (donemus1982):
3456         update entry.
3457
3458 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3459
3460         * scripts/lilypond-book.py (Substring.__init__): new class.
3461         (Snippet.output_texinfo): add texidoc option.
3462         (Include_snippet.replacement_text): new class.
3463         (Lilypond_snippet.__init__): new class
3464         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3465
3466         * Documentation/user/refman.itely (Sound): 
3467         note about number of channels.
3468
3469         * scm/music-functions.scm (voicify-music): add \context Staff for
3470         << \\ >> polyphony.
3471
3472         * lily/parser.yy (verbose_command_req): \skip now creates
3473         SkipMusic, and does not lead to spurious staves.
3474
3475         * scm/define-music-types.scm (music-descriptions): rename
3476         NonEventSkip to SkipMusic
3477
3478         * input/no-notation/midi-lyric-barcheck.ly: new file.
3479
3480         * input/regression/collision-dots-invert.ly: new file.
3481
3482         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3483         case.
3484
3485         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3486         die if melody died too.
3487
3488 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3489
3490         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3491         with reading from stdin.
3492
3493         * lily/slur-performer.cc (try_music): new file.
3494
3495         * lily/melisma-performer.cc (try_music): new file. Handle
3496         melismata to help lyrics.
3497
3498         * lily/beam-performer.cc (try_music): new file. Handle beam events
3499         to help lyrics.
3500
3501         * lily/score-performer.cc (one_time_step): reinstate
3502         process_music().
3503
3504         * lily/performer.cc (process_music): add to interface.
3505
3506         * lily/performer-group-performer.cc (process_music): new function.
3507
3508         * lily/dot-column.cc (do_shifts): do collision resolution before
3509         dot positioning.
3510         
3511         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3512         file, process printfilename option.
3513         (Snippet.__init__): rewrite: do not use global variables h or
3514         index.
3515         (main): really support -I option.
3516         (find_toplevel_snippets): new code.
3517         (find_toplevel_snippets): reinstate old version, without global
3518         variables.
3519
3520         * tex/texinfo.tex: really add file.
3521         
3522 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3523
3524         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3525         compatibility.
3526
3527 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3528
3529         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3530
3531         * scm/define-translator-properties.scm (drumPitchTable): add
3532         property.
3533
3534         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3535         function.
3536         (help_summary): docstrings.
3537         (do_file): strip the dir of input_base too.
3538
3539 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3540
3541         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3542
3543         * Documentation/user/lilypond-book.itely: Update.
3544
3545         * make/ly-rules.make: Update lilypond-book commands.
3546
3547         * Documentation/user/GNUmakefile: Update makeinfo commands,
3548         lilypond-book flags.
3549
3550         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3551         
3552         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3553
3554         * scripts/filter-lilypond-book.py: Remove.
3555
3556         * Documentation/user/*tely: Update options for new lilypond-book.
3557
3558         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3559         with @macros in @includes.
3560
3561 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3562
3563         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3564         make rest-collision only.
3565
3566         * lily/break-substitution.cc (substitute_one_mutable_property):
3567         clear all-elements using scm_assq_remove_x(). 
3568
3569         * lily/rest-collision.cc (do_shift): shift single rests
3570
3571         * flower/include/array.hh (class Array): rename to is_empty ()
3572
3573         * lily/drum-note-performer.cc: new file: perform drum notes.
3574
3575         * VERSION (PACKAGE_NAME): release 2.1.19.
3576         
3577 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3578
3579         * scripts/filter-lilypond-book.py
3580         (classic_lilypond_book_compatibility): New function.
3581
3582 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3583
3584         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3585
3586         * Grand 2003 -> 2004 search replace. 
3587
3588         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3589         (i.e. < > )
3590
3591         * ly/performer-init.ly: add DrumStaff
3592
3593         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3594         lyric-interface; this prevents lines with only extender lines from
3595         being junked.
3596  
3597         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3598
3599         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3600         extenders right, for once and for all (hopefully).
3601         
3602         * lily/break-substitution.cc (substitute_one_mutable_property):
3603         clear old 'all-elements for System grobs.
3604
3605         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3606         that associatedVoiceContext is always assigned when music & lyrics
3607         are found. 
3608
3609         * ly/engraver-init.ly: remove Lyrics context.
3610         (TabVoice): add noteheads engraver
3611
3612         * input/test/improv.ly: update: do not use Thread switching. 
3613
3614         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3615         squashedPosition is a number  
3616
3617         * Documentation/user/refman.itely (Automatic note splitting):
3618         remove Thread references.
3619
3620         * input/no-notation/pc-direction.ly: remove file.
3621
3622         * ly/engraver-init.ly: remove Thread
3623
3624         * input/regression/tie-chord-partial.ly: remove file.
3625
3626         * scripts/convert-ly.py (conv): \harmonic rule
3627
3628         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3629         notation for harmonic notes: <c' g''\harmonic>
3630
3631         * lily/lily-guile.cc (alist_to_hashq): new function
3632
3633         * scm/lily.scm (alist->hash-table): new function.
3634
3635         * Documentation/user/refman.itely (Percussion staves): update doco.
3636
3637         * input/regression/drums.ly (timb): updates
3638
3639         * lily/note-performer.cc (create_audio_elements): robustness fix.
3640
3641         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3642
3643 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3644
3645         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3646         discard valid matches.
3647
3648 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3649
3650         * lily/drum-note-engraver.cc: new file.
3651
3652         * ly/drumpitch-init.ly: move drum definitions
3653
3654         * scm/drums.scm: remove file.
3655
3656         * lily/*.cc: remove abort-event everywhere.
3657
3658         * lily/note-heads-engraver.cc (process_music): robustification.
3659
3660         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3661         robustification.
3662
3663         * lily/parser.yy (simple_element): add \drums mode.
3664         (simple_element): remove \pitchnames , \chordmodifiers. Use
3665         variables to store this. 
3666
3667         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3668         outside \notes.
3669
3670         * VERSION: release 2.1.18.
3671         
3672         * input/test: remove octave-duplicate.ly
3673
3674 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3675
3676         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3677
3678 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3679
3680         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3681         constructor from Music_iterator. Changes throughout.
3682
3683         * lily/include/music-iterator.hh (class Music_iterator): remove
3684         Music_iterator::skip and Music_iterator::get_pending_events from
3685         interface. Rename report_to -> get_outlet 
3686
3687         * lily/auto-change-iterator.cc: move contents from
3688         new-auto-change-iterator.cc from
3689
3690         * scm/part-combiner.scm: determine split-list from Scheme. 
3691
3692         * lily/new-auto-change-iterator.cc (process): new file.
3693
3694         * lily/parser.yy (part_combined_music): remove old PC cruft.
3695
3696         * ly/engraver-init.ly: remove old
3697         PC cruft.
3698
3699         * Documentation/user/refman.itely (The Lyrics context): note about
3700         extender lines.
3701
3702         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3703         to allow 0-length mmrest events.
3704
3705         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3706
3707         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3708
3709         * lily/spacing-engraver.cc (finalize): robustifications.
3710
3711         * input/regression/new-part-combine-solo-global.ly: new file.
3712
3713         * scm/part-combiner.scm: rewrite.
3714
3715 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3716
3717         * Documentation/user/refman.itely, input/puer-fragment.ly,
3718         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3719         updated for proper use of lyricsto; replaced "(" and ")" ->
3720         "\melisma" and "\melismaEnd"
3721
3722         * input/test/ancient-font.ly: small updates to reduce compile
3723         warnings (TODO: junk this file)
3724
3725         * input/test/gregorian-scripts.ly: added comment about bug
3726
3727         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3728         tiny robustness fix
3729
3730         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3731         recent changes in the feta code); temporarily mapped mensural g
3732         clef to a copy of petrucci g clef until mensural g clef will have
3733         been rewritten
3734
3735         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3736         between mensural and neo-mensural heads (this broke quite a while
3737         ago)
3738
3739         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3740
3741 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3742
3743         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3744         indication.  Fixes for verbatim, multi line comments.
3745
3746 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3747
3748         * input/regression/new-part-combine-solo.ly: more cases.
3749
3750         * lily/slur.cc (height): robustness fix.
3751
3752         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3753
3754         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3755         stemUp/stemDown.
3756
3757         * scm/music-functions.scm (determine-split-list): further analysis.
3758
3759         * lily/script-engraver.cc (try_music): discard duplicate
3760         articulations.
3761
3762         * input/regression/new-part-combine-solo.ly: new file
3763
3764         * input/regression/new-part-combine-a2.ly: new file.
3765
3766         * ly/performer-init.ly: add Devnull
3767
3768         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3769         for \musicglyph #"accidental-*"
3770         (conv): \newpartcombine rule.
3771
3772 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3773
3774         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3775
3776 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3777
3778         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3779         textwidth, --output.
3780
3781 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3782
3783         * scm/new-markup.scm (doubleflat): add accidental markups.
3784
3785         * VERSION: release 2.1.17
3786         
3787         * Documentation/user/refman.itely (Automatic part combining):
3788         revise documentation of the part-combiner.
3789
3790         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3791         
3792         * input/test/part-combine-{moment,staff}.ly: remove file.
3793
3794         * input/regression/pc-mmrest.ly (two): remove file.
3795
3796         * scm/define-music-types.scm (music-descriptions): add
3797         Solo{One,Two}Event and UnisonoEvent
3798
3799         * lily/new-part-combine-iterator.cc (unisono): add state_
3800         variable, signal changes with part-combine-event.
3801
3802         * input/regression/new-part-combine-text.ly: new file.
3803
3804         * lily/part-combine-engraver.cc: new file.
3805
3806 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3807
3808         * scripts/filter-lilypond-book.py: Handle snippet options.
3809
3810 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3811
3812         * scm/music-functions.scm (determine-split-list): detect solo1/2
3813         and unisono.
3814
3815         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3816         revert fix, document why.
3817
3818         * lily/tie-performer.cc (process_music): new function. Set melisma
3819         property.
3820
3821         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3822         always smaller than bracket size.
3823         (make_bracket): oops. Size of the gap was off by factor 2
3824
3825         * input/test/text-rotate.ly: new file.
3826
3827         * scm/new-markup.scm (markup): a macro that provides a
3828         LilyPond-like syntax in scheme for building markups, in order to
3829         help markup command definition. (Nicolas Sceaux)
3830
3831         * input/test/lyrics-skip-notes.ly: new example.
3832
3833         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3834
3835         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3836         use is_alias() iso. == . This fixes lyrics on
3837         GregorianTranscriptions. 
3838
3839 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3840
3841         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3842         \thispagestyle{lastpage} to avoid that it's printed on the second
3843         last page when there's only a single score line on the last page.
3844         (The page breaking mechanism in TeX played some ugly tricks to us.)
3845
3846 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3847
3848         * scripts/filter-lilypond-book.py: Further development.
3849
3850         * input/regression/collision-dots-move.ly: New test.
3851
3852         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3853         hand side note head of non-merged collision to the right.
3854
3855         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3856         Construct children before accessing property from emtpy
3857         lyrics_context_.
3858         (construct_children): Find thread before finding LyricsVoice.
3859         Create LyricsVoice one if none found, fixes crash (thanks Erik
3860         Sandberg).
3861
3862 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3863
3864         * cygwin/: Forward port.
3865
3866 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3867
3868         * buildscripts/install-info-html.sh: Use Bash.
3869
3870         * cygwin/mknetrel: Patch from Bert.
3871
3872 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3873
3874         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3875
3876         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3877         try to copy *png, index.html (Bertalan Fodor).
3878
3879         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3880
3881 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3882
3883         * lily/note-collision.cc (check_meshing_chords): Do not remove
3884         dots (from down head) when merging similar heads (thanks Matthias
3885         Kilian).  Simplify merge_possible tests and other cleanups
3886
3887         * input/regression/collision-merge-differently-dotted.ly: Add test
3888         for disappearing dots on similar heads for both voices.
3889
3890 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3891
3892         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3893         that tagline overrides copyright for single page scores. Correct
3894         the default tagline value.
3895
3896 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3897
3898         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3899
3900 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3901
3902         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3903         TEXMF if it's previously unset.
3904
3905 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3906
3907         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3908
3909         * input/test/trills.ly: fix the unfolding of lineprall.
3910
3911         * input/test/figured-bass-alternative.ly: fix accidental.
3912
3913 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3914
3915         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3916         
3917         * input/no-notation/dos-guile.ly: 
3918         * input/no-notation/dos-ps.ly: 
3919         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3920         
3921         * input/no-notation/safe-include.ly:
3922         * input/no-notation/safe-guile.ly:
3923         * input/no-notation/safe-ps.ly: 
3924         * input/no-notation/safe-tex.ly: New file.
3925
3926         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3927         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3928         options now.
3929         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3930         When in --safe-mode, set environment openout_any=p[aranoid].
3931
3932         * tex/ltest.tex: 
3933         * tex/lilyponddefs.tex: Add \nofiles.
3934
3935         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3936         options.
3937
3938         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3939         This allows building the user manual using a binary installation
3940         and a matching unpacked source tree.
3941
3942         * scm/lily.scm (safe-module): New variable. 
3943
3944         * lily/includable-lexer.cc (new_input): Fix error messages.
3945
3946         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3947         If SAFE, evaluate in safe-module.  Change callers.
3948
3949         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3950
3951         * lily/lexer.ll (embedded_scm): While processing main-input,
3952         invoke ly_parse_scm with safe mode if running in safe-mode.
3953         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3954         in init.ly for safe-mode.
3955
3956 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3957
3958         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3959         compatibility with old versions of geometry.sty (compat2
3960         already implied includehead).
3961         Change the page layout slightly so bottom + footskip = top +
3962         headheight + headsep = 16mm, the remaining paperheight-32mm
3963         are used for the music. Increase footskip to 5mm, so the top of
3964         the footer text doesn't touch the music.
3965
3966 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3967
3968         * VERSION: release 2.1.16
3969         
3970         * scm/music-functions.scm (determine-split-list): bugfix: only use
3971         new-active for both voices if both indexes advance. This fixes the
3972         biggest outstanding problem with new-pc. 
3973
3974         * lily/new-part-combine-iterator.cc (construct_children): set more
3975         directions.
3976
3977 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3978
3979         * scripts/convert-ly.py (conv): add instrument rule.
3980
3981         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3982
3983         * lily/side-position-interface.cc: remove add_staff_support ()
3984         Change all callers to use staff-padding.
3985
3986         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3987         make_spanner().
3988
3989         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3990
3991         * lily/text-engraver.cc: remove scriptHorizontal property.
3992
3993         * lily/beam.cc (least_squares): also set least-squares-dy for
3994         special case of slanted 2-stem beam to center.
3995
3996         * lily/side-position-interface.cc (out_of_staff): move contents of
3997         out_of_staff into aligned_side.
3998         remove out_of_staff().
3999
4000         * input/regression/measure-grouping.ly: fix warning.
4001
4002         * lily/side-position-interface.cc: add staff-padding support to
4003         Side_position_interface::aligned_side.
4004
4005         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4006         one get_property too many.
4007
4008         * flower/include/drul-array.hh (linear_combination): new function
4009         (scale_drul): new function
4010
4011         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4012         operations on empty intervals are silly.
4013
4014 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4015
4016         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4017         (iso gh_scm2int), fixes crash in new part-combiner.
4018
4019         * configure.in: Up mftrace to 1.0.27.
4020
4021 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4022
4023         * VERSION: release 2.1.15
4024         
4025         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4026         align all stanza numbers.
4027
4028 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4029
4030         * Documentation/user/{introduction.itely,refman.itely,
4031         converters.itely}: fix some text inside parentheses; text should
4032         be readable (even) if parentheses are either replaced with commas 
4033         or dropped out.
4034
4035 2004-01-25  Werner Lemberg  <wl@gnu.org>
4036
4037         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4038         input/test/vaticana.ly, input/test/ancient-font.ly,
4039         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4040         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4041         ly/params-as-init.ly, scm/define-grobs.scm,
4042         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4043
4044         * ly/params-as-init.ly: Removed.  Obsolete.
4045         * buildscripts/lilypond.words.py: Updated.
4046
4047 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4048
4049         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4050
4051         * mf/feta-din{4,5,7,9}.mf: remove.
4052         
4053         * lily/engraver.cc (internal_make_item): centralize item/spanner
4054         factory.
4055
4056         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4057         do correct chord conversion for ^"sim."  (backportme)
4058         (FatalConversionError.sub_articulations): substitute ^"foo" in
4059         chords too. (backportme)
4060
4061         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4062         for Fingering.
4063
4064         * lily/side-position-interface.cc (out_of_staff): don't do
4065         anything if staff-padding not defined. 
4066
4067         * mf/feta-params.mf (stafflines): introduce linethickness as
4068         general blackness of the font.
4069
4070         * lily/stem.cc (position_noteheads): rounding error robustness.
4071
4072         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4073         from beam-collision.ly 
4074
4075         * lily/beam.cc (rest_collision_callback): remove direction.
4076
4077         * scm/define-grobs.scm (all-grob-descriptions): remove
4078         enclose-bounds in OttavaBracket and PianoPedalBracket
4079
4080         * scm/new-markup.scm (def-markup-command) new macro, which takes
4081         care of defining the COMMAND-markup and make-COMMAND-markup
4082         procedures, setting markup-signature and keyword-signature object
4083         properties, and pushing the markup command in
4084         markup-function-list.
4085
4086         All markup commands are defined thanks to it.  Users may also use
4087         it to define their own markup commands. (Nicolas Sceaux)
4088
4089         * scm/new-markup.scm: Scheme style clean-up: there should be no
4090         parenthesis alone on a line; LET* should not be used where LET is
4091         enough. (Nicolas Sceaux)
4092
4093 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4094
4095         * scripts/filter-lilypond-book.py: Add script.
4096
4097 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4098
4099         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4100
4101 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4102
4103         * Documentation/user/refman.itely (Fingering instructions): add
4104         single note chords. 
4105
4106         * lily/multi-measure-rest-engraver.cc: use a single
4107         MultiMeasureEvent for mm rests. This prevents problems with the
4108         new part combiner.
4109
4110         * scm/music-functions.scm (determine-split-list): analysis has
4111         global effect: a difference halfway a phrase makes the entire
4112         phrase be typeset as apart.
4113         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4114
4115 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4116
4117         * ly/performer-init.ly: add Devnull.
4118
4119         * Documentation/user/refman.itely (Font selection): remove paper20
4120         ref.
4121         
4122 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4123
4124         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4125
4126 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4127
4128         * scm/music-functions.scm (determine-split-list): bugfixes.
4129
4130         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4131
4132         * input/test/scales-greek.ly: use C as base, results in different
4133         alterations at the clef.
4134
4135         * input/regression/pedal-ped.ly: new file.
4136
4137         * input/regression/pedal-bracket.ly: new file.
4138
4139         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4140         replace after_line_breaking()
4141
4142         * lily/line-interface.cc (line): read thickness.
4143         (line): dash-fraction = 0 always for dotted-line style.
4144
4145         * input/test/staff-lines.ly (lower): bugfix.
4146
4147         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4148         \accepts Devnull into Score.
4149
4150         * scm/lily.scm: remove bla.scm load.
4151
4152 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4153
4154         * VERSION: release 2.1.14
4155         
4156         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4157
4158         * lily/side-position-interface.cc (general_side_position): add
4159         Staff_symbol_referencer::staff_space ().
4160
4161         * lily/include/context-def.hh: rename from translator-def.hh
4162
4163 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4164
4165         * input/template/piano-dynamics.ly (pedal): Updated definition of
4166         Dynamics such that \cresc works, for example.
4167
4168 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4169
4170         * lily/stem.cc (calc_stem_info): use
4171         Staff_symbol_referencer::staff_space
4172
4173         * lily/beam-quanting.cc (quanting): scale Stem_info 
4174
4175         * lily/beam.cc (rest_collision_callback): use minimum-distance
4176         property for rest/beam collisions.
4177         (rest_collision_callback): bugfixes.
4178
4179         * lily/system.cc (post_processing): extra-offset is now relative
4180         to the size of the current staff.
4181
4182         * scm/music-functions.scm (notice-the-events-for-pc): record all
4183         voices, only analyze "one" and "two".
4184
4185         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4186         not parent. 
4187
4188         * lily/new-part-combine-iterator.cc (construct_children): create
4189         Devnull from Voice context
4190
4191         * scm/music-functions.scm (determine-split-list): bugfixes.
4192
4193         * lily/lily-guile.cc (robust_scm2int): new function
4194
4195         * lily/staff-symbol-referencer.cc (line_thickness): new
4196         function. Use throughout.
4197
4198         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4199         in its own context.  Add to preset font-size.
4200
4201         * lily/stem.cc (thickness): new function.
4202
4203         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4204         compute thickness from ledger-line-thickness.
4205
4206         * lily/note-head.cc (brew_ledger_lines): use
4207         Staff_symbol::get_ledger_line_thickness ().
4208
4209         * lily/beam.cc (rest_collision_callback): use
4210         Staff_symbol_referencer::staff_space().
4211
4212         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4213         Mus1 Mus2
4214
4215         * lily/include/translator.hh (class Translator): add accepts_list_
4216         so  \with { \denies / \accepts } also works.
4217
4218         * scm/music-functions.scm (determine-split-list): determine split
4219         list from music events.
4220
4221         * lily/new-part-combine-iterator.cc: more states.
4222
4223         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4224
4225 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4226
4227         * lily/system.cc (set_loose_columns): use the right prebroken cols
4228         for interpolating loose column position.
4229
4230         * lily/text-spanner.cc (brew_molecule): default to no vertical
4231         lines.
4232
4233         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4234         take space.
4235
4236         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4237
4238 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4239
4240         * scripts/convert-ly.py: Do not test filename when processing
4241         stdin.
4242
4243         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4244
4245 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4246
4247         * lily/axis-group-engraver.cc (finalize): extra check; if
4248         process_music () is never called, then staffline_ == 0.
4249
4250         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4251         check run_always ().
4252         
4253         * VERSION: release 2.1.13
4254
4255         * input/regression/note-head-style.ly (pattern): cleanup.
4256
4257         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4258         downloading.
4259
4260         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4261         kludge rehearsalmark placement.
4262
4263         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4264         , ly:spanner?
4265
4266         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4267         close to note head for accidentals.
4268
4269         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4270         tuplet direction.
4271
4272         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4273
4274 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4275
4276         * lily/include/music-iterator.hh (class Music_iterator): add
4277         substitute_outlet() to iterator API.
4278
4279         * lily/new-part-combine-iterator.cc (construct_children):
4280         New_pc_iterator: new class, better part combining.
4281
4282         * lily/tie-column.cc (werner_directions): new function
4283
4284         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4285
4286         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4287         empty objects group spanner as parent
4288
4289         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4290         slope against graphical slope.
4291
4292         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4293         for ottava bracket.
4294
4295         * lily/side-position-interface.cc (general_side_position):
4296         opps. reinstate *dir.
4297
4298         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4299         parser run.
4300
4301         * lily/tuplet-bracket.cc: remove calc_dy ().
4302
4303         * Documentation/user/refman.itely (Balloon help): document balloon
4304         help
4305
4306 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4307
4308         * scm/document-backend.scm (check-dangling-properties): Grob
4309         properties are defined define-grob-properties.scm.
4310         
4311 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4312         
4313         * VERSION: release 2.1.12
4314
4315         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4316         ChordName
4317
4318         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4319         relation to surroundings.
4320
4321         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4322         Y-extent to the note-extents: stay clear of the staff.
4323
4324 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4325
4326         * Documentation/user/GNUmakefile
4327         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4328         iso. copy.
4329
4330         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4331
4332         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4333
4334         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4335
4336         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4337
4338         * lily/line-interface.cc (line): remove thickness from calling interface.
4339
4340         * lily/hairpin.cc: use Line_interface
4341
4342         * lily/line-interface.cc: new file. Line_interface for everything
4343         with dotted/dashed lines.
4344         
4345
4346         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4347
4348         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4349         for constructing ottava brackets.
4350         
4351         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4352         the note heads.
4353
4354         * Documentation/user/internals.itely (Engravers and performers):
4355         fix broken link.
4356
4357         * scm/music-functions.scm (make-mark-set): new function.
4358
4359         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4360         functionally identical to beam.
4361
4362         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4363         () with beam (). 
4364
4365         * Documentation/user/refman.itely (Rehearsal marks): document new
4366         functionality.
4367
4368         * input/regression/rehearsal-mark-number.ly: new file.
4369
4370         * input/regression/rehearsal-mark-letter.ly: new file.
4371
4372         * scm/translation-functions.scm (number->mark-string): new function
4373         (format-mark-letters): new function
4374         (format-mark-numbers): new function
4375
4376         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4377         integer; formatting is done through markFormatter property.
4378         
4379         * scm/define-translator-properties.scm: fold all *-done properties
4380         into positioning-done.
4381
4382         * lily/beam.cc (position_beam): new function
4383         (brew_molecule): make sure that positions are calced before making
4384         the molecule.
4385
4386         * scm/output*.scm (beam):  take 4th argument for function.
4387
4388         * ps/music-drawing-routines.ps: take blot as 4th argument.
4389
4390         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4391         stem to avoid small dents.
4392         
4393 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4394
4395         * VERSION: release 2.1.11
4396
4397         * input/regression/balloon.ly: new file.
4398
4399         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4400         objects, and make help texts. 
4401
4402         * scm/new-markup.scm (parse-simple-duration): parse duration
4403         string to log & dots. (Thanks Nicolas!)
4404
4405         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4406         rule.
4407
4408 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4409
4410         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4411         Lemberg).
4412
4413         * THANKS: alphabetic order.
4414
4415 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4416
4417         * input/regression/note-head-harmonic.ly: new file.
4418
4419         * Documentation/user/internals.itely (Technical manual): explain
4420         difference between music, translation, layout.
4421
4422         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4423
4424         * scm/output-ascii-script.scm (bracket): rounding bfs.
4425
4426         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4427
4428         * ly/paper*.ly: remove files. 
4429         
4430         * scm/paper.scm (set-staff-size): new function: set default
4431         staff-size.
4432
4433         * scripts/convert-ly.py (conv): add conversion rule.
4434
4435         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4436         function.
4437
4438         * scm/paper.scm: new file.
4439         (set-staff-size): new function 
4440         (set-paper-size): new function
4441
4442         * lily/parser.yy (music_output_def_body): restructure definition,
4443         so first Scheme statement in \paper also happens in new scope. 
4444
4445         * lily/system.cc (post_processing): move uniquify_list () to
4446         dumping molecule stage.
4447
4448         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4449         this will mess up scores that use barchecks to shorten measures.
4450
4451         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4452         at 20pt too.
4453
4454         * Documentation/user/tutorial.itely (Printing lyrics): document
4455         \lyricsto
4456
4457         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4458
4459         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4460
4461         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4462         if Voice is not found.
4463
4464         * VERSION: release 2.1.10
4465         
4466         * input/{test,regression}/: remove old-relative 
4467
4468         * lily/lexer.ll: add empty markup signature. 
4469
4470         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4471         strut markup
4472
4473         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4474
4475         * scm/define-translator-properties.scm: update melismata property
4476         doco.
4477
4478         * lily/system.cc (output_lines): revert uniquify_list() patch,
4479         strange side effects seen.
4480         
4481         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4482         dash-period < 0.
4483
4484         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4485         for flute. 
4486
4487 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4488
4489         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4490
4491         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4492
4493         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4494         of line breaks.
4495         (brew_molecule): add padding to left, not right.
4496
4497         * lily/system.cc (uniquify_list): new function
4498         (output_lines): uniquify_list () on all-elements. This fixes
4499         double symbols in the output.
4500
4501         * lily/beam.cc (rest_collision_callback): don't move anything if
4502         staff-position is set.
4503
4504         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4505
4506         * lily/system.cc (typeset_grob): warn if adding twice.
4507
4508         * lily/sequential-iterator.cc (run_always): implement run_always().
4509         (also in other files.)
4510         
4511         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4512
4513         * lily/event.cc (to_relative_octave): add octave-check.
4514
4515         * Documentation/user/refman.itely (Line breaking): add noBreak.
4516
4517         * scm/new-markup.scm (normalsize-markup): add function.
4518         (sans-markup): new function.
4519
4520         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4521         come earlier nowadays.  This fixes beams on grace notes.
4522         
4523         * scm/music-functions.scm (direction-polyphonic-grobs): new
4524         variable, share between override and revert. This fixes script
4525         directions in polyphonic sections. (backportme)
4526
4527 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4528
4529         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4530         breakpoints.
4531
4532         * lily/break-align-interface.cc: add doco
4533
4534         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4535
4536 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4537
4538         * VERSION: release 2.1.9
4539
4540         * scm/document-markup.scm (markup-doc-node): add note about naming.
4541
4542         * scm/new-markup.scm (left-align-markup): bugfix. 
4543
4544         * Documentation/user/refman.itely (Ottava brackets): more doco for
4545         ottava.
4546
4547         * lily/side-position-interface.cc (out_of_staff): also do
4548         out_of_staff() correctly for d == DOWN.
4549
4550         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4551         horizontal line if they move to the right.
4552         
4553         * scm/define-grobs.scm (all-grob-descriptions): set
4554         text-repeat-if-broken for ottava spanner
4555
4556         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4557         property.
4558
4559         * mf/feta18.mf: design size is 18 not 22.5
4560
4561         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4562         Add a single LyricsVoice to a melody. Melismata may be set
4563         individually.
4564
4565         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4566
4567         * lily/dot-column.cc: add stdio.h
4568
4569 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4570
4571         * lily/item.cc: documentation for break-visibility (Thanks, John).
4572
4573 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4574
4575         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4576
4577         * lily/translator-def.cc: rename Translator_def to Context_def.
4578
4579         * Documentation/user/internals.itely (Lexical details): clarify
4580         string def.
4581
4582         * Documentation/user/refman.itely (Rhythmic music): add link to
4583         RhythmicStaff 
4584
4585 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4586
4587         * lily/translator.cc: document start_translation_timestep()
4588
4589         * scm/output-tex.scm (tex-encoded-fontswitch): use
4590         round for rounding (inexact->exact yields rationals)
4591
4592         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4593
4594         * lily/translator-group.cc (get_simple_trans_list): 
4595         new function; construct simple_trans_list_ lazily.
4596         
4597 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4598
4599         * lily/paper-outputter.cc (output_scope): Check if number before
4600         checking exact (guile cvs).
4601
4602         * scm/*: Escape backslashes in scheme strings (guile cvs).
4603
4604 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4605
4606         * Documentation/user/refman.itely (Tablatures basic): annotate
4607         seealso sections.
4608
4609         * lily/*.cc: cleanup of engraver initialize() functions.
4610
4611         * lily/repeat-acknowledge-engraver.cc
4612         (start_translation_timestep): remove first_b_
4613
4614         * lily/tab-note-heads-engraver.cc: listen to string number events
4615         inside < > too. (backportme).
4616
4617         * Documentation/user/refman.itely (Text scripts): add fatText to
4618         index.
4619
4620 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4621
4622         * VERSION: 2.1.8
4623
4624         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4625         footer.
4626
4627         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4628
4629         * lily/bar-check-iterator.cc (process): only warn if
4630         barCheckLastFail was changed.
4631
4632         * scm/define-translator-properties.scm (barCheckLastFail): add
4633         property.
4634
4635         * lily/main.cc (main_prog): print summary of failed files.
4636
4637         * lily/axis-group-engraver.cc: move all spanner creation to
4638         process_music (). Now staffs can be adjusted with \override too.
4639         (Jan, you are a brilliant programmer!)
4640         
4641         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4642
4643 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4644
4645         * Documentation/user/tutorial.itely (Integrating text and music):
4646         Show the commands to produce a PDF as well.
4647
4648 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4649
4650         * lily/translator-def.cc (get_translator_names): accept user
4651         tweaks too. 
4652
4653         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4654         as big as normal heads. 
4655
4656         * input/*ly: run convert-ly
4657         
4658         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4659         () if dependencies are fluked.
4660
4661         * scm/document-translation.scm (engraver-doc-string): update on
4662         latest string/symbol conventions.
4663
4664         * lily/translator-ctors.cc: use Scheme_hash_table.
4665
4666         * lily/translator-def.cc (get_translator_names): new function
4667         (add_context_mod): new function
4668         (get_accepted): new function
4669
4670         * lily/parser.yy (context_mod): put all modifications of
4671         \translator { } in a single production, encode as SCM.
4672
4673         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4674         to use read-only lists, so additions to the definition can be
4675         prepended easily.  
4676
4677         * Documentation/user/invoking.itexi (Editor support): add node on
4678         editor support.
4679
4680         * Documentation/user/refman.itely (Bar check): add lyrics example
4681         of bar checks. 
4682
4683         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4684
4685         * scripts/convert-ly.py (conv): add conversion rule.
4686
4687         * lily/parser.yy: use \change iso. \translator for staff switch.
4688
4689         * lily/my-lily-lexer.cc: add \change.
4690
4691         * scm/define-translator-properties.scm
4692         (default-melisma-properties): add definition.
4693
4694 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4695
4696         * Documentation/user/refman.itely (Bar lines): clarification of
4697         systemStartDelimiter. 
4698
4699         * input/test/slur-shape.ly (x): remove file.
4700
4701         * lily/translator-group.cc (apply_property_operations): new function.
4702
4703 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4704
4705         * lily/parser.yy (optional_prop_ops): allow \with {
4706         PROPERTYSETTINGS } following \context or \new.
4707
4708         * lily/my-lily-lexer.cc: add \with.
4709
4710         * lily/parser.yy (property_operation): clean up definition of
4711         property operations.
4712         (property_op_to_music): new function.
4713         (context_spec_music): new function
4714
4715         * VERSION: 2.1.7 released.
4716         
4717         * input/regression/collision-merge-dots.ly: new file.
4718
4719         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4720         then kill the dots too. 
4721
4722         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4723         set/unset breakableSeparationItem
4724
4725         * lily/separation-item.cc (relative_width): add function.
4726
4727         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4728         only-prebreak-interface
4729
4730         * lily/system.cc (output_lines): only junk only-prebreak-interface
4731         grobs.
4732
4733         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4734         read breakableSeparationItem
4735
4736         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4737
4738         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4739
4740         * lily/dot-column.cc (dot_config_badness): new function:
4741         select the best scoring dot configuration: dots should go close to
4742         the note heads, but be shifted up or down according to conventions.
4743         (print_dot_configuration): idem.
4744         (shift_one): idem
4745         (remove_collision): idem.
4746
4747         * input/regression/dots.ly: add more test cases.
4748
4749 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4750
4751         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4752
4753         * flower/include/interval.hh: rename elem_b to contains 
4754
4755         * lily/tie.cc: change 'heads to 'head-pair.
4756
4757         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4758         fill in 'heads field.
4759
4760         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4761         minimum-length for short ones, and shorten so collisions with the
4762         next syllable are avoided.
4763
4764         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4765         near-zero slopes.
4766         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4767
4768         * lily/dots.cc: remove quantized_position callback. All Y
4769         positioning is done by dot-column.cc
4770
4771         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4772         exhaustive test of all dot positions. This fixes disappearing dots
4773         in dotted chords.
4774
4775 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4776
4777         * mf/feta-klef.mf (test_staff): fatten up G clef
4778         (test_staff): fatten up f clef.
4779         
4780
4781 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4782
4783         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4784         * input/les-nereides.ly: Use latin1 characters for title, like
4785         Morgenlied.
4786
4787 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4788
4789         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4790         cmb10).
4791
4792         * lily/lyric-extender.cc (brew_molecule): add little space before
4793         extender line.
4794
4795         * lily/beam-quanting.cc (score_forbidden_quants): check if
4796         outer stafflines fall in any beam gaps.
4797
4798         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4799         for lyric texts.
4800
4801 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4802
4803         * VERSION: 2.1.6 released.
4804
4805         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4806         this shows the demerits of a user-defined beam position pair.
4807
4808         * scm/define-grobs.scm (all-grob-descriptions): set
4809         beamed-extreme-minimum-free-lengths to a different value.
4810
4811         * lily/scm-option.cc: add debug-beam scm-option
4812
4813         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4814
4815 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4816
4817         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4818
4819         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4820         space after barline.
4821
4822         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4823
4824         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4825         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4826         the other case, take standard column-breakable spacing. Do not
4827         warn about "no spacing wishes".
4828
4829         This fixes wide spaces after barlines in very loose lines.
4830
4831         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4832
4833 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4834
4835         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4836         acknowledge_grob lyric-syllable, not lyric-text.
4837
4838         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4839         dashes of length #'length separated by #'dash-period. 
4840
4841         * lily/lyric-extender.cc (brew_molecule): idem
4842
4843         * lily/multi-measure-rest.cc (big_rest): idem
4844
4845         * lily/system-start-delimiter.cc (simple_bar): idem
4846
4847         * lily/bar-line.cc (simple_barline): use rounded box
4848
4849         * VERSION: release 2.1.5
4850
4851         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4852         music): move note about dvips to more visible place.
4853
4854         * lily/lyric-phrasing-engraver.cc: move from
4855         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4856         lyric-phrasing-engraver.hh)
4857         
4858         * lyric-align.ly: remove file
4859         
4860         * scripts/convert-ly.py (FatalConversionError.func): add removal
4861         rule for automaticMelismata
4862
4863         * ly/engraver-init.ly (ScoreContext): switch on
4864         New_phrasing_engraver by default.
4865
4866         * lily/slur-engraver.cc (class Slur_engraver):
4867         process_acknowledged_grobs -> process_music.
4868         (try_music): signal melismata correctly.
4869
4870         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4871         word-space, right-trim-amount, and extend past right bound only
4872         for note heads.
4873
4874         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4875         lyric-extender support: add note-heads to the extender
4876         automatically.
4877
4878         * lily/parser.yy: extender is now post_event. 
4879
4880         * lily/accidental-engraver.cc (number_accidentals): remove
4881         spurious warning about non-parent contexts.
4882
4883         * lily/music-output-def.cc (assign_translator): \translator { }
4884         for a Foo context implicitly redefines \FooContext.
4885
4886         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4887         fixes.
4888
4889         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4890         doubly in slur weight. 
4891
4892         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4893         combination.
4894
4895         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4896         staffbar distance.
4897
4898         * scripts/lilypond.py (global_latex_preamble): crank down size of
4899         the margins. Now there is a 12 mm top and bottom margin, which
4900         should correspond with the printable area of modern printers.
4901
4902         This enlarges the music height of the printable page a little.
4903
4904         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4905         signs. Use \markup instead.
4906         (accreg_pen): tweak for accordeon asterisk.
4907
4908 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4909
4910         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4911
4912         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4913
4914         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4915
4916         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4917
4918         * scm/define-grobs.scm (all-grob-descriptions): change
4919         StanzaNumber description: make side support, i.s.o. breakable.
4920         use Instrument_name_engraver for texts in the margin.
4921
4922         * scm/define-translator-properties.scm: remove
4923         melismaEngraverBusy, stz property.
4924
4925         * *.cc: naming: change empty_b () into is_empty ()
4926
4927         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4928
4929         * input/regression/lyric-phrasing-new.ly: new file.
4930
4931         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4932         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4933         melismata are now left-aligned.
4934
4935 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4936
4937         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4938
4939         * mf/feta19.mf: remove.
4940         
4941         * mf/feta-klef.mf (test_staff): more tweaks
4942
4943         * mf/feta-toevallig.mf: more small size tweaks.
4944
4945         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4946         rests for smaller sizes.
4947
4948         * mf/feta-bolletjes.mf: fix cross heads.
4949
4950         * VERSION: release 2.1.4
4951         
4952         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4953         deprecated #'ancient font family
4954
4955         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4956         it is a string or number.
4957
4958         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4959         change calling convention of stem-attachment function. 
4960
4961         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4962
4963         * mf/feta-autometric.mf: dump WX/WY fields too
4964         
4965         * mf/parmesan-heads.mf: idem.
4966
4967         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4968         attachment coordinates.
4969
4970         * lily/note-head.cc (stem_attachment_coordinate): read stem
4971         attachment from the notehead glyphs WX/WY fields.
4972
4973         * lily/include/font-metric.hh (struct Font_metric): add methods
4974         get_indexed_wxwy (), make a distinction between looking up by
4975         index and ASCII  
4976
4977         * mf/feta-bolletjes.mf: rewrite note head MF code.
4978         (test_outlines): make heads more rotund for smaller sizes. 
4979
4980 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4981
4982         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4983         throughout. Font scaling fixes throughout.
4984
4985         * mf/feta-sleur,slur.mf: remove. 
4986
4987         * mf/feta-slag.mf: rewrite.
4988
4989 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4990
4991         * VERSION: release 2.1.3
4992
4993         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4994
4995         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4996
4997         * lily/mark-engraver.cc (process_music): fix mark
4998         \default. (backportme)
4999
5000         * stepmake/stepmake/automatically-generated.sub.make (default):
5001         use -n for head/tail commands. 
5002
5003         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5004         heads with the same pitch.
5005
5006 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5007
5008         * lily/recording-group-engraver.cc (finalize): set protected_scm
5009         member to '() before finalizing.
5010
5011         * lily/translator-group.cc (finalize): remove removal_processing () 
5012
5013         * lily/recording-group-engraver.cc: new engraver: record
5014         synchronized start & end times for each music object.
5015
5016         * lily/parser.yy (toplevel_expression): execute score rendering
5017         during parsing. Cleanup output-filename handling; this is no
5018         longer done with global variables.
5019         (translator_spec_body): allow \type modification too.
5020
5021         * lily/score.cc:  ly:run-translator: new function
5022         (LY_DEFINE): ly:render-output new function.
5023
5024         Separate interpreting and rendering, and make available as
5025         functions at Scheme level.
5026
5027 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5028
5029         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5030         (musicxml-node->string):
5031         (xml-node->string):
5032         (music-to-musicxml): New function.
5033
5034 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5035
5036         * VERSION: 2.1.2 released
5037
5038         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5039
5040         * scm/font.scm (paper20-font-vector): discouple font design sizes
5041         from sizes specified in .ly file: store all design sizes of a font
5042         in a single vector.
5043
5044         * lily/font-select.cc (get_font_by_design_size): new function
5045
5046         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5047         add parmesan,feta in sizes 14 and 18.
5048         
5049         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5050
5051         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5052         of fontSize: this now sets font-size
5053
5054 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5055
5056         * VERSION: 2.1.1 released
5057         
5058         * Documentation/user/refman.itely (Tuning objects): add note about
5059         concurrent tweaks in different contexts. 
5060
5061         * lily/tie-engraver.cc (acknowledge_grob): use
5062         Staff_symbol_referencer::get_position iso. reading staff-position
5063         directly.
5064
5065         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5066         currentMusicalColumn as left span-point for bracket. The bracket
5067         is too long when there are accidentals.
5068
5069 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5070
5071         * buildscripts/lilypond-profile.sh,
5072         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5073         Thanks to Reuben Thomas <rrt@mupsych.org>
5074
5075 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5076
5077         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5078         Wurbel <wurbel@univ-tln.fr>.
5079
5080 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5081
5082         * scripts/midi2ly.py: Add space after chords.
5083
5084 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5085
5086         * input/regression/{many}: add few @code{ ... }.
5087
5088 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5089
5090         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5091         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5092         Removed cmbx5, cmbx6 (which are included in teTeX)
5093         and cmbxti14 which is not used in fonts.scm.
5094
5095 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5096
5097         * lily/midi-item.cc: fine tune quarter tones.
5098
5099 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5100
5101         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5102         new function, warn how many cents are missing in fine tuning.
5103
5104 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5105
5106         * input/bugs/rhytmicstaff-tie.ly: add file.
5107
5108         * THANKS: Create skeleton for 2.1.
5109
5110 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5111
5112         * input/test/bar-lines.ly (TODO): dashed "|".
5113
5114 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5115
5116         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5117         input/regression/tie-chord.ly: Fix spell for tying.
5118
5119         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5120
5121         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5122         new file (renamed, see above).
5123
5124         * Documentation/user/lilypond-book.itely
5125         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5126         * input/example-1.ly input/example-2.ly input/example-3.ly
5127         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5128         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5129         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5130         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5131         * scripts/lilypond-book.py scripts/lilypond.py
5132         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5133         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5134
5135         * Documentation/user/lilypond.tely: update version.
5136
5137         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5138         Remove extra spaces in each @node, fixes spaces.
5139
5140 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5141
5142         * scripts/lilypond-book.py (output_dict): Add definition of
5143         \lilypondbook also for LaTeX output. Solves several bug reports.
5144
5145 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5146
5147         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5148
5149 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5150
5151         * input/test/transposition.ly: Fix key signatures, given in comments.
5152
5153 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5154
5155         * scm/midi.scm (instrument-names-alist),
5156         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5157
5158 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5159
5160         * input/test/temporary-stave.ly (texidoc): New example based on an
5161         email question from Ralph Little.
5162
5163 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5164
5165         * VERSION: release 2.1.0
5166         
5167         * lily/note-performer.cc (try_music): accept busy-playing-event.
5168
5169         * lily/swallow-perf.cc (try_music): return false for
5170         busy-playing-event and melisma-playing-event.
5171
5172 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5173
5174         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5175         >> in \score.
5176
5177 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5178
5179         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5180         that articulation_substitute will not move beam start again.
5181         (articulation_substitute): Bugfix: remove stray space so that new
5182         old chords ending '>>' does not get broken up.
5183         (sub_chord): Use TAB for indentation (not spaces).
5184         
5185         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5186         Bugfix for startup: Use ?^ instead of ?\^.
5187
5188 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5189
5190         * lily/lyric-combine-music-iterator.cc
5191         (Lyric_combine_music_iterator): change init order, to prevent GC
5192         segfaults.
5193
5194         * lily/context-specced-music-iterator.cc (construct_children): 
5195         only change  translator if found. This fixes a core dump problem.
5196
5197 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5198
5199         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5200         comparison.
5201
5202         * mf/feta-bolletjes.mf: make hole in half note little
5203         smaller for stem attachment.
5204
5205         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5206
5207         * mf/feta-banier.mf: don't draw stem with flag, just small square
5208         attachment.
5209
5210         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5211
5212         * mf/feta-banier.mf: remove upstem/downstem characters.
5213
5214         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5215
5216         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5217         stafflinethickness (in the default)
5218
5219         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5220
5221         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5222
5223         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5224
5225         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5226
5227         * lily/include/directional-element-interface.hh:
5228         junk class, make {get,set}_grob_direction functions.
5229
5230         * lily/slur.cc (get_attachment): do something sensible when
5231         attaching to stem without heads (eg. a rest).
5232
5233         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5234         forcing up to staff.  remove #'support-head property
5235         (brew_molecule): small cleanup.
5236         (flag): remove #'grace property.
5237
5238 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5239
5240         * cygwin/postinstall-lilypond.sh: 
5241         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5242         (Volker Zell).
5243
5244 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5245
5246         * scripts/lilypond-book.py: resurrect 'eps' option. 
5247         (TexiPaper.to_eps): use -Ppdf for EPS files.
5248
5249         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5250
5251         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5252
5253         * VERSION: release 2.0.1
5254
5255         * lily/bezier.cc (get_other_coordinate): change assert into
5256         warning.
5257
5258         * lily/note-head.cc (internal_brew_molecule): make left protusion
5259         smaller, to accomodate for natural sign.
5260         (internal_brew_molecule): only do this when the accidental is
5261         close enough.
5262         (extent): new function
5263
5264         * lily/skyline.cc (merge_skyline): new function
5265         (heighten_skyline): new function
5266
5267         * lily/accidental-placement.cc (position_accidentals) 
5268         (position_accidentals): fix todo.
5269
5270 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5271
5272         * input/test/+.ly (texidoc): put version number inline.
5273
5274         * GNUmakefile.in: remove rsync-web target.
5275         
5276         * input/regression/bar-scripts.ly (onestaff): raggedright
5277
5278 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5279
5280         * lily/*.cc: remove #if 0'd code in couple of places.
5281
5282         * lily/midi-stream.cc (operator <<): rewrite.
5283
5284         * lily/note-head.cc (internal_brew_molecule): 
5285         only make ledgers when the Staff symbol has lines.
5286
5287         * ly/property-init.ly (arpeggioBracket): simplify
5288
5289         * lily/translator-group.cc (execute_pushpop_property): use
5290         SCM_EQ_P for comparing keys. This fixes reverting
5291         auto-beam-settings.
5292
5293 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5294 *
5295         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5296         midi_debug_global_b.
5297         (operator <<): Normalise loop.
5298
5299 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5300
5301         * scripts/lilypond.py (escape_path): revise.
5302
5303         * scm/music-functions.scm (set-output-property): new function.
5304         
5305 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5306
5307         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5308         use addmakeflags again.
5309
5310         * cygwin/lily-wins.py (escape_shell): New function; use it.
5311
5312         * scripts/lilypond.py (escape_shell): Escape quotes and other
5313         spaces too.  Do not escape escaping backslashes.
5314
5315         * make/srcdir.make.in (web-install): Must call install-WWW now.
5316
5317         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5318         dependency
5319
5320 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5321
5322         * scripts/lilypond.py (escape_path): escape quotes too. 
5323
5324         * Documentation/user/lilypond.tely (Unified index): rename Index
5325         to accomodate Windows breakage.
5326
5327         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5328
5329         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5330         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5331         target not a source.
5332
5333 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5334
5335         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5336         addmakeflags.  Build and install doc and web also when building on
5337         Cygwin.
5338
5339         * mf/GNUmakefile: Bugfix.
5340
5341         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5342         target web.
5343
5344         * cygwin/lily-wins.py: Quote filename.
5345
5346 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5347
5348         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5349
5350 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5351
5352         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5353         settings.
5354
5355         * configure.in: Require g++ > 3.0.4.
5356
5357         * mf/GNUmakefile: Bugfix: Add list.ly target.
5358         
5359         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5360
5361         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5362         make omf directory, add uninstall targets.
5363
5364 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5365
5366         * lily/tie-performer.cc (initialize): init prev_event
5367
5368         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5369
5370         * lily/script-engraver.cc (make_script_from_event): don't crash on
5371         non-string articulation-type.
5372
5373         * lily/new-fingering-engraver.cc (add_script): don't crash on
5374         0 scripts 
5375         (acknowledge_grob): warn about text script events.
5376
5377 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5378
5379         * buildscript/lilypond.words: fix path for drums.scm.
5380
5381 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5382
5383         * lily/spacing-spanner.cc (note_spacing): don't make longer
5384         durations than measure-length.
5385
5386         * VERSION: release 2.0.0
5387
5388         * GNUmakefile.in (rsync-web): version independent rsync target.
5389
5390         * input/test/+.ly (texidoc): idem.
5391
5392         * input/regression/+.ly: print version number.
5393
5394         * input/regression/accidentals.ly (mel): shorten.
5395
5396         * input/regression/accidental-octave.ly (texidoc): shorten.
5397
5398         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5399
5400         * input/regression/completion-heads-polyphony.ly: octave
5401
5402         * input/regression/beam-manual.ly: remove
5403
5404         * input/regression/beam-chord.ly: remove
5405
5406         * input/regression/grace-dynamic.ly: remove
5407         
5408         * input/regression/grace-volta-repeat.ly: octave fixes.
5409
5410         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5411
5412         * lily/parser.yy (step_number): semitones for chord entry too.
5413         (make_chord_step): more robust code, semitones. 
5414
5415         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5416
5417         * input/regression/breathing-sign.ly (texidoc): split ancient and
5418         normal breathing signs.
5419
5420         * scm/define-grobs.scm (all-grob-descriptions): swap
5421         beamed-extreme-minimum-free-lengths and
5422         beamed-minimum-free-lengths; the 'extreme' case should allow
5423         shorter stems. This fixes forced directions on beamed 32nd and
5424         shorter notes.
5425
5426         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5427         quartertones, not semitones.
5428         (NoteNamesContext): swallow more event types
5429
5430         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5431
5432         * VERSION (PACKAGE_NAME): release 1.9.10
5433
5434 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5435
5436         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5437         set note head as cause of note-column.  This gives a better error
5438         message.
5439
5440 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5441
5442         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5443
5444 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5445
5446         * mf/GNUmakefile (pfa_warning): instruct 
5447
5448         * stepmake/aclocal.m4: typo.
5449
5450         * Documentation/user/cheatsheet.itely: more verbose examples.
5451
5452         * input/regression/clefs.ly: remove bogus docstring.
5453
5454 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5455
5456         * GNUmakefile.in (SUBDIRS): Add elisp.
5457
5458         * elisp/lilypond-mode.el: 
5459         * elisp/lilypond-init.el: 
5460         * elisp/lilypond-indent.el: 
5461         * elisp/lilypond-font-lock.el: Move from top dir.
5462
5463         * stepmake/stepmake/elisp-vars.make: New file.
5464
5465         * config.make.in (elispdir): Add.
5466
5467         * Documentation/topdocs/INSTALL.texi: Typo.
5468
5469         * make/ly-rules.make: Test for files instead of touching void and
5470         ignoring errors.
5471
5472         * GNUmakefile.in:
5473         * make/lilypond.redhat.spec.in:
5474         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5475         <builddir>, adding
5476         
5477              (push "<builddir>/share/lilypond/elisp" load-path)
5478
5479         to your ~/.emacs.el should give you LilyPond-mode again.
5480
5481         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5482         regexp for DOS/Windows, we are too paranoid to fix others.
5483
5484 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5485
5486         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5487
5488         * input/test/chord-names-jazz.ly (banterProperties): fix
5489
5490         * lily/parser.yy (bass_mod): bass figure alterations are semi
5491         tones, not quarter tones
5492
5493         * lily/beam.cc (set_stem_lengths): only lengthen stems
5494         for gapped beams.
5495
5496         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5497         by beamcount.
5498
5499         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5500         a warning that the warning may erroneous.
5501
5502         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5503         target.
5504
5505         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5506         targets.
5507
5508         * GNUmakefile.in ($(config_h)): config.h should depend on
5509         config.hh.in .
5510         (lilypond.words): remove fontball stuff.
5511
5512         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5513
5514         * configure.in: remove pktrace reference.
5515
5516         * GNUmakefile.in (rsync-web): permissions and ownership for
5517         website.
5518
5519         * lily/volta-engraver.cc (staff_eligible): new function.
5520         (stop_translation_timestep): kill off spanners if not eligible.
5521
5522         * VERSION (PATCH_LEVEL): release 1.9.9
5523
5524         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5525
5526         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5527         length is more important than forbidden quants.
5528         
5529 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5530
5531         * buildscripts/lilypond.words: order words in search order,
5532         add lilypond.words.vim to be generated.
5533
5534         * lilypond.vim: use lilypond.words.vim for keyword matching.
5535
5536         * lilypond-mode.el: use search order. fix word selection rules.
5537
5538         * lilypond-font-lock.el: fix fontifying long durations.
5539
5540         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5541
5542 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5543
5544         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5545
5546         * stepmake/stepmake/generic-targets.make:
5547         * stepmake/stepmake/bin/make-version.py: 
5548         * stepmake/aclocal.m4:
5549         * make/stepmake.make:
5550         * make/toplevel-version.make: Build fixes: remove last traces of
5551           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5552
5553         * lily/beam.cc: Add gap-count property.
5554
5555 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5556
5557         * scm/define-grob-properties.scm (gap-count): add gap-count
5558
5559         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5560
5561 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5562
5563         * cygwin/mknetrel.doc: Typo.
5564
5565         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5566
5567         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5568
5569 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5570
5571         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5572         sizes. Remove support for 'ledger'(=tabloid+landscape).
5573
5574 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5575
5576         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5577         sauter PFAs.
5578
5579         * configure.in: remove VERSION stuff once again.
5580
5581         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5582
5583         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5584         for chord names.
5585
5586         * mf/GNUmakefile: always trace pfa fonts.
5587         (SAUTER_FONTS): add cmss[567] too fonts
5588
5589         * configure.in: require mftrace. 
5590
5591         * lily/staff-performer.cc (new_instrument_string): don't look at
5592         instrument property.
5593
5594         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5595         is_direction is the C++ one. Similar for ly_axis_p and
5596         ly_number_pair_p
5597
5598 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5599
5600         * lily/beam.cc (brew_molecule): read gap-count to determine
5601         number of tremolo (gapped) beams.
5602
5603         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5604         shorter than 1/8
5605
5606         * flower/include/array.hh (default_compare): new function
5607
5608         * cygwin/mknetrel: Native fixes.
5609
5610         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5611
5612 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5613
5614         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5615         feature for Windows.
5616
5617         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5618
5619         * cygwin/mknetrel: Updates for native use on Cygwin.
5620
5621         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5622
5623         * stepmake/stepmake/help2man-rules.make: 
5624         * cygwin/mknetrel: Bugfix for manpages.
5625
5626         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5627         $(builddir).  Stepmake is a normal subdirectory now, that is not
5628         configured.  Another srcdir build fix.
5629
5630         * Documentation/topdocs/INSTALL.texi,
5631         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5632         lilypond-init.el, lilypond-mode.el, debian/rules,
5633         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5634         rename generated file lilypond.words to lilypond.words.el.
5635
5636 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5637
5638         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5639
5640         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5641         GNUmakefile.in.
5642
5643 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5644
5645         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5646         when cross building.
5647
5648         * configure.in: srcdir build fix.
5649
5650         * cygwin/GNUmakefile:
5651         * cygwin/lily-wins.py:
5652         * cygwin/postremove-lilypond.sh: 
5653         * cygwin/postinstall-lilypond.sh: Merge from stable.
5654
5655         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5656         s/ly2dvi/lilypond/.
5657
5658 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5659
5660         * lily/slur.cc (after_line_breaking): only set control points if
5661         none supplied yet.
5662
5663         * input/test/slur-manual.ly: new file.
5664
5665         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5666         <<  >> chords too.
5667
5668         * VERSION (PACKAGE_NAME): release 1.9.8
5669
5670         * scripts/lilypond.py (escape_path): escape spaces in directory names
5671
5672         * input/test/text-spanner.ly: fixes.
5673
5674 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5675
5676         * buildscripts/lilypond.words.py: add drum names as note names to
5677         Emacs-mode.
5678
5679 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5680
5681         * input/regression/hairpin-dashed.ly: new file.
5682
5683         * scripts/convert-ly.py (conv): warn about dash-length.
5684
5685         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5686         automatically if we get a new one.
5687
5688         * lily/lookup.cc (dashed_line): new function
5689
5690         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5691         dash-fraction.
5692
5693 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5694
5695         * buildscripts/lilypond.words.py: extract note names.
5696
5697         * lilypond-mode.el: take note names from lilypond.words -file.
5698         small fix in the use of string-match.
5699
5700         * lilypond-font-lock.el: use lilypond.words for note names, add 
5701         maxima to note a duration.
5702
5703 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5704
5705         * lily/breathing-sign.cc: remove railtracks() function. 
5706
5707         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5708
5709         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5710         (brew_molecule): bugfix don't make arpeggio shorter when
5711         arpeggio-direction is set.
5712
5713         *  debian/rules: small corrections in the (Pedro K)
5714
5715         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5716         examples.
5717
5718         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5719         special (repeat) bar comes along.
5720
5721         * input/regression/auto-beam-bar.ly: update.
5722
5723         * scripts/lilypond-book.py (output_dict): remove support for the
5724         EPS option.
5725
5726         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5727         VerticalAlignment and VerticalAxisGroup this fixes the size
5728         computations for the entire system.
5729  
5730         * input/les-nereides.ly (bass): remove superfluous fontSize.
5731
5732         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5733         causes directory of file to be added to include path.
5734
5735         * input/regression/beam-break.ly: test single stem beams.
5736
5737         * input/regression/system-start-bracket.ly: fix.
5738
5739         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5740
5741         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5742
5743         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5744         (score_stem_lengths): do something sensible for single stem beams.
5745
5746         * lily/beam.cc (least_squares): add kludge for single stem beams.
5747
5748         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5749         keySignature to list of broken things.
5750
5751         * input/regression/keys.ly: fix.
5752
5753         * VERSION (PACKAGE_NAME): release 1.9.7
5754
5755         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5756
5757         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5758
5759         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5760         (quartertone_pitch): new function
5761
5762         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5763         flat. WARNING: FONT CHANGED.
5764
5765         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5766
5767         * lily/accidental-placement.cc (add_accidental): support for
5768         quarter tones.
5769
5770         * ly/LANGUAGEs.ly: use symbols for alterations.
5771
5772         * mf/feta-toevallig.mf: change accidental codes. 
5773
5774         * scm/lily.scm (ly:get-option): switch on debugging only for
5775         --verbose.
5776
5777         * lily/lily-guile.cc: remove ly:verbose?
5778
5779         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5780
5781         * lily/parser.yy (TODO): only do gh_call() for apply with
5782         procedure argument.
5783
5784         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5785         stuff in accordance with new timing of tie-events.
5786
5787         * lily/my-lily-lexer.cc: remove \outputproperty
5788
5789         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5790
5791         * scm/define-translator-properties.scm (melismaBusyProperties):
5792         add melismaBusyProperties property.
5793
5794 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5795
5796         * input/test/ambitus-mixed.ly (texidoc): new file.
5797
5798         * buildscripts/mutopia-index.py (find): prune debugging
5799
5800         * lily/side-position-interface.cc: doc updates
5801
5802         * Documentation/user/refman.itely: updates, tweaks.
5803
5804         * lily/parser.yy (Simple_music): remove outputproperty
5805
5806         * make/stepmake.make: use VERSION again; importing VERSION via
5807         autoconf dependencies is too hairy.
5808
5809 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5810
5811         * lilypond-mode.el: allow `-' for keywords and identifiers.
5812
5813 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5814
5815         * VERSION: release 1.9.6
5816         
5817         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5818         iso. ly2dvi.
5819
5820         * Documentation/user/*.itely: fixes everywhere
5821
5822         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5823         produce ties from the engraver itself, do not broadcast TieEvent.
5824
5825         * lily/my-lily-lexer.cc: remove pitch & duration.
5826
5827         * lily/parser.yy (TODO): remove \pitch and \duration
5828
5829         * input/test/explicit.ly: remove file.
5830
5831         * Documentation/user/refman.itely (Pitches): remove \pitch 
5832         \duration command.
5833
5834 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5835
5836         * buildscripts/lilypond.words.py: add all slur types to Emacs
5837         insertion menu, suppose everything is postfixed by dropping 
5838         unnecessary `-' -marks.
5839
5840 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5841
5842         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5843         tremoloed stems.
5844
5845         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5846         head for flagged stems.
5847
5848         * lily/stem.cc (get_default_stem_end_position): futz with extra
5849         stem length if there is a stem tremolo.
5850
5851         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5852         it would be too small.
5853
5854         * lily/font-metric.cc: return #f for non-existent glyph.
5855         
5856         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5857         exported through config.make.
5858
5859         * input/regression/clef-oct.ly: new file.
5860
5861         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5862         transposition.
5863
5864         * input/template/*.ly: remove old relative.
5865
5866         * ly/english.ly: add X names for double sharp.
5867
5868 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5869
5870         * lily/font-select.cc: new file handle font selection routines.
5871
5872         * lily/parser.yy: add ; (Patrick Atamaniuk)
5873
5874         * input/test/time-signature-double.ly: use markups for double time
5875         sigs.
5876
5877         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5878         ChordNames.SeparationItem #'padding for adjusting space after chords.
5879         
5880         * lily/music-output-def.cc (LY_DEFINE): 
5881         new function ly:paper-lookup.
5882         
5883         * mf/parmesan-clefs.mf: use # quantities for char_box
5884         offsets. Fixes overflow errors in the PFA. 
5885
5886         * scm/new-markup.scm (strut-markup): change calling interface for
5887         markup. Pass paper-def, not grob. This would allow \markup to be
5888         used separately from grobs.
5889
5890         * lily/paper-def.cc: new function ly:paper-font; this function
5891         replaces ly:get-font.
5892
5893         * lily/include/font-interface.hh (struct Font_interface): take
5894         Paper_def iso. Grob for get_font().
5895
5896 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5897
5898         * Documentation/user/ tutorial.itely, refman.itely: add warning
5899         about \key and accidentals.
5900
5901 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5902
5903         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5904
5905         * Documentation/user/*.itely: manual tweaks
5906
5907 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5908
5909         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5910         cleanup; bugfix: exact_center
5911
5912         * Documentation/user/refman.itely: added more documentation on
5913         ambitus according to recent questions on lilypond-user list
5914
5915 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5916
5917         * input/regression/ottava.ly (texidoc): demo 15ma too.
5918
5919         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5920
5921         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5922         octave fixes.
5923
5924 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5925
5926         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5927         problems on older Mac editors.
5928
5929 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5930
5931         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5932
5933 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5934
5935         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5936         mf/parmesan-clefs.mf: added comments on character alignment and
5937         set_char_box() conventions
5938
5939         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5940         set_char_box()'s
5941
5942         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5943
5944 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5945
5946         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5947
5948 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5949
5950         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5951         shortened to avoid almost-collision with staff line; code cleanup;
5952         other custodes: fixed char boxes; code cleanup
5953
5954 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5955
5956         * configure.in: release 1.9.5
5957         
5958         * scripts/lilypond.py (global_latex_preamble): only set
5959         twosideshift if 'twoside' is in latexoptions 
5960
5961         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5962
5963         * VERSION: remove
5964
5965         * scripts/*2ly.py: update <> syntax
5966
5967 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5968
5969         * lily/chord-name-engraver.cc (process_music): add origin for
5970         chord name.
5971
5972         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5973
5974         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5975         bass notes for exceptions too.
5976
5977         * scm/define-grobs.scm (all-grob-descriptions): rename
5978         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5979
5980         * scm/define-grob-properties.scm (remove-first): add remove-first
5981         property for orchestral scores.
5982
5983         * Documentation/user/*.itely: switch <<>> and <> 
5984
5985         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5986         last_line only once. This fixes the two consecutive glissandi problem.
5987
5988 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5989
5990         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5991         error message "flexa-width undefined"
5992
5993         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5994         lily/include/gregorian-ligature.hh: print warning when ignoring
5995         head prefixes on flexa shapes
5996
5997         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5998         space before a series of inclinatum heads
5999
6000         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6001         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6002         cleanups
6003
6004         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6005         and char_box
6006
6007 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6008
6009         * input/regression/breathing-sign.ly: tiny fixes
6010
6011         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6012         semantical collision with vaticana ligatures
6013
6014         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6015         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6016         now consistent with mensural ligatures
6017
6018         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6019         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6020         context pitches and staff position; dto. for virga stem; removed
6021         obsolete virga and clivis characters from parmesan font (WARNING:
6022         font changed)
6023
6024         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6025         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6026
6027         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6028         scm/define-grob-properties.scm: consistency fix: renamed
6029         join_left->add_cauda
6030
6031         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6032         appendix length; bugfix: yoffs_bt for reverse direction punctum
6033         characters
6034
6035         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6036         small cleanups; added more docu
6037
6038         * lily/mensural-ligature-engraver.cc,
6039         lily/vaticana-ligature-engraver.cc,
6040         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6041         computation to CoherentLigatureEngraver
6042
6043         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6044         scm/define-grob-properties.scm: bugfix: added missing linea and
6045         cavum properties; bugfix: removed dead semivocalis property
6046
6047         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6048         length; redesigned quilisma, stropha and auctum
6049
6050         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6051         line thickness
6052
6053         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6054         Documentation/user/refman.itely: bugfix: introduced shifted
6055         epiphonus head to avoid collision with adjacent plica
6056
6057 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6058
6059         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6060
6061         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6062
6063 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6064
6065         * Documentation/user/tutorial.itely (A lead sheet): remove
6066         duplicate chords.
6067
6068         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6069
6070 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6071
6072         * Documentation/bibliography/computer-notation.bib (isbn): add
6073         xivcim publication.
6074
6075 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6076
6077         * GNUmakefile.in: drop lilypond.words for generation.
6078
6079 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6080
6081         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6082
6083         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6084
6085 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6086
6087         * input/test/figured-bass-alternate.ly (fl): new file.
6088
6089         * Documentation/topdocs/README.texi (Top): clarifications.
6090
6091         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6092         theses of Gieseking and Renz.
6093
6094         * GNUmakefile.in (README_FILES): remove README.mandrake.
6095
6096 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6097
6098         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6099         from source files and search patterns listed in the script.
6100
6101         * GNUmakefile.in: add target `lilypond.words'.
6102
6103         * lilypond.words: remove file, generated by `make lilypond.words'.
6104
6105         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6106
6107 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6108
6109         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6110
6111 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6112
6113         * VERSION: 1.9.4 released
6114
6115         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6116         rule for < > <-> << >> substitution
6117
6118         * lily/lexer.ll: exchange meaning of << >> and < > 
6119
6120         * VERSION (PACKAGE_NAME): 1.9.3 released
6121
6122         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6123         pages unconditionally.
6124
6125 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6126
6127         * Documentation/user/music-glossary.tely (Top): small syntax
6128         fixes.
6129
6130         * scm/music-functions.scm (remove-tag): filter \tagged music
6131         expressions.
6132
6133         * input/regression/tag-filter.ly (texidoc): new file.
6134
6135         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6136         symbol2 .. ) etc. 
6137
6138         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6139         convert rule.
6140
6141         * Documentation/user/refman.itely (Fingering instructions): adjust
6142         manual.
6143
6144         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6145         for borderline cases (e.g. 1 fingering.)
6146         (position_scripts): revise interface, use fingerOrientations to
6147         set fingering positions.
6148
6149         * scm/document-translation.scm (context-doc): add aliases to
6150         automated documentation.
6151
6152         * make/lilypond-vars.make: remove stepmake compat glue.
6153
6154         * make/generic-vars.make: remove cruft.
6155
6156         * lily/main.cc (main): don't identify binary.
6157
6158 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6159
6160         * lily/include/translator.hh (class Translator): remove
6161         type_string_ , use symbol for context name throughout.
6162         Changes through whole source tree.
6163
6164         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6165         set PDF as default, and always make PDF.
6166
6167         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6168
6169 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6170
6171         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6172         Documentation/user/refman.itely input/regression/allfontstyle.ly
6173         input/regression/grace-types.ly:
6174         fix spelling for acciaccatura (Webster's 1913).
6175
6176 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6177
6178         * lily/main.cc (usage): adjust blurb, include url.
6179
6180         * input/regression/breathing-sign.ly (texidoc): transpose up
6181
6182 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6183
6184         * input/regression/breathing-sign.ly: changed ancient examples to
6185         be relevant (by request of Han-Wen); updated BreathingSign text
6186         property according to new syntax.
6187
6188         * ly/gregorian-init.ly: updated BreathingSign text property
6189         according to new syntax
6190
6191 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6192
6193         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6194         (Clef): index entries for clefs.
6195
6196         * python/lilylib.py (system): remove errorlog files.
6197         
6198 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6199
6200         * lilypond.words: add \new and new graces. Add dynamics to menus
6201         keeping 1.8.x compatibility; after all the engraving relating to 
6202         notes becomes postfixed `-' marks will be removed.
6203
6204 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6205
6206         * lily/molecule.cc (align_to): idem.
6207
6208         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6209         
6210         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6211         accacciatura everywhere.
6212
6213         * VERSION (PACKAGE_NAME): released 1.9.2
6214
6215         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6216
6217         * scm/document-markup.scm (markup-doc-node): sort markup function
6218         list.
6219
6220         * lily/paper-outputter.cc (output_version): change "Lily was here"
6221         into  "Engraved by LilyPond"
6222
6223         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6224         on unquoted strings before \notenames.
6225
6226         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6227         increases the number of s/r reductions to 4.
6228
6229         * scm/new-markup.scm (fraction-markup): \fraction command.
6230
6231         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6232         mode
6233
6234         * lily/lookup.cc (round_filled_box): rename function.
6235         (LY_DEFINE): round-filled-box: change signature.
6236
6237         * Documentation/user/refman.itely: revise section explaining grace
6238         notes.
6239
6240         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6241         ly:set-context-property
6242
6243         * input/*/*.ly (vmus): use \new everywhere.
6244
6245         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6246
6247         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6248         default
6249
6250         * scm/music-functions.scm (set-stop-grace-properties)
6251         (set-start-grace-properties, add-grace-property): new functions
6252         for modular grace tweak control.
6253
6254         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6255         
6256 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6257
6258         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6259
6260         * GNUmakefile.in (install-pfa-fonts):
6261         (get-pfa-fonts): New target.
6262
6263         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6264         install-pfa-fonts help.
6265
6266 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6267
6268         * lily/translator-scheme.cc (LY_DEFINE):
6269         ly:context-pushpop-property new function.
6270         (LY_DEFINE): new function ly:translator-find  
6271         new function ly:translator?
6272         (LY_DEFINE): new function ly:context?
6273
6274         * lily/translator-def.cc: remove
6275         Translator_def::apply_pushpop_property().
6276
6277         * python/lilylib.py (read_pipe): only store and display error log
6278         if verbose not set.
6279         (read_pipe): only display log if it contains something.
6280
6281 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6282
6283         * Documentation/misc/GNUmakefile: Re-add.
6284         (TEXTS): Add CHANGES.
6285
6286 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6287
6288         * lilypond.words: add \newcontext.
6289
6290 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6291
6292         * lily/tie-performer.cc (stop_translation_timestep): only flush
6293         tied_notes when we have actually made a tie. Fixes bugs with ties
6294         in polyphonic scores.
6295
6296 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6297
6298         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6299         they do not exist.
6300
6301 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6302
6303         * VERSION (PACKAGE_NAME): released 1.9.1 
6304
6305         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6306         Instrument_name_engraver
6307
6308         * lily/tie-performer.cc (create_audio_elements): bugfix
6309
6310         * Documentation/user/music-glossary.tely (Top): comment out
6311         font-style statements.
6312
6313         * input/test/force-hshift.ly: revise example.
6314
6315         * Documentation/bibliography/engraving.bib (note): typos.
6316
6317         * configure.in: bump GCC requirements to 3.x
6318
6319         * lily/include/audio-item.hh (class Audio_tie): rename
6320         note_l_drul_ to note_drul_
6321
6322         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6323
6324         * lily/parser.yy (relative_music): whoops. All \relative were off
6325         by ...  a lot .... Ahem.
6326
6327         * scm/define-music-types.scm (music-descriptions): idem.
6328
6329         * lily/beam-engraver.cc: move new-beam-event to beam-event
6330
6331         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6332         to Tie_engraver
6333
6334         * input/regression/bar-number.ly: remove unnecessary old-relative
6335         options.
6336         
6337         * Documentation/user/internals.itely (Creating contexts): document
6338         \newcontext
6339
6340         * lily/parser.yy (Composite_music): add \newcontext
6341
6342         * Documentation/user/refman.itely (MIDI block): add note about
6343         dotted tempos.
6344
6345         * scm/font.scm: remove old markup legacy
6346
6347         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6348
6349         * lily/breathing-sign.cc (brew_molecule): remove function
6350
6351         * lily/text-item.cc: remove old-style markups.
6352         (interpret_markup): C++ version of markup function
6353         (brew_molecule): idem.
6354
6355         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6356         as Scheme variable.
6357
6358         * scripts/convert-ly.py (conv): dashes rule.
6359         Apply rule.
6360
6361         * Documentation/user/lilypond-book.itely: syntax fixes. 
6362
6363 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6364
6365         * VERSION (PACKAGE_NAME): release 1.9.0
6366
6367         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6368         note about dvips. (Should backport.)
6369
6370         * scripts/convert-ly.py
6371         (FatalConversionError.articulation_substitute): add
6372         convert-new-chords code. Remove convert-new-chords.py
6373
6374         * Documentation/user/refman.itely (Octave check): document
6375         \octave.
6376
6377         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6378         \relative changes.
6379
6380         * lily/parser.yy (command_element): octave check:
6381
6382            \octave PITCH
6383
6384         checks that PITCH (without octave) yields PITCH (with octave) in
6385         \relative
6386
6387         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6388
6389         * lily/scm-option.cc: ly:set-option now has the default argument
6390         #t.
6391
6392         * lily/lexer.ll: add \renameinput
6393
6394         * python/lilylib.py (command_name): robustifications.
6395
6396         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6397         /dev/stderr. This is ash compatible.
6398
6399         * ly/init.ly: add warning if compatibility was not necessary.
6400
6401         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6402
6403         * flower/include/string-handle.icc: formatting cleanups, rename
6404         references by ref_count_.
6405
6406 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6407
6408         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6409         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6410         package libs separately, fix conflicting php variable out=/dev/vc/
6411         invoking `unset out', declare menus, use only one icon-file, fix
6412         doc-path in menu.
6413
6414 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6415
6416         * scripts/convert-ly.py (FatalConversionError.conv): typo
6417
6418         * Documentation/misc/GNUmakefile: restore misc directory.
6419
6420         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6421
6422         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6423         Petites-Preludes 
6424
6425         * input/test/partial-blank.ly (quickmeasure): syntax
6426
6427         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6428         attachment property.
6429
6430         * Documentation/user/refman.itely: remove superfluous -'s 
6431         (Grace notes): ) fixes.
6432
6433         * lily/music.cc: generic compress(), transpose() functions. Remove
6434         others.
6435
6436         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6437         style markup entry.
6438
6439         * lily/parser.yy: all articulations postfix; remove obligatory -
6440         for [,  ) and \!
6441         
6442         * lily/music.cc (to_relative_octave): write generic
6443         to_relative_octave function; various relative cleanups.
6444         Hmmm.
6445
6446         * lily/scm-option.cc: add options new-relative and old-relative
6447
6448         * po/sv.po: new po file.
6449
6450         * Documentation/user/refman.itely (Dynamics): website
6451         fixes. (should backport!)
6452
6453 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6454
6455         * make/lilypond.mandrake.spec.in: declare version only once.
6456
6457 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6458
6459         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6460         meaning for now.
6461
6462 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6463
6464         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6465
6466         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6467
6468         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6469
6470         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6471
6472         * lily/music.cc (var): add ly:music-transpose function.
6473
6474         * lily/parser.yy (pre_events): remove prefix articulations.
6475
6476         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6477
6478         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6479
6480         * Documentation/user/refman.itely (Text markup): add comment about
6481         markup in header.
6482
6483 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6484
6485         * lily/paper-outputter.cc (write_header_fields_to_file): 
6486         only dump value if it is a string.
6487
6488         * flower/include/dictionary.hh: remove.
6489         
6490         * Documentation/ChangeLog-1.5: add back old log.
6491
6492         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6493         .pfas from a .deb.
6494
6495 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6496
6497         * Documentation/bibliography/engraving.bib: add entry for
6498         Jaschinski's Notation
6499
6500 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6501
6502         * Documentation/user/refman.itely (Beaming): add note about
6503         allowBeamBreak
6504
6505 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6506
6507         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6508         GregorianTranscription contexts
6509
6510         * ly/engraver-init.ly: vaticana contexts: minor fixes
6511
6512         * Documentation/user/refman.itely (Ancient notation): added note
6513         on appendix length bug
6514
6515         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6516         input/test/vaticana.ly: use vaticana contexts; small fixes
6517
6518 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6519
6520         * flower/hash.cc: Remove.
6521
6522         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6523         to (nonexistent?) hash_func_ identifier.
6524
6525         * python/midi.c (midi_error, midi_warning): Use char const* for
6526         __FUNCTION__ argument.
6527
6528         * python/gettext.py: Remove.  We already require python 2.1, which
6529         includes gettext.py.
6530
6531         * configure.in: Require python 2.1, as INSTALL.texi says.
6532         it.
6533
6534         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6535         versions 1.50 and 1.75.  Remove note about lexer patch.
6536
6537 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6538
6539         * Documentation/topdocs/INSTALL.texi: Update type1 font
6540         description to actual situation.  Add comment about new font ball
6541         layout.
6542
6543         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6544         in $LILYPONDPREFIX suffices for installation.
6545
6546 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6547
6548         * debian/control (Build-Depends): Add flex-old as alternative to
6549         flex.  Deprecate bison 1.75.
6550
6551 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6552
6553         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6554         Vaticana contexts
6555
6556         * Documentation/user/refman.itely (Ancient notation): documented
6557         some bugs; tiny fixes; added docu on Vaticana contexts
6558
6559         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6560         scripts
6561
6562 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6563
6564         * Documentation/user/refman.itely (Ancient notation): added some
6565         introductory words; added section on ancient time signatures;
6566         added some @seealso and @refcommands; small fixes and
6567         beautifications
6568
6569 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6570
6571         * input/regression/note-head-style.ly: many fixes and updates
6572
6573         * Documentation/user/refman.itely: added small sections on ancient
6574         accidentals, rests and flags; revised ancient note head section;
6575         small wording/spelling fixes
6576
6577         * input/test/rests.ly: layout fixes
6578
6579 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6580
6581         * input/puer-fragment.ly: bugfix: central C position of do clef
6582
6583         * ly/gregorian-init.ly: workaround: add small padding space before
6584         divisiones (the correct fix would be the spacing engine to handle
6585         this)
6586
6587 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6588
6589         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6590         cue-notes.ly: minor fixes.
6591
6592 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6593
6594         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6595         input/test/custos-style.ly
6596
6597         * Documentation/index.html.in: bugfix: link to Tutorial.html
6598
6599         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6600         to neumes; bugfix: "et": epiphonus, not just a simple pes
6601
6602 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6603
6604         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6605
6606         * lilypond.words: add new features: markup, column, center, \[ \].
6607         
6608 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6609
6610         * Documentation/topdocs/NEWS.texi, DEDICATION,
6611         stepmake/bin/add-html-footer.py
6612         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6613         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6614         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6615         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6616         added (only) after a sentence which is complete; if the sentence is 
6617         not ended a comma `,' or nothing is used. fix also spaces.
6618
6619 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6620
6621         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6622         requirements to plain 1.6.
6623
6624         * buildscripts/mutopia-index.py (read_lilypond_header): update
6625         mutopia-index.py to 1.4 syntax [sic]
6626
6627 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6628
6629         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6630
6631 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6632
6633         * Documentation/index.html.in: url for regression pdf
6634
6635         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6636
6637         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6638
6639         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6640
6641         * VERSION: 1.8.0 released
6642         
6643         * GNUmakefile.in (local-WWW-post): footify build fix.
6644
6645         * configure.in: require GUILE 1.6.4
6646
6647         * Documentation/user/GNUmakefile: don't copy *.png for
6648         lilypond-internals
6649
6650         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6651         local-WWW-post target.
6652         (rsync-web): add rsync-web target
6653
6654         * Documentation/user/introduction.itely (Music notation and
6655         engraving): add neume example
6656
6657         * input/puer-fragment.ly (cantus): add puer-fragment
6658
6659 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6660
6661         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6662         to notes, so that equalizer is actualy being used.
6663
6664         * scm/midi.scm (instrument-equalizer-alist):
6665         (absolute-volume-alist): Define public, so that user can copy or
6666         override.
6667
6668         * lily/key-performer.cc (create_audio_elements): Check for minor
6669         key.  Only if key is minor, set MIDI key to minor.
6670
6671 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6672
6673         * Documentation/user/refman.itely (Hiding staffs): fixes.
6674
6675         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6676
6677         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6678         vertical extents to deal with Hara kiri correctly.
6679
6680         * input/regression/hara-kiri-short.ly: remove
6681
6682         * input/regression/hara-kiri-pianostaff.ly: update test.
6683
6684         * Documentation/user/*.tely: remove WEBTITLE
6685
6686         * scm/output-tex.scm (comment): idem.
6687
6688         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6689
6690         * scm/music-functions.scm (make-lyric-event): new function
6691
6692         * scm/lily.scm (lilypond-version): new function
6693
6694         * input/test/version-output.ly: new file.
6695
6696         * Documentation/user/lilypond.tely: add version number to
6697         front-page.
6698
6699 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6700
6701         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6702
6703 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6704
6705         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6706
6707         * Documentation/user/refman.itely (Hiding staffs): rename node.
6708
6709 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6710
6711         * input/regression/new-markup-syntax.ly (texidoc): remove
6712         molecule-callback override.
6713
6714 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6715
6716         * input/les-nereides.ly: Mark tweaks with %tweak.
6717
6718         * Debian patch, see debian/changelog (Anthony Fok).
6719
6720 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6721
6722         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6723         problem.
6724
6725 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6726
6727         * Documentation/user/refman.itely (Text markup): Fix language bug.
6728
6729 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6730
6731         * input/* : postfix syntax fixes.
6732
6733         * Documentation/user/refman.itely (Text markup): add note about
6734         raise/lower with ^ or _ .
6735         
6736         * po/fi.po: fix \\apply strings.
6737
6738         * lily/parser.yy (open_event): warn for prefix articulations.
6739
6740 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6741
6742         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6743         fix also on parmesan font.
6744
6745 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6746
6747         * VERSION 1.7.30 released
6748         
6749         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6750
6751         * buildscripts/mutopia-index.py (headertext): rewording
6752
6753 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6754
6755         * scm/new-markup.scm (strut-markup): new markup function.
6756
6757         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6758         space also when no accidental is there.
6759
6760 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6761
6762         * input/les-nereides.ly: Updates.
6763
6764 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6765
6766         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6767         which repeats the tag insertion selected from "Insert tag" menu.
6768
6769 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6770
6771         * lily/all-font-metrics.cc (find_font): load AFM files first only
6772         for feta fonts. This fixes problems with TeXlive and other TeX
6773         distros that include AFM files for the CM fonts. 
6774
6775         * scm/font.scm (qualifiers-to-font-name): remove.
6776
6777         * lily/paper-def.cc: remove get_var.
6778
6779         * input/trip.ly: remove file.
6780         
6781         * input/regression/spacing-note-flags.ly (raggedright): remove
6782         stafflinethickness
6783
6784         * input/les-nereides.ly: update to new syntax, cleanups.
6785
6786 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6787
6788         * Documentation/user/refman.itely: Clarify shortest-note problem
6789         of autobeamer.
6790
6791 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6792
6793         * lilypond-mode.el: Add each word to regexps only once.
6794
6795         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6796         is based on the syntax definitions in lilypond.words. Remove all 
6797         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6798         LilyPond->Insert menu is generated by the entries in lilypond.words 
6799         to which have been given a syntax definition.
6800
6801         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6802         \notes, \relative, \score, \simultaneous, \transpose.
6803
6804         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6805
6806         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6807         
6808         * lilypond-mode.el: add menu keywords separately.
6809
6810         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6811
6812 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6813
6814         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6815         current ugly installation method for PFA fonts.
6816
6817 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6818
6819         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6820         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6821
6822         * Documentation/user/music-glossary.tely: update legato.
6823
6824 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6825
6826         * lexer-gcc-3.0.patch: Remove.
6827
6828         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6829
6830 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6831
6832         * debian/rules (binary-arch): remove NEWS.
6833
6834 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6835
6836         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6837         stepmake/bin{ many }: polish the `--help's of different scripts;
6838         model taken from the core-utils of Linux.
6839
6840         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6841
6842 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6843
6844         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6845
6846         * flower/libc-extension.cc: idem.
6847
6848         * flower/include/libc-extension.hh: protect against isinf macros.
6849
6850 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6851
6852         * { many }: Use two uppercase letters in LilyPond.
6853
6854         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6855
6856         * VERSION: 1.7.29 released.
6857         
6858 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6859
6860         * lily/tie.cc: add TODO comment.
6861
6862         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6863
6864         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6865         linejoins and linecaps. This fixes problems with occasional spikes
6866         on slur/tie endings.
6867         
6868         * input/regression/font-name.ly: don't use PS fonts for
6869         compatibility reasons. 
6870
6871         * mutopia/claop.py (accents): update to 1.8
6872
6873         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6874
6875         * Documentation/user/macros.itexi: don't color glossary links.
6876
6877         * Documentation/user/invoking.itexi (Error messages): new section
6878
6879 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6880
6881         * input/regression/font-name.ly: add file.
6882
6883         * scm/document-backend.scm (grob-doc): remove <hr> from
6884         lilypond-internals
6885
6886         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6887         reqd version to 1.6.4 
6888
6889         * lily/font-interface.cc (get_font): bugfix: take font-name from
6890         alist chain too. This fixes font-name override for \markup.
6891
6892 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6893
6894         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6895
6896         * input/test/polymetric-differing-notes.ly: Compile fix.
6897
6898 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6899
6900         * Documentation/user/refman.itely: fixed typo
6901
6902         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6903         before flexa
6904
6905 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6906
6907         * input/test/{ many }: search & fix some typos.
6908
6909 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6910
6911         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6912         images.
6913
6914         * scm/music-functions.scm (make-voice-props-set): set Script /
6915         TextScript dir for polyphony too.
6916
6917         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6918         before clef.
6919
6920         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6921
6922 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6923
6924         * Documentation/user/refman.itely (Percussion): Small
6925         clarifications and fixes.
6926
6927         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6928         threads. This fixes different heads playing simultaneously.
6929
6930 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6931
6932         * Documentation/user/{ many }: increase readability (read through 
6933         User manual from `one big page').
6934
6935 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6936
6937         * input/test/polymetric-differing-notes.ly: add example with
6938         disparate note values.
6939
6940         * input/test/polymetric.ly: rename from poly-metric
6941
6942         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6943         iso. outname.
6944
6945         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6946         G-clef bbox to real char extents. This fixes the G-clef being
6947         offset too much to the right.
6948         document perc clef offset.
6949
6950         WARNING: FONT CHANGED.
6951
6952         * Documentation/user/tutorial.itely (Tutorial): move menu.
6953
6954 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6955
6956         * buildscripts/lilypond-profile.sh (Error): trim error message.
6957
6958         * Documentation/user/invoking.itexi (Invoking the lilypond
6959         binary): add note about path.
6960
6961         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6962         suppresses superfluous spaces.
6963
6964 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6965
6966         * buildscripts/lilypond-profile.sh: Add documentation to error
6967         message.
6968
6969         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6970
6971 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6972
6973         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6974         <mike@ossmann.com>)
6975
6976         * Documentation/bibliography/computer-notation.bib (pages): prune
6977         unscientific language.
6978
6979         * Documentation/user/GNUmakefile: copy unsplit file to
6980         lilypond.html (idem for lilypond-internals).
6981
6982         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6983
6984         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6985
6986         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6987
6988         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6989         fix.
6990         
6991 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6992
6993         * Documentation/user/{ various }: bind text snippets with their
6994         examples, e.g. by punctuation: This is an example.
6995
6996 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6997
6998         * ly/performer-init.ly (VoiceContext): Typos.
6999
7000         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7001         builds, leave final-install to toplevel srcdir makefile.
7002
7003         * make/srcdir.make.in (install): New target.
7004
7005 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7006
7007         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7008         This fixes core dump on MIDI output (Simon Weatherill).
7009
7010         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7011         on local-WWW-post.
7012
7013 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7014
7015         * make/lilypond.redhat.spec.in: add dvips to reqs.
7016
7017 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7018
7019         * make/srcdir.make.in (web): Add special web target.
7020
7021         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7022         from inner $(LOOP).
7023
7024         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7025
7026         * stepmake/stepmake/generic-targets.make (www-targets-help):
7027         * GNUmakefile.in (web-install): Install in $(webdir).
7028
7029         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7030
7031         * cygwin/changelog: 
7032         * cygwin/mknetrel: Update.
7033
7034         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7035         (html-doc): Remove (use: web).
7036
7037         * stepmake/stepmake/script-rules.make: 
7038         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7039         Fix $(config_make) dependencies for srcdir build.
7040
7041         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7042         target for srcdir build.
7043
7044         * stepmake/make/stepmake.make: 
7045         * make/srcdir.make.in: 
7046         * GNUmakefile.in:
7047         * make/stepmake.make (config_make): Rename variable (was:
7048         configuration).
7049
7050 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7051
7052         * Documentation/user/internals.itely (Manipulating music
7053         expressions): run lilypond on example too.
7054
7055         * flower/include/libc-extension.hh: move lrint define to
7056         header. bugfix.
7057         
7058 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7059
7060         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7061         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7062         do we recurse whole tree?).
7063
7064         * GNUmakefile.in (html-doc): Resurrect.
7065
7066         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7067         obsolete $(package-icon) dependency.
7068
7069 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7070
7071         * Documentation/user/refman.itely (Automatic staff changes):
7072         add seealso 
7073
7074         * Documentation/index.html.in: link to bigpage.
7075
7076         * Documentation/user/tutorial.itely (Tutorial): streamline.
7077
7078         * Documentation/index.html.in: url typo.
7079
7080         * VERSION (PACKAGE_NAME): release 1.7.28
7081
7082         * python/lilylib.py (error_log): remove '/' from name.
7083
7084         * input/regression/pedal.ly: remove; dups input/test/
7085         
7086         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7087
7088         * Documentation/index.html.in: python style doco index.
7089
7090         * Documentation/{footer,header}.html.in (src): remove, 
7091
7092         * Documentation/pictures: remove all but lelie-logo.xpm.
7093
7094         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7095         before running makeinfo.
7096
7097         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7098         @code{}
7099
7100 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7101
7102         * input/test/bar-number-regular-interval.ly: rename.
7103
7104         * Documentation/user/*: various fixes. 
7105
7106 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7107
7108         * Documentation/{ many }: polish for update-all-menus. typos.
7109
7110         * po/fi.po: fixes.
7111
7112         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7113
7114         * buildscripts/mutopia-index.py: polish.
7115
7116         * input/regression/{ many }, input/test{ many }: polish texidocs.
7117
7118 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7119
7120         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7121         pedal-style
7122
7123         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7124         iso. edge-widen.
7125
7126         * lily/piano-pedal-engraver.cc (process_music): change from
7127         process_acknowledged ()
7128
7129         * lily/piano-pedal-bracket.cc: new file. Change
7130         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7131         cleaned up.
7132
7133         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7134
7135         * input/regression/tuplets.ly (texidoc): rename file.
7136
7137         * po/fr.po: update
7138
7139         * buildscripts/lilypond-profile.sh: error message if script is not
7140         sourced.
7141
7142         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7143         bracket-flare
7144         (make_bracket): simplify code.
7145
7146         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7147         argument.
7148
7149         * python/lilylib.py (lilypond_version_check): new function
7150
7151         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7152
7153         * scripts/ly2dvi.py (run_lilypond): add version check.
7154
7155         * scripts/lilypond-book.py (option_definitions): typo
7156
7157         * scripts/ly2dvi.py (include_path): typo
7158
7159         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7160
7161         * lily/parse-scm.cc (parse_handler): typo
7162
7163         * Documentation/user/macros.itexi: use @heading for headings.
7164
7165         * Documentation/user/refman.itely: updates, fixes.
7166
7167 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7168
7169         * po/fi.po: add Finnish translations. fixes.
7170
7171         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7172
7173         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7174         from lily/glissando-engraver.cc.
7175
7176 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7177
7178         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7179         for non-first _broken_ bracket.
7180
7181         * Documentation/user/refman.itely: corrections.
7182
7183 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7184
7185         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7186         support of the fingerings.
7187
7188         * po/fr.po: French translation update.
7189
7190         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7191         strings.
7192
7193 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7194
7195         * Documentation/user/introduction.itely: Small fixes.
7196
7197 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7198
7199         * Documentation/topdocs/AUTHORS.texi: polish.
7200
7201 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7202
7203         * Documentation/user/introduction.itely: revise
7204
7205         * Documentation/user/tutorial.itely: reorganise.
7206
7207         * Documentation/topdocs/index.tely: remove.
7208
7209         * Documentation/header.html.in: prune.
7210
7211         * GNUmakefile.in: clean up web building.
7212
7213         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7214         target.
7215
7216 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7217
7218         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7219
7220         * lilypond-mode.el: turn on blink-matching-paren.
7221
7222 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7223
7224         * scm/output-sodipodi.scm (svg-header): Fix typo.
7225
7226 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7227
7228         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7229         fixes a security hole.
7230
7231         * scripts/lilypond-book.py (original_dir): remove temp_dir
7232
7233         * scm/document-translation.scm: use @code tags.
7234
7235 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7236
7237         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7238
7239         * lilypond-mode.el: add a buffer-local post-command-hook to set
7240         context dependent syntax-table after each cursor event. Remove old
7241         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7242
7243         * lilypond-indent.el: update comments.
7244
7245         * Documentation/footer.html.in: add period.
7246
7247 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7248
7249         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7250
7251         * scm/document-translation.scm (document-property-operation): add
7252         @code{} tags.
7253
7254         * VERSION (PACKAGE_NAME): release 1.7.27
7255
7256         * config.make.in: add PAPER variable
7257
7258         * buildscripts/new-chords.py (help): add help text
7259
7260         * Documentation/user/introduction.itely (Typography and program
7261         architecture):  fixes.
7262
7263         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7264         for texinfo and dvips. This fixes problems with PDF output of the
7265         wrong size.
7266
7267         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7268         DVIPS_PAPERSIZE variable
7269
7270         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7271         TEXINFO_PAPERSIZE variable 
7272
7273 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7274
7275         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7276
7277         * mf/feta-toevallig.mf: lowres fixes.
7278
7279 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7280
7281         * NEWS: Typo and fill-paragraph fixes.
7282
7283         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7284         cast #define.
7285
7286         * configure.in: 
7287         * config.hh.in: Check for lrint.
7288
7289 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7290
7291         * VERSION: 1.7.26 released
7292
7293         * lily/separation-item.cc: add padding property.
7294
7295         * input/test/*.ly: various fixes, remove solo-a2.ly
7296
7297         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7298         bugfix. Fixes old-style markup compatibility.
7299
7300         * Documentation/user/introduction.itely (Introduction): historical
7301         elucidations
7302
7303         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7304
7305         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7306
7307         * Documentation/index.texi (Top): cleanup.
7308
7309         * Documentation/user/introduction.itely (Introduction): rewrite
7310         introduction, 
7311         (Music notation and  engraving): about notation. Add flat-picture
7312
7313 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7314
7315         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7316         separation items. This keeps lyrics from bumping into each other.
7317
7318 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7319
7320         * GNUmakefile.in (topdocs-web): New target.
7321         (local-web): Depend on topdocs-web; fixes html-doc.
7322
7323 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7324
7325         * po/lilypond.pot: run po-replace
7326
7327         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7328
7329         * scm/drums.scm (reset-drum-kit): new function.
7330
7331         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7332
7333         * scripts/update-lily.py: remove
7334         
7335         * VERSION: release 1.7.25
7336         
7337         * Documentation/user/introduction.itely (Introduction): rewrite
7338         start of introduction.
7339
7340 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7341
7342         * lily/all-font-metrics.cc: fixed typo
7343
7344 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7345
7346         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7347         LilyPond-mode-context-set-syntax-table): new functions to define
7348         the syntax table according to context.
7349
7350         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7351
7352 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7353
7354         * Documentation/user/refman.itely (Figured bass): 
7355         language nit courtesy http://www.vocabula.com
7356
7357         * GNUmakefile.in: remove no kpathsea hack.
7358
7359         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7360         doco.
7361
7362         * GNUmakefile.in: remove web-doc target.
7363
7364         * lily/all-font-metrics.cc (find_afm): add message about
7365         buildscripts/clean-fonts.sh 
7366
7367         * scm/define-music-properties.scm (figure): use string for 'figure
7368
7369         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7370
7371         * input/regression/ : add raggedright = ##t where applicable. 
7372         
7373         * scm/bass-figure.scm (make-bass-figure-markup): add
7374         alignBassFigureAccidentals property.
7375
7376         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7377         bracket.
7378
7379         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7380         syllables widths into account for minimum-length.
7381
7382         * input/test/staff-container.ly: update file
7383
7384         * input/test/stem.ly: remove
7385
7386         * lily/event.cc (LY_DEFINE): add ly: prefix.
7387
7388         * input/test/clef-manual-control.ly: from manual-clef
7389
7390         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7391
7392         * input/test/different-time-signatures.ly: move to poly-metric.ly
7393
7394         * input/test/hara-kiri*,scales.ly: remove
7395         
7396         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7397         with chord-names-jazz.ly)
7398
7399         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7400         get scalable cm fonts too.
7401
7402         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7403         --encoding for mftrace if present.
7404
7405         * input/regression/slur-area.ly: move from test/
7406
7407         * input/test/: remove simple-slur-endings slur-attachment
7408         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7409         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7410         slur-symmetry slur-symmetry tie-broken.ly
7411
7412         * scm/drums.scm (set-drum-kit): add function.
7413
7414         * Documentation/user/refman.itely (Percussion staves): use
7415         set-drum-kit
7416
7417         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7418         too
7419         (Global_measure.set_timesig): handle 3/8 time sig too.
7420
7421         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7422         note about triangle note heads.
7423
7424         * scm/drums.scm: use alist for instrument-settings. This fixes the
7425         bug with assigning to drums in the .ly file.
7426
7427         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7428         CHANGED.
7429
7430         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7431         cluster-beacon-interface
7432
7433         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7434
7435         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7436
7437         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7438
7439         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7440         to get positions.
7441
7442         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7443         make ClusterSpannerBeacon to record Y positions. This removes the
7444         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7445         make cluster-note-events.
7446
7447 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7448
7449         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7450
7451         * configure.in: Use lily/main.cc as identifying source file.
7452
7453         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7454
7455         * config.hh.in: 
7456         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7457
7458         * configure.in: Require PYTHON >= 2.0.
7459
7460         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7461           $PYTHON for include dir location.
7462         (STEPMAKE_PYTHON): New function.  Use
7463         
7464             PYTHON=foo ./configure
7465
7466           to override.
7467
7468 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7469
7470         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7471         something.
7472
7473         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7474         ftp.lilypond.org everywhere.
7475
7476 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7477
7478         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7479         detected.
7480
7481         * Documentation/user/refman.itely (Grace notes): note on explicit
7482         contexts
7483
7484 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7485
7486         * lilypond-font-lock.el: add a comment about LilyPond specific
7487         escape characters: ^, - and _, in the syntax table.
7488
7489         * Documentation/user/appendices.itely: a majuscule fix.
7490
7491 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7492
7493         * input/test/trills.ly (endHorizScript): fixes.
7494
7495         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7496         notation, move from regression.
7497
7498         * input/test/script-stack.ly: change name from stacked-scripts
7499
7500         * input/test/ossia.ly: octave errors.
7501
7502         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7503         for midi-volume-equaliser
7504
7505 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7506
7507         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7508         cm fonts.
7509
7510         * mf/feta-beugel.mf: don't multiply font_count by 10.
7511
7512         * lily/lookup.cc (horizontal_line): new function. Use
7513         horizontal-line in output backends.
7514
7515         * Documentation/user/tutorial.itely (An orchestral part): new
7516         section on orchestral stuff and identifiers.
7517
7518 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7519
7520         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7521         some interference to other modes.
7522
7523 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7524
7525         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7526         not maximum of spacing wishes in polyphonic situations.
7527
7528         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7529         number
7530
7531         * lilypond-indent.el: remove paren matching. 
7532
7533         * lily/text-item.cc (interpret_new_markup): new function
7534         use iso. text2molecule.
7535
7536         * lily/main.cc (notice): change FSF address 
7537
7538         * po/de.po: update PO file to 1.6.
7539
7540 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7541
7542         * Documentation/user/ {many}: Add periods and remove spaces.
7543         
7544 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7545
7546         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7547         Disable buffer-locally default paren hook and make a new one. 
7548
7549         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7550         locally LilyPond-paren-mode. Add todo for mouse double-click.
7551
7552 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7553
7554         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7555         Disable buffer-locally default paren idle timer and make a new one. 
7556
7557         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7558         locally LilyPond-show-paren-mode. Add to menu a toggle for
7559         LilyPond-show-paren-function.
7560
7561 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7562
7563         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7564
7565 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7566
7567         * Documentation/user/refman.itely: spelling fix.
7568
7569         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7570         paren highlight function definitions. add todo for
7571         LilyPond-show-paren-mode.
7572
7573 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7574
7575         * input/template/jazz-combo.ly: new file.
7576
7577 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7578
7579         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7580         lo-res fixes.
7581
7582         * mf/feta-schrift.mf: bugfix in varcoda sign.
7583         WARNING: FONT CHANGED
7584
7585         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7586         in accordance with lexer.ll.   
7587
7588 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7589
7590         * Documentation/user/tutorial.itely: Edit introduction.
7591
7592 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7593
7594         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7595         ly:grob-staff-position
7596
7597 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7598
7599         * scm/to-xml.scm: import srfi-1
7600
7601         * VERSION (MAJOR_VERSION):  release 1.7.24
7602
7603         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7604
7605         * scripts/lilypond-book.py (do_file): put texidoc before image.
7606         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7607
7608         * input/regression/*.ly: fix snippet octaves 
7609
7610         * input/test/spanner-after-break-tweak.ly: import
7611         broken-spanner-adjustment
7612
7613         * input/no-notation/midi-transposing.ly: move from input/test/
7614
7615         * input/test/: remove chord-markup
7616
7617         * input/regression/instrument-name-partial.ly: move from input/test.
7618
7619         * input/test/vertical-text.ly: remove
7620
7621         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7622         space above lyrics lines.
7623
7624         * input/test/uniform-breaking.ly: remove file.
7625
7626         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7627         uniform spacing density. 
7628
7629         * input/test/chords.ly (keys): remove file.
7630
7631         * scm/documentation-lib.scm (oop): use srfi-1 too.
7632
7633         * input/regression/*.ly: add \version
7634
7635         * Documentation/user/*.itely: various fixes.
7636
7637         * buildscripts/mf-to-table.py (base): break table every three
7638         symbols.
7639
7640         * input/:  remove %% new-chords-done %% .
7641
7642         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7643         os-music.ly
7644         
7645 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7646
7647         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7648
7649         * scm/new-markup.scm (box-markup): new function.
7650         (box-markup): new function. Contributed by Dick Schoeller
7651         <schoeller@attbi.com>
7652
7653         * scm/lily.scm: remove reduce-no-unit 
7654         (list-insert-separator): use fold-right
7655
7656         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7657         of arguments. 
7658
7659         * NEWS: more neutral language for ancient notation 
7660
7661         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7662         inside pointing beaming for chord tremolo.
7663
7664         * Documentation/user/lilypond-book.itely: minor editing
7665
7666 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7667
7668         * NEWS: added news for 1.8 regarding ancient notation
7669
7670         * Documentation/user/refman.itely (Gregorian square neumes
7671         ligatures): fixed typo
7672
7673         * lily/vaticana-ligature-engraver.cc,
7674         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7675         lower/upper head of Pes only when heads are stacked
7676
7677         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7678         scm/define-grob-properties.scm: cleanup: make "join-left" a
7679         boolean grob property and save delta pitch in grob property
7680         "delta-pitch" instead
7681
7682         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7683
7684 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7685
7686         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7687         completely borked
7688
7689         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7690         (try_music): bug fix: beam multiplicity was completely borked.
7691
7692         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7693         first-n, butfirst-n in favor of srfi-1 functions.
7694         remove string-join, string-pad in favor of srfi-13 functions.
7695
7696         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7697
7698         * NEWS: use complete sentences.
7699
7700         * Documentation/user/introduction.itely (Example applications):
7701         add note about databases and lilypond-book.
7702
7703         * input/test/volta.ly: remove file
7704
7705         * input/regression/volta-broken-left-edge.ly: simplify file
7706
7707 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7708
7709         * Documentation/user/refman.itely (Constructing a tweak): new
7710         subsection.
7711
7712         * Documentation/user/tutorial.itely (Fine tuning layout): add
7713         common tweaks.
7714
7715         * scm/define-grobs.scm (TextScript): use new brewer.
7716
7717 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7718
7719         * VERSION: release 1.7.23
7720
7721         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7722
7723         * python/lilylib.py (make_ps_images): bugfixes.
7724
7725         * input/regression/volta-multi-staff.ly: new file.
7726
7727         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7728
7729         * Documentation/user/tutorial.itely (Piano staffs): new section.
7730         (Setting variables): new section
7731         (Fine tuning layout): new section
7732
7733         * input/just-friends.ly: remove file. Superseeded by
7734         input/test/chords-without-melody.ly
7735
7736         * ly/property-init.ly: add all commands to refman.
7737
7738         * scm/define-translator-properties.scm: remove
7739         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7740
7741         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7742         name. Underscores botch up PS output.
7743
7744         * scm/define-translator-properties.scm: remove
7745         textNonEmpty, oneBeat, regularSpacingDelta
7746
7747         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7748         rule for automaticBars.
7749
7750         * lily/timing-engraver.cc (start_translation_timestep): change
7751         barNonAuto to automaticBars
7752
7753 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7754
7755         * input/test/perform-tie.ly: delete file.
7756
7757 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7758
7759         * Documentation/user/refman.itely (Gregorian square neumes
7760         ligatures): bugfix: do not show ledger lines in neumes table
7761         (fixed by setting staff symbol to transparent rather than removing
7762         it from staff context)
7763
7764 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7765
7766         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7767         glue into brew-new-markup-molecule.
7768
7769         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7770
7771         * Documentation/user/introduction.itely (Computerized typography):
7772         new section
7773
7774         * Documentation/user/tutorial.itely (An orchestral part): remove
7775         pc example from tutorial.
7776
7777         * input/tutorial/lilbook.tex: use screech-boink
7778
7779         * scripts/lilypond-book.py (compile_all_files): split formatting
7780         output body and scheduling lilypond compilation.
7781         (format_lilypond_output_bodies): new function
7782         (format_lilypond_block): new function
7783         (html_pages): allow multi-page images in HTML
7784
7785         * python/lilylib.py (make_ps_images): rename function from
7786         make_preview, merge with make_page_images
7787
7788 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7789
7790         * input/test/key-clefs.ly: moved to regression.
7791
7792         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7793
7794         * input/no-notation/README: added note about midi-*.ly files.
7795
7796         * input/test/two-key.ly: moved to no-notation/parse5.ly
7797
7798         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7799         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7800
7801         * input/test/ {various}: modified comments, marked some for deletion.
7802
7803         * input/test/lines.ly: deleted file; duplicate of
7804         embedded-postscript.ly
7805
7806         * input/test/mmrest-collision: moved to regression.
7807
7808 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7809
7810         * scm/chord-name.scm (note-name->markup): don't superscript root
7811         alterations in chordnames.
7812
7813 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7814
7815         * Documentation/user/refman.itely (Multi measure rests): more
7816         index/cross-referencing.
7817
7818         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7819
7820         * scm/font.scm: remove properties-to-font-name code.
7821
7822         * scm/define-grob-properties.scm: remove 'type
7823
7824         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7825         conversion
7826
7827         * lily/text-spanner.cc: change 'type grob prop to 'style 
7828
7829         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7830         "first" flag to decide whether to make a start-repeat
7831
7832         * input/regression/grace-volta-repeat-2.ly: new file.
7833
7834 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7835
7836         * lilypond-indent.el: rename generic functions to LilyPond-*
7837
7838 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7839
7840         * input/test/thumb.ly: delete, merged into refman.
7841
7842         * Documentation/user/refman.itely: added thumb info to Fingering.
7843
7844         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7845         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7846         vertical-align.ly : deleted files.
7847
7848 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7849
7850         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7851
7852         * lily/line-spanner.cc (broken_trend_offset): remove function.
7853         (get_broken_offset): idem.
7854         (brew_molecule): rewrite the line-break case.
7855
7856         * input/regression/follow-voice-break.ly:  new file.
7857
7858         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7859         start of a system.
7860
7861 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7862
7863         * input/test/tuplet-rest.ly: moved to regression.
7864
7865         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7866         deleted file.
7867
7868         * input/test/ {many} : marked file for possible deletion.
7869
7870 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7871
7872         * input/regression/beam-funky.ly: add note about (disputed)
7873         correct beaming.
7874
7875         * ly/engraver-init.ly (ScoreContext): put key-signature after
7876         staff-bar
7877         
7878 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7879
7880         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7881
7882         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7883
7884         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7885
7886         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7887         stem-extend was deleted (it was duplicate example, and not as
7888         good).
7889
7890         * input/test/[s-z]*.ly: add texidoc index.
7891
7892 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7893
7894         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7895         get_first_notecolumn_y
7896
7897         * lily/spanner.cc (broken_spanner_index): new function.
7898
7899 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7900
7901         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7902         lyric-hyphen.ly : moved to regression.
7903
7904         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7905         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7906
7907         * input/test/instrument-name-mmrest.ly: moved to
7908         ../regression/multi-measure-rest-instr-name.ly
7909
7910         * input/test/knee-sym.ly: moved to
7911         ../regression/beam-knee-symmetry.ly.
7912
7913         * input/test/hymn.ly: change comments.
7914
7915         * input/test/[p-r]*.ly: add texidoc index.
7916
7917 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7918
7919         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7920         to postfix syntax
7921         
7922         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7923         syntax.
7924
7925         * VERSION: release 1.7.22
7926
7927 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7928
7929         * input/test/[h-k]*.ly: added texidoc index.
7930
7931         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7932
7933         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7934
7935         * input/test/ various : mark files for deletion or moving to
7936         regression.
7937
7938         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7939
7940         * input/test/[l-o]*.ly: added texidoc index.
7941
7942 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7943
7944         * scm/music-functions.scm (make-ottava-set): 
7945         only do ottavation if centralCPosition is set.
7946
7947         * lily/translator-scheme.cc (ly:context-property-where-defined):
7948         return '() if not found.
7949
7950 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7951
7952         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7953         Use one command for both commenting and uncommenting.
7954
7955         * lilypond-indent.el (LilyPond-comment-region): new function,
7956         (un)comments each line separately.
7957
7958         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7959         
7960         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7961         imenu is not added by default; adapted from f90.el,
7962         makes Help-menu, which does not fit, visible in XEmacs.
7963         
7964 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7965
7966         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7967         show-paren-mode sets blink-matching-paren-on-screen local.
7968         Try to make show-paren-function to paren-highlight local.
7969
7970         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7971         Copy definitions of Emacs' show-paren-function and
7972         XEmacs' paren-highlight and make minimal changes;
7973         add comments about locality. 
7974         Fix matching first open-paren-char in '<< .. >>'.
7975
7976 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7977
7978         * input/test/g*: added texidoc index.
7979
7980         * input/test/[a-g]*: added raggedright==#t when it
7981          seemed appropiate.
7982
7983         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7984
7985         * Documentation/topdoc/INSTALL.texi: removed false warnings
7986         about gcc 3.3.
7987
7988 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7989
7990         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7991
7992         * input/test/chords-without-melody.ly (texidoc): add from
7993         input/just-friends.ly
7994
7995         * input/regression/size{13--26}.ly: move from input/
7996
7997         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7998         input/{star-spangled-banner,twinkle}.ly: remove 
7999         
8000         * lily/slur.cc: remove slur over rest warnings.
8001
8002         * lily/note-spacing.cc (get_spacing): include left part of right
8003         object in fixed space. This fixes stretched space before
8004         accidentals.
8005
8006         * input/regression/spacing-accidental-stretch.ly: new file.
8007
8008 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8009
8010         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8011         Reduce to 16pt.
8012
8013 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8014
8015         * input/regression/spacing-knee.ly: docstring
8016
8017         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8018
8019         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8020         input/tutorial/{test,solar,flowing}.ly: remove
8021
8022         * input/rhythm.ly: remove
8023
8024         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8025
8026         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8027         update syntax. 
8028
8029         * scm/define-grobs.scm (all-grob-descriptions): set
8030         knee-spacing-correction to 1.0
8031
8032         * lily/note-spacing.cc (stem_dir_correction): compute knee
8033         correction using stem-thickness and head width.
8034
8035         * input/regression/beam-quanting-horizontal.ly: update texidoc
8036
8037         * scm/define-grobs.scm (all-grob-descriptions): set
8038         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8039         This fixes 32nd beams for noteheads in spaces quants.
8040
8041         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8042
8043 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8044
8045         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8046
8047 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8048
8049         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8050
8051         * VERSION (PACKAGE_NAME): release 1.7.21
8052
8053         * input/regression/stem-shorten.ly: new file.
8054
8055         * lily/stem.cc (get_default_stem_end_position): revise stem
8056         shortening code.
8057
8058         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8059
8060         * input/test/{scripts,volta-start,sleur}.ly: remove
8061         
8062         * input/regression/span-bar.ly: smaller file.
8063
8064         * input/regression/spacing-{natural,tight,loose}.ly: remove
8065
8066         * input/test/markup.ly: remove
8067
8068         * scripts/lilypond-book.py: put printfilename in separate chunk,
8069         so texidoc is printed after the filename.  
8070
8071 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8072
8073         * make/lilypond.mandrake.spec.in: fix docdirs.
8074
8075 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8076
8077         * input/regression/beam-french.ly: bugfix.
8078
8079         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8080
8081         * input/regression/(various).ly: add raggedright = #t.
8082
8083         * input/regression/auto-beam.ly: move from abe.ly
8084
8085 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8086
8087         * input/test/f*.ly: added texinfo index.
8088         
8089         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8090
8091 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8092
8093         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8094         quant penalty for beam just outside staff.
8095
8096         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8097         from beam-pos.ly,  remove non-horizontal tests. 
8098
8099         * input/test/(various): cleanup header info. 
8100
8101         * input/test/tchaikovsky.ly: remove file.
8102
8103         * scm/chord-generic-names.scm: move from
8104         double-plus-new-chord-name.scm
8105
8106         * input/test/orchestscore.ly: remove file
8107
8108         * Documentation/user/refman.itely (Vocal music): update documentation.
8109
8110         * scm/define-translator-properties.scm (chordNoteNamer): remove
8111         chordNameStyle, use chordNameFunction
8112
8113         * scm/chord-name.scm (set-chord-name-style): remove
8114         set-chord-name-style. Use \property chordNameFunction.
8115
8116 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8117
8118         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8119         music): remove @TeX{} command.
8120
8121 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8122
8123         * lilypond-indent.el (scan-sexps): Renamed to
8124         aargh-this-breaks-other-emacs-modes-scan-sexps.
8125
8126 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8127
8128         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8129         closing slurs: '()', etc. Add comments.
8130
8131         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8132
8133         * lilypond-font-lock.el: match unending string at eof.
8134
8135         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8136         
8137 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8138
8139         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8140         input/test/beam-dir.ly input/test/beam-position.ly    
8141         input/test/beam-suspect.ly input/test/beam-trend.ly    
8142         input/test/beams.ly input/test/crescendo-text.ly : deleted
8143         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8144         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8145         * input/test/default-bars.ly: moved to bar-always.ly
8146         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8147
8148 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8149
8150         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8151
8152 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8153
8154         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8155
8156 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8157
8158         * lilypond-indent.el: Match better slurs in scheme expressions.
8159         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8160
8161         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8162
8163 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8164
8165         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8166
8167         * input/ac-extra-voice.ly: Add texidoc.
8168
8169         * ly/chord-modifiers-init.ly: 
8170         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8171         and chordNameExceptionsPartial for new chord names.
8172
8173         * input/test/chord-names-dpnj.ly: 
8174         * input/test/dpncnt.ly: Update.
8175
8176         * scm/chord-name.scm: 
8177         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8178         chord selection and options.
8179
8180         * ly/chord-modifiers-init.ly: Add exceptions 
8181
8182         * scm/define-translator-properties.scm (chordNameStyle) 
8183         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8184
8185 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8186
8187         * ly/property-init.ly (germanChords): Added.
8188         (semiGermanChords): Added.
8189         
8190         * input/test/chord-names-german.ly: Use new macros
8191         
8192 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8193
8194         * lilypond-indent.el: Use similar parenthesis highlighting for 
8195         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8196         functions; removed LilyPond-show-paren-function. Fix indenting.
8197         Turn paren-matching on also in XEmacs.
8198
8199         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8200         as needed by parenthesis highlighting functions (in scan-sexp).
8201
8202 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8203
8204         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8205         function.
8206         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8207
8208 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8209
8210         * lilypond-indent.el: tune regexp for show-paren-function.
8211
8212 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8213
8214         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8215         for all LilyPond-produced tex snippets.
8216
8217         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8218         fixes one line --preview output of ly2dvi.
8219
8220 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8221
8222         * lilypond-indent.el: match only one type of slurs in
8223         LilyPond-show-paren-function.
8224
8225 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8226
8227         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8228         * debian/lilypond1.7.dirs: 
8229         * debian/lilypond1.7-doc.dirs: New file.
8230
8231         * input/regression/chord-name-exceptions.ly: Add parameter for
8232         ignatzekExceptions.  Quote hash in docstring.
8233
8234 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8235
8236         * lilypond-indent.el (show-paren-function): define show-paren-function
8237         as LilyPond-blink-matching-open and use it for closing parens.
8238         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8239
8240         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8241         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8242         LilyPond-blink-matching-paren in order to match both open and close
8243         brackets.
8244         
8245 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8246
8247         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8248         testing by modifying the code from FSF Emacs paren.el. Add comments.
8249
8250 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8251
8252         * input/test/dpncnt.ly: Transpose example to match new
8253         default \chords octave.  Add comment.
8254         
8255         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8256         comment about octave change.
8257
8258 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8259
8260         * input/test/[d,e]: added texinfo index tags.
8261         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8262
8263 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8264
8265         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8266
8267 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8268
8269         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8270         as in blink-matching-open.
8271
8272 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8273
8274         * input/test/[a-c]: more comments in files.
8275         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8276         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8277         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8278         mark file for proposed deletion.
8279         * input/test: renaming files:
8280         auto-beam-4-8.ly to beam-auto-4-8.ly
8281         auto-beam-override.ly to beam-auto-override.ly
8282         auto-beam.ly to beam-auto.ly
8283         blank.ly to blank-paper.ly
8284         absolute-volume.ly to dynamic-absolute-volume.ly
8285
8286 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8287
8288         * input/test/dpncnt.ly: 
8289         * input/test/chord-names-dpnj.ly: Resurrect.
8290
8291         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8292
8293         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8294
8295         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8296         Better docstring, add parameter OMIT-ROOT, tidy up.
8297
8298 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8299
8300         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8301
8302 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8303
8304         * scm/output-ascii-script.scm (as-font-alist-alist):
8305         (as-properties-to-font-name):
8306         (as-make-style-sheet): Remove.
8307
8308         * scm/font.scm (as-make-font-list): New function.
8309         (as-font-sheet-alist): New variable.
8310
8311         * ly/paper-as9-init.ly: 
8312         * ly/paper-as5-init.ly: Update.
8313
8314         * ly/paper-as5.ly:
8315         * ly/paper-as9.ly: New file.
8316
8317 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8318
8319         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8320
8321 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8322         * input/sondag-morgen/*: removed due to copyright concerns.
8323         * input/[a,b]*.ly: added a newline at the end of the texinfo
8324         doc string (produces better output in HTML version).
8325         * input/c*.ly: added texinfo index and added comments to
8326         aid in future changes to input/test/ files.
8327
8328 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8329         
8330         * Documentation/user/refman.itely: fixed build problem (missing
8331         file) caused by previous renaming.
8332
8333 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8334         
8335         * input/test/[a,b]*.ly: added texinfo index and added comments to
8336         aid in future changes to input/test/ files.
8337         * input/test/bar-number-every-5-reset.ly: renamed to
8338         bar-number-every-five-reset.ly
8339         * input/test/bar-script-visibility.ly: renamed to
8340         bar-number-show-all.ly
8341
8342 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8343
8344         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8345         to Voice.
8346
8347         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8348         out note-line and glissando functionality.
8349         
8350         * lily/line-spanner.cc (brew_molecule): cleanup.
8351
8352 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8353
8354         * scripts/as2text.scm: Use rdelim module.
8355         (start-system): Rename from start-line.
8356         (stop-system): Rename from stop-line.
8357         (af-gulp-file): Use string iso symbol for getenv.
8358
8359         * scm/output-ascii-script.scm: Add guile and lily modules.
8360         (font-name-alist): New variable.
8361         (draw-line): New function.
8362
8363         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8364         (Were these silently removed, without ChangeLog entry?)
8365
8366 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8367
8368         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8369         process 2nd ottava correctly.
8370
8371 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8372
8373         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8374
8375 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8376
8377         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8378
8379 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8380
8381         * VERSION: release 1.7.20
8382         
8383         * lily/text-spanner.cc (brew_molecule): clean up function. This
8384         fixes bugs with broken 8va spanners.
8385
8386         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8387         This prevents spurious line-breaks with raggedright
8388         
8389 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8390
8391         * lily/key-performer.cc (create_audio_elements): always use major
8392         key
8393
8394         * Documentation/user/internals.itely: updates
8395
8396         * input/regression/beam-break.ly: new file.
8397
8398         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8399         beams if starting or terminating stems have 'beaming set.)
8400
8401         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8402         property.
8403
8404         * lily/parser.yy (verbose_command_req): add comment about scales.
8405
8406 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8407
8408         * lilypond-indent.el: adjust regexps in bracket-matching.
8409
8410 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8411
8412         * Documentation/user/refman.itely: more tiny fixes
8413
8414         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8415         "Chord names"; added table with input syntax for solesmes neumes
8416         table; added some words about rationale on input syntax design
8417
8418         * lily/gregorian-ligature-engraver.cc,
8419         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8420         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8421         alignment of Pes Initio Debilis
8422
8423         * Documentation/user/refman.itely,
8424         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8425         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8426         bugs in the solesmes neumes table
8427
8428 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8429
8430         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8431         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8432
8433         * lilypond-mode.el: fix tag-score. small improvements.
8434
8435 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8436
8437         * .cvsignore: Add aclocal.m4.
8438
8439         * lily/music-constructor.cc: Include <assert.h>.
8440
8441 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8442
8443         * ly/engraver-init.ly (HaraKiriStaffContext): use
8444         RemoveEmptyStaffContext instead.
8445
8446         * Documentation/user/refman.itely: updates
8447
8448 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8449
8450         * Documentation/user/refman.itely: added solesmes neumes table;
8451         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8452         bugfix: "Ornaments" -> "Articulations"
8453
8454         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8455
8456 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8457
8458         * lilypond-indent.el: Add a message about trying to match \] or \).
8459         
8460 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8461         
8462         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8463         obsolete "arithmetic_*"
8464
8465         * input/bugs/ligatures.ly: removed (will be put into a different
8466         directory later)
8467
8468 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8469
8470         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8471         libkpathsea (Maurizio Tomasi).
8472
8473 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8474
8475         * input/regression/repeat-slash.ly (texidoc): new file
8476
8477         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8478         slash repeats separately. Slash repeats and %
8479         repeats can now be nested.
8480
8481 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8482
8483         * lilypond-indent.el: Add preliminary test for closing \] and \).
8484         
8485 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8486
8487         * lily/gregorian-ligature-engraver.cc,
8488         lily/vaticana-ligature-engraver.cc,
8489         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8490         mf/parmesan-heads.mf: various semivocalis related bugfixes
8491
8492         * input/bugs/ligatures.ly: new file demonstrating problems with
8493         ligatures
8494         
8495 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8496
8497         * lilypond-mode.el,
8498         lilypond-font-lock.el,
8499         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8500
8501 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8502
8503         * lilypond-mode.el: Remove outdated code. Stress the difference 
8504         between Emacs and XEmacs definitions.
8505
8506         * lilypond-mode.el,
8507         lilypond-indent.el: Define a function interactive only when necessary.
8508
8509 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8510
8511         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8512         Use inactive regions also in XEmacs.
8513
8514 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8515
8516         * Documentation/user/refman.itely (Repeat syntax): more updates
8517
8518         * lily/simple-spacer.cc (solve): move solution process into
8519         solve(). This fixes a bug with collisions and raggedright = ##t.
8520  
8521         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8522
8523         * ly/engraver-init.ly: remove GraceContext. Update examples.
8524
8525 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8526
8527         * GNUmakefile.in (fonts): Also make fontball.
8528
8529         * Website fixes:
8530
8531         * ly/engraver-init.ly (GraceContext): Add.
8532
8533         * run:
8534
8535             convert-ly $(find . -name *.ly)
8536
8537         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8538         new chords.
8539
8540 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8541
8542         * VERSION: 1.7.19 released
8543         
8544         * scm/music-functions.scm (set-octavation): new function.
8545
8546         * input/regression/ottava.ly: new file
8547
8548         * lily/translator-scheme.cc (LY_DEFINE): new function
8549         ly:unset-context-property
8550         (LY_DEFINE) new function ly:context-property-where-defined: 
8551
8552 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8553
8554         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8555
8556         * lilypond.words: add few.
8557
8558         * input/test/script-chart.ly: fix typo.
8559
8560 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8561
8562         * scm/define-grobs.scm: uniform naming for definitions and output
8563         routine files. 
8564
8565         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8566         scm/context-description.scm
8567
8568         * lily/parser.yy (translator_spec_body): add \description to the
8569         \translator{} body syntax.
8570
8571         * lily/ottava-engraver.cc: new file.
8572
8573         * scm/chord-name.scm (natural-chord-alteration): replace old
8574         chord stuff. 
8575
8576         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8577
8578         * Documentation/user/refman.itely (Metronome marks): update doco.
8579
8580         * input/regression/markup-note.ly: new file
8581
8582         * input/regression/metronome-marking.ly: new file
8583
8584         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8585
8586         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8587         metronome marks.
8588
8589 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8590
8591         * Documentation/user/GNUmakefile: Compatibility fix for new
8592         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8593         for making binary packages; info splitting bug has been fixed.
8594
8595         * Documentation/user/refman.itely: Compile fixes.
8596
8597 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8598
8599         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8600         Count \midi -keywords also for a region.
8601
8602 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8603
8604         * lily/lookup.cc (LY_DEFINE): new function
8605
8606         * Documentation/user/tutorial.itely: updates
8607
8608 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8609
8610         * lilypond-mode.el: Allow Midi on buffer.
8611         Use only '.ly'-extension, remove '.sly' and '.fly'.
8612         Allow use of inactive regions. Invoke next Command on Master file, 
8613         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8614
8615 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8616
8617         * Documentation/user/tutorial.itely: updates.
8618
8619 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8620
8621         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8622
8623 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8624
8625         * lily/coherent-ligature-engraver.cc: fixed typo
8626
8627         * lily/coherent-ligature-engraver.cc,
8628         lily/gregorian-ligature-engraver.cc,
8629         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8630         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8631         lily/vaticana-ligature-engraver.cc,
8632         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8633         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8634         removed all ligature specific stuff from NoteHead code
8635
8636         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8637         ligatures now use regular noteheads
8638
8639         * lily/vaticana-ligature.cc: tiny code cleanups
8640
8641         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8642         space between two adjacent noteheads of the same pitch
8643
8644         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8645         description; cleanup: removed obsolete font-family settings
8646
8647 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8648
8649         * lily/coherent-ligature-engraver.cc,
8650         lily/gregorian-ligature-engraver.cc,
8651         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8652         lily/mensural-ligature-engraver.cc,
8653         lily/vaticana-ligature-engraver.cc,
8654         lily/include/gregorian-ligature-engraver.hh: updated for new
8655         Coherent_ligature_engraver; added comments that describe the basic
8656         design ideas of the ligature implementation
8657
8658         * lily/coherent-ligature-engraver.cc,
8659         lily/include/coherent-ligature-engraver.hh: new file: shared code
8660         between mensural ligatures and Gregorian chant notation ligatures
8661
8662 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8663
8664         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8665         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8666         use only two arguments in sit-for, use no arguments in
8667         read-char-exclusive, backspace is not a character (127) in XEmacs.
8668
8669         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8670
8671 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8672
8673         * lilypond-mode.el: un-commenting works after syntax-table fix.
8674
8675         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8676         group, verbose commenting for syntax table.
8677
8678         * lilypond-indent.el: add TODO for ligature slurs.
8679
8680 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8681
8682         * lilypond-mode.el: Move comments of parenthesis matching away,
8683         (blink-matching-paren-on-screen) fix blinking in Emacs.
8684
8685         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8686         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8687
8688         * lilypond-indent.el: Add TODO for parenthesis matching.
8689
8690 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8691
8692         * lilypond-mode.el: Fix XEmacs: 
8693         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8694         invoke explicitly easy-menu-add (in Emacs done automatically).
8695         
8696         * lilypond.words: Add few words from input/*/*.ly.
8697
8698 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8699
8700         * VERSION (PATCH_LEVEL): release 1.7.18
8701
8702         * scripts/lilypond-book.py: only print basename for printfilename
8703         option
8704
8705         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8706         and syntax updates.
8707
8708 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8709
8710         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8711         better parametrisation. Move fatness of bulb downward.
8712
8713         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8714         glyph names. Underscores are not allowed .ps encoding files.
8715
8716 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8717
8718         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8719         variable "packed" for packed right-ragged mode
8720
8721         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8722         unused variable ragged; fixed indentation
8723
8724         * Documentation/user/refman.itely: tiny cleanups in ancient
8725         clef and custos section
8726
8727 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8728
8729         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8730         \applyoutput PROCEDURE
8731
8732         * lily/my-lily-lexer.cc: add \applyoutput.
8733
8734         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8735
8736         * lily/text-item.cc: clean text-interface description
8737
8738 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8739
8740         * input/{regression,test}/: use postfix for slur endings and beam
8741         begins.
8742
8743         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8744         style beams too. 
8745
8746         * input/regression/lyrics-melisma-beam.ly: new file.
8747
8748         * lily/lyric-engraver.cc (process_music): change from
8749         process_acknowledged_grobs()
8750
8751         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8752         functions to set and revert auto-beam settings.
8753
8754 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8755
8756         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8757
8758 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8759
8760         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8761         Documentation/user/lilypond.tely: fixed some typos; updated author
8762         info
8763
8764         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8765         #"" -> #'flag-style = #'()
8766
8767         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8768         cleanup: removed dead #includes
8769
8770         * lily/gregorian-ligature-engraver.cc,
8771         lily/include/gregorian-ligature.hh,
8772         scm/grob-property-description.scm: small cleanups, small spacing
8773         fixes
8774
8775         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8776         lily/vaticana-ligature.cc,
8777         lily/include/gregorian-ligature-engraver.hh,
8778         scm/grob-property-description.scm, scm/music-types.scm:
8779         "porrectus" -> "pes or flexa"
8780
8781         * ly/engraver-init.ly, scm/grob-description.scm,
8782         scm/grob-property-description.scm: junked porrectus, now handled
8783         by ligature code
8784
8785         * scm/grob-description.scm: bugfix: added space-alist entry for
8786         breathing sign/custos
8787
8788 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8789
8790         * Another grand 2003 update.
8791         
8792         * Remove mentioning of `mudela'; There's no such thing.
8793
8794 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8795
8796         * Documentation/user/preface.itely (Preface to version 1.8): update
8797
8798         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8799
8800         * Documentation/user/converters.itely (Invoking convert-ly): revise
8801
8802         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8803
8804         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8805
8806 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8807
8808         * Documentation/user/internals.itely: more updates.
8809
8810 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8811
8812         * Documentation/user/refman.itely: revise 
8813
8814         * Documentation/user/internals.itely: revise
8815
8816         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8817
8818 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8819
8820         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8821         beautification: reformatted ancient clefs section; cleanup: small
8822         wording fixes
8823
8824 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8825
8826         * lilypond.words: added words for chant notation, sorted
8827         alphabetically through "sort lilypond.words"
8828
8829 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8830
8831         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8832         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8833         chant notation
8834
8835 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8836
8837         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8838         prevent TeX from interpreting them as long dash
8839
8840         * input/test/vaticana.ly: updated
8841
8842         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8843         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8844         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8845         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8846         fixes
8847
8848         * mf/parmesan-heads.mf: ledger endings: removed dead code
8849
8850 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8851
8852         * VERSION: 1.7.17 released
8853         
8854         * Documentation/user/GNUmakefile
8855         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8856         files too.
8857
8858         * scm/document-markup.scm: new file: document all markup
8859         functions.
8860
8861         * scm/documentation-generate.scm: rename all documentation modules
8862         to document-*.scm
8863
8864         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8865         .png
8866
8867         * input/test/divisiones.ly: added
8868
8869         * input/regression/output-property.ly: new file
8870
8871         * lily/cluster.cc: change cluster-interface to use style property
8872
8873 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8874
8875         * input/test/chord-names-german.ly: modified.
8876
8877         * scm/chords-ignatzek.scm:
8878           chord-name->german-markup: Added
8879           note-name->german-markup: Changed (now producing lowercase notenames)
8880
8881         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8882         
8883 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8884
8885         * scripts/convert-ly.py (FatalConversionError.conv):
8886         divisiominima -> divisioMinima, etc.
8887
8888         * ly/engraver-init.ly (FiguredBassContext): add
8889         Separating_line_group_engraver to Figured bass context.
8890
8891         * ly/german-chords-init.ly: remove file
8892
8893         * input/test/chord-names-german.ly (scm): new file.
8894
8895         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8896
8897         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8898         Chord_name_engraver
8899
8900         * Documentation/user/refman.itely: lots of updates.
8901
8902         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8903         new file
8904
8905         * input/test/bar-number-every-5-reset.ly: new file.
8906
8907 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8908
8909         * input/regression/chord-name-major7.ly: new file
8910
8911         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8912         if specced explicitly.
8913
8914         * input/regression/chord-name-entry-11.ly: new file.
8915
8916         * input/test/slur-beautiful.ly: new file.
8917
8918         * Documentation/user/refman.itely: updates.
8919
8920         * input/regression/collisions.ly (threevoice): cleanup.
8921
8922         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8923
8924 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8925
8926         * Documentation/user/*.itely: various updates.
8927
8928         * ly/spanners-init.ly: enddecr/ endcr.
8929
8930         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8931         of tutorial
8932
8933 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8934
8935         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8936
8937         * lily/new-chord-name-engraver.cc (process_music): use octavation
8938         (a number) instead of original-pitch to store inversions. This
8939         fixes a problem with transposed chords with inversions.  
8940
8941 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8942
8943         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8944         used in includable-lexer.hh.
8945
8946         * lily/includable-lexer.cc: Bugfix: include config.h.
8947
8948         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8949         circumvention of Debian packaging bug.
8950
8951 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8952
8953         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8954         
8955         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8956
8957         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8958         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8959
8960         * lily/include/includable-lexer.hh: 
8961         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8962
8963         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8964
8965         * aclocal.m4: Regenerate.
8966
8967         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8968         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8969
8970         * scm/pdf.scm (use-modules): Include lily.
8971
8972         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8973         Noordkamp).
8974         (use-modules): Include lily.
8975         (lily-def): Bugfix: include tex-val in let.
8976
8977 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8978
8979         * lilypond-mode.el: sensible error if lilypond.words not found.
8980
8981         * lilypond.words: add few words.
8982
8983 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8984
8985         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8986
8987         * mf/parmesan-scripts.mf: fixed typo in char name
8988
8989 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8990
8991         * VERSION: 1.7.16 released
8992
8993         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8994         (this is a security vulnerability).
8995
8996         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8997
8998         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8999         add staff support.
9000
9001 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9002
9003         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9004         ly/script-init.ly, scm/script.scm: bugfix: renamed
9005         fermata->signumcongruentiae to fix naming clash with feta font
9006
9007 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9008
9009         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9010
9011         * lily/multi-measure-rest-engraver.cc
9012         (start_translation_timestep): use grace timing too for determining
9013         when to make mmrest.
9014         (start_translation_timestep): clear numbers too.
9015
9016 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9017
9018         * scm/music-types.scm: compile fix: escape braces
9019
9020         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9021         work around font selection problem
9022
9023         * Documentation/user/refman.itely: BreathingSign: added docu for
9024         property "text"
9025
9026 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9027
9028         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9029         information.
9030
9031 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9032
9033         * lily/multi-measure-rest-engraver.cc (class
9034         Multi_measure_rest_engraver): make multiple Number objects, one
9035         for each MultiMeasureTextEvent.
9036
9037         * scm/music-functions.scm (glue-mm-rest-texts): use
9038         MultiMeasureTextEvent
9039
9040         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9041
9042         * Documentation/user/refman.itely (Multi measure rests): update.
9043
9044 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9045
9046         * lily/ly-module.cc (ly_copy_module_variables): use
9047         scm_internal_hash_fold() for iterating modules.
9048
9049 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9050
9051         * Documentation/user/refman.itely: Section Custodes: added more
9052         example code
9053
9054         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9055         neo-mensural rests to parmesan font
9056
9057         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9058         header
9059
9060 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9061
9062         * Documentation/user/macros.itexi: @fileref macro.
9063
9064         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9065         each file. 
9066
9067 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9068
9069         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9070         Documentation/topdocs/AUTHORS.texi: updated my email address
9071
9072         * Documentation/user/refman.itely: updated custos documentation;
9073         beautified divisiones example; beautified articulations table
9074
9075         * lily/breathing-sign.cc: bugfix: finalis molecule
9076
9077 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9078
9079         * Documentation/user/refman.itely: added docu for
9080         contemporary fermata symbols, gregorian breathing signs; small fixes
9081
9082         * ly/gregorian-init.ly: removed obsolete #'type props
9083
9084 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9085
9086         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9087         minimum-length property correctly.
9088
9089 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9090
9091         * scm/music-functions.scm (make-multi-measure-rest): set input
9092         locations for multimeasure rests.
9093
9094 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9095
9096         * input/regression/breathing-sign.ly: updated to for ancient
9097         notation
9098
9099 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9100
9101         * scripts/ly2dvi.py: Add newline.
9102
9103 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9104
9105         * scripts/ly2dvi.py (dependency_files): Compile fix.
9106
9107 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9108
9109         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9110         (make_html_menu_file): --html menu. 
9111
9112 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9113
9114         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9115
9116 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9117
9118         * input/screech-boink.ly: new file.
9119
9120 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9121
9122         * scripts/lilypond-book.py (make_lilypond_file): convert
9123         lilypond-file to lilypond block directly, without going through
9124         begin/end lilypond text.
9125         
9126
9127 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9128
9129         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9130         scm/grob-description.scm: moved Michael's original breathing sign
9131         code in brew_molecule() to divisio_minima(); provided new
9132         brew_molecule() that effectively replaces the
9133         Text_item::brew_molecule callback (with additional fallback to
9134         Michael's original code); added callbacks for brewing divisio
9135         maior/maxima and finalis
9136
9137         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9138         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9139
9140         * script-init.ly: added shortfermata, longfermata,
9141         verylongfermata, varcoda
9142
9143         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9144         longfermata, verylongfermata, varcomma, varcoda
9145
9146 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9147
9148         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9149           Remove all noquote and insert a few quote.
9150         
9151         * Documentation/user/lilypond-book.itely (Music fragment options),
9152           scripts/lilypond-book.py: Don't include quotation blocks by
9153           default. Introduce option quote instead of noquote
9154
9155 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9156
9157         * VERSION: 1.7.15 released
9158         
9159         * Documentation/user/lilypond.tely: omf updates.
9160
9161         * buildscripts/texi2omf.py (omf_vars): include version.date
9162
9163         * make/lilypond.redhat.spec.in: fixes for spec file. 
9164
9165         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9166         by function definition: lily now requires a recent GNU Make.
9167
9168         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9169         writing.
9170
9171         * make/ly-rules.make: remove .ly -> .tex rule
9172
9173         * Documentation/user/refman.itely (Figured bass): revised figured
9174         bass example.
9175
9176 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9177
9178         * stepmake/stepmake/omf-targets.make (local-install): add
9179         scrollkeeper-update message.
9180
9181         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9182         to binary.
9183         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9184
9185         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9186
9187         * Documentation/user/converters.itely (Invoking midi2ly): add
9188         track/channel notice.
9189
9190 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9191
9192         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9193
9194         * lily/parser.yy (scalar): DIGIT is also a scalar.
9195
9196         * Documentation/user/music-glossary.tely: add @omf tags
9197
9198         * Documentation/user/lilypond.tely: add @omf tags
9199
9200         * scm/generate-documentation.scm (string-append): add @omf tags.
9201
9202         * stepmake/stepmake/omf-*: new files 
9203
9204         * input/regression/multi-measure-rest.ly (texidoc): add doco
9205
9206         * GNUmakefile.in (web-doc-install): add web-doc-install target
9207
9208         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9209         fixes crashes while dumping MIDI.
9210
9211         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9212         midi
9213
9214 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9215
9216         * buildscripts/texi2omf.py: new file.
9217
9218         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9219         font-name
9220
9221 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9222
9223         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9224
9225         * lily/sequential-iterator.cc (descend_to_child): call
9226         descend_to_child() for all types of music.
9227
9228 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9229
9230         * scm/translator-property-description.scm: Add
9231         bassFigureFormatFunction.  Replace some entries.
9232
9233 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9234
9235         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9236         clean out.
9237
9238 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9239
9240         * scripts/midi2ly.py (Note.dump): never dump duration for
9241         dump_dur=0.
9242
9243         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9244         new function
9245
9246         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9247         figures using new markups. Much simpler, and should improve layout
9248         a little.
9249
9250         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9251
9252 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9253
9254         * ly/engraver-init.ly: use Hara kiri by default for 
9255         ChordNames, FiguredBass and Lyrics(Voice) context. 
9256
9257         * lily/axis-group-engraver.cc (acknowledge_grob): use
9258         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9259
9260         * scm/new-markup.scm (markup-function-list): add bracket,
9261         vbracket.
9262
9263         * ly/engraver-init.ly (ChordNamesContext): set
9264         minimumVerticalExtent
9265
9266 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9267
9268         * input/test/time-signature-double.ly: new file 
9269
9270         * input/regression/collision-head-chords.ly (texidoc): new file.
9271
9272         * lily/type-swallow-translator.cc: add note swallow translator 
9273
9274         * input/test/time-signature-double.ly: new file.
9275
9276         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9277
9278         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9279         (FiguredBassContext): idem.
9280
9281         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9282
9283         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9284
9285         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9286
9287         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9288         .afm dependency
9289
9290         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9291
9292         * python/lilylib.py (make_page_images): add function.
9293
9294         * scripts/ly2dvi.py (run_latex): include title in preview image.
9295
9296         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9297         from lilypond-book for <ly2dvifile> tags in HTML.
9298
9299         * scripts/ly2dvi.py (option_definitions): add --debug option to
9300         print out environment.
9301
9302         * input/regression/tie-chord-partial.ly: new file.
9303
9304 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9305
9306         * lilypond.words: add 3
9307
9308 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9309
9310         * scm/new-markup.scm (markup-function-list): add finger-markup
9311
9312         * input/tutorial/brahms-tweaked.ly: new markup 
9313
9314         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9315
9316         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9317         crash when processing '() markup
9318
9319         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9320
9321         * lily/breathing-sign.cc (railtracks): another caesura.
9322
9323         * mf/feta-schrift.mf: caesura symbol. 
9324
9325 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9326
9327         * scripts/convert-ly.py (FatalConversionError.conv): add
9328         ly:molecule-XXX conversions.
9329
9330         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9331
9332         * input/regression/multi-measure-rest-text.ly: new file.
9333
9334         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9335         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9336
9337         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9338         ScoreContext
9339
9340         * scm/new-markup.scm (center-markup): \center markup.
9341
9342         * scm/music-functions.scm: remove pitchify scripts.
9343
9344         * lily/music.cc (print_smob): display music name if available 
9345
9346 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9347
9348         * Documentation/user/refman.itely (Instrument names): remove
9349         \turnOff doco.
9350
9351 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9352
9353         * lily/score.cc (mark_smob): bugfix.
9354
9355         * input/regression/rehearsal-mark.ly: new file.
9356
9357         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9358         report error at the current token again.
9359
9360 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9361
9362         * cygwin/mknetrel: Exit if doc build fails.
9363
9364         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9365
9366 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9367
9368         * scm/music-types.scm (music-descriptions): add doc strings
9369
9370 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9371
9372         * lily/lexer.ll: 
9373         * lily/include/my-lily-lexer.hh: 
9374         * lily/include/includable-lexer.hh: Add flex kludge.
9375
9376         * config.hh.in: 
9377         * config.make.in: 
9378         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9379         cruft.
9380         
9381         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9382         code.
9383
9384 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9385
9386         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9387
9388         * lily/parser.yy (new_chord): Compile fix.
9389
9390 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9391
9392         * Documentation/user/refman.itely (Tuning groups of objects):
9393         remove documentation for \turnOff. 
9394
9395         * lily/percent-repeat-engraver.cc (try_music): add correct
9396         processing moments for double-measure percents as well.
9397
9398         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9399
9400         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9401         grob prop type. 
9402
9403         * Documentation/user/refman.itely (Printing named chords): add
9404         chord name tweak doco.
9405
9406         * input/template/gregorian-transcription.ly: new file.
9407
9408 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9409
9410         * VERSION: 1.7.13 released
9411         
9412         * input/test/*: lots of cleanups/comment-outs/removals in chord
9413         examples
9414         
9415         * input/regression/*: lots of cleanups/comment-outs/removals in
9416         chord examples
9417         
9418         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9419         options
9420
9421         * lily/new-chord-name-engraver.cc (process_music): give original
9422         inversion pitch to chord name routine.
9423
9424         * input/tutorial/os-score.ly: update to new markup
9425
9426         * Documentation/user/appendices.itely: simply include
9427         chords-ignatzek. 
9428
9429         * Documentation/user/refman.itely (Chords mode): add documentation
9430         for chord mode.
9431
9432         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9433         not present in chord.
9434         (construct-chord): add inversion and bass support.
9435
9436         * lily/chord.cc: junk contents.
9437
9438 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9439
9440         * Documentation/user/refman.itely:
9441         * Documentation/user/music-glossary.tely: fix. 
9442
9443 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9444
9445         * scm/chord-entry.scm (construct-chord): move chord construction
9446         to Scheme.
9447
9448         * lily/parser.yy (new_chord): new setup for chord entry.
9449
9450 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9451
9452         * lilypond.words:
9453         * Documentation/user/music-glossary.tely: add ambitus.
9454
9455 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9456
9457         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9458
9459         * lily/include/*.hh: string() -> to_string()
9460
9461         * scm/chords-ignatzek.scm: new file.
9462
9463         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9464         standard chord name exceptions.
9465
9466         * scm/translator-property-description.scm (chordNameSeparator):
9467         add property.
9468         (majorSevenSymbol): add property
9469
9470         * lily/translator-scheme.cc (ly:context-properties): new function
9471         (ly:context-parent): new function.
9472         (print_smob): print context name.
9473
9474         * lily/music.cc (ly:get-music-length): new function
9475         (print_smob): don't print properties.
9476
9477         * lily/duration.cc (duration<?): new function
9478
9479         * input/regression/chords-funky-ignatzek.ly: new file.
9480
9481         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9482         jazz chords.
9483
9484         * lily/pitch.cc (ly:pitch-diff): new function.
9485
9486         * input/regression/chords-ignatzek.ly: new file.
9487
9488 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9489
9490         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9491         pitches for jazz chords.
9492
9493 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9494
9495         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9496
9497 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9498
9499         * lilypond.words: add 1
9500
9501 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9502
9503         * Documentation/topdocs/AUTHORS.texi: refine.
9504
9505 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9506
9507         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9508         
9509         * lilypond.words: add one.
9510
9511 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9512
9513         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9514         Fontify bass note in chords, e.g., e in c1/e.
9515         
9516 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9517
9518         * Documentation/user/music-glossary.tely: Dutch updates and
9519         additions (Arent Storm).
9520
9521 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9522
9523         * input/regression/ambitus.ly:  move file.      
9524
9525         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9526
9527         * lily/event.cc (transpose): add tonic property to Key_change_req
9528         and to Key_engraver.
9529
9530 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9531
9532         * Documentation/user/refman.itely: fix typo.
9533
9534         * lilypond.words: removed wrong identifiers.
9535
9536 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9537
9538         * mf/feta-toevallig.mf: make flat stem shorter 
9539
9540 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9541
9542         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9543
9544         * lilypond.words: add from Phrasing slur.
9545         
9546 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9547
9548         * lilypond-mode.el: allow launching multiple ViewPS processes.
9549         
9550         * lilypond.words: add from Text markup.
9551
9552 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9553
9554         * input/test/ossia.ly (texidoc): add comment.
9555
9556         * input/regression/voice-follower.ly: new file.
9557
9558         * mf/feta-toevallig.mf: make flat heavier.
9559
9560         * lily/cluster-engraver.cc: clean up Cluster engraver
9561
9562         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9563         Engraver. Use Note_column to compute Y positions and deal with
9564         line break stuff.
9565
9566 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9567
9568         * lily/stem.cc: move french-beaming to stem.
9569
9570 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9571
9572         * lilypond-font-lock.el: fontify all durations in chords.
9573
9574         * lilypond.words: add from lily/my-lily-lexer.cc
9575
9576 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9577
9578         * VERSION: release 1.7.12
9579
9580         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9581
9582         * lily/gregorian-ligature.cc: new file
9583
9584         * lily/*: the Great 2003 search & replace.
9585
9586         * Documentation/user/refman.itely (Manual repeat commands): add
9587         note about font selection.
9588
9589 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9590
9591         * lilypond-mode.el: propose recompiling midi while invoking playing,
9592         not while stopping playing.
9593
9594 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9595
9596         * lilypond.words: add one.
9597
9598         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9599         and expressional note grouping. Fontify chord modes.
9600
9601 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9602
9603         * Documentation/user/music-glossary.tely (Top): translate melisma.
9604
9605 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9606
9607         * Documentation/user/music-glossary.tely (Top): add melisma.
9608
9609 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9610
9611         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9612         interfaces for (abstract) grob GregorianLigature
9613
9614         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9615         renamed head* -> glyph_name*, x-shift* -> x-offset*
9616
9617         * scm/grob-property-description.scm: bugfix: added missing descriptions
9618
9619 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9620
9621         * input/test/chord-names-dpnj.ly: New file.
9622
9623         * scm/double-plus-new-chord-name.scm: Implement full and partial
9624         exceptions.
9625
9626         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9627
9628         * scm/double-plus-new-chord-name.scm
9629         (double-plus-new-chord->markup): Fix sub->markup.
9630
9631
9632 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9633
9634         * lily/custos-engraver.cc: added TODO; editorial changes
9635
9636         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9637         consistency with other ligature engravers; removed access on (now)
9638         private variable _ligature of Ligature_engraver
9639
9640         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9641         renamed last_bound -> last_bound_; issue programming_error on
9642         abstract method calls; moved primitives code from
9643         Mensural_bracket_engraver to here (because almost ligature
9644         engravers will need it); renamed try_stop_ligature () ->
9645         typeset_ligature (); bugfix: store primitives of finished ligature
9646         in separate variable finished_primitives_ to avoid clash on input
9647         like "\] \["; added current_ligature () to enable access on
9648         private variable _ligature
9649
9650         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9651         (now in super class); renamed try_stop_ligature () ->
9652         typeset_ligature ()
9653
9654         * lily/mensural-ligature.cc: issue programming_error on abstract
9655         method calls
9656
9657         * lily/note-heads-engraver.cc: added TODO comment upon bool
9658         in_ligature
9659
9660         * mf/parmesan-heads.mf: fixed some of set_char_box()
9661
9662         * scm/grob-description.scm: added VaticanaLigature
9663
9664         * scm/grob-property-description.scm: added neume prefix properties
9665
9666         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9667         lily/include/gregorian-ligature-engraver.hh,
9668         lily/include/gregorian-ligature.hh: new files; framework for
9669         gregorian ligature engravers such as vaticana
9670
9671         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9672         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9673         vaticana style ligature implementation (still somewhat uncomplete)
9674
9675 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9676
9677         * VERSION: release 1.7.11
9678
9679         * scripts/convert-ly.py: add ly:pitch-transpose rule
9680
9681 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9682
9683         * input/test/dpncnt.ly: New file.
9684
9685         * lily/my-lily-lexer.cc: Add chordnames keyword.
9686
9687         * lily/parser.yy (chordnames_block): Parse chord name exception
9688         lists, see input/test/dpncnt.ly.
9689
9690         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9691         function.
9692
9693         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9694         filter-out too.
9695
9696         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9697         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9698         pitch functions (except for ly:make-pitch, but that's apparently
9699         some sort of scheme naming standard?).
9700
9701         * scm/lily.scm (!=): define-public.
9702
9703         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9704
9705 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9706
9707         * scm/double-plus-new-chord-name.scm
9708         (double-plus-new-chord-name->markup): New file.
9709
9710 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9711
9712         * python/lilylib.py (make_preview): don't suppress progress for
9713         bbox extraction.
9714
9715 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9716
9717         * Documentation/user/appendices.itely (scheme): update for new syntax.
9718
9719         * input/regression/chord-name-styles.ly: new file
9720
9721         * lily/instrument-name-engraver.cc: create instrument names
9722         without barline too.  Allows instrument name on ChordNames  
9723
9724         * scm/new-markup.scm (interpret-markup): allow simple strings as
9725         markup too.
9726
9727 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9728
9729         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9730         (step->markup-accidental): Fix: add accidental.
9731         (chord::inner-name-american): 
9732         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9733         append stray '/' if last superscript addition was 'o'.
9734
9735         * scm/new-markup.scm (normal-size-sub-markup) 
9736         (normal-size-super-markup): New function.
9737
9738         * lily/source-file.cc (Source_file): Add warning for possibly
9739         intentional but suspicious initialization.
9740
9741         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9742         add comments about cut-and-paste programming.
9743
9744         * flower/rational.cc (lcm): Not used; comment out.
9745
9746 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9747
9748         * lily/new-fingering-engraver.cc (position_scripts): use
9749         fingerHorizontalDirection to determine fingering horizontal
9750         directions.
9751  
9752         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9753         fingering support.
9754
9755         * scripts/convert-ly.py (FatalConversionError.conv): add style
9756         conversion rule. 
9757
9758         * scm/chord-name.scm (set-chord-name-style): new function.
9759         (new-chord-name-brew-molecule): revise to interpret markup only
9760         (new-chord->markup): cleanuppish rewrite. To be called from the
9761         new engraver.
9762
9763         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9764         Markup earlier, during interpreting.
9765
9766         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9767         style settings. Rename to chord-names-*.ly
9768
9769 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9770
9771         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9772         markup code and update to new markup.  Most probably broke some of
9773         it.
9774         
9775 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9776
9777         * Documentation/user/refman.itely: added docu for ambitus and
9778         clusters
9779
9780         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9781         ly_quote_scm() in lookup.cc
9782
9783         * mf/parmesan-clefs.mf: set_char_box fix
9784
9785         * lily/cluster-engraver.cc: junk implicit protection; use
9786         Protected_scm instead
9787
9788 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9789
9790         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9791         throughout.
9792
9793         * scm/new-markup.scm: Turn-off error-triggering test code.
9794
9795 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9796
9797         * scm/new-markup.scm (markup-thrower-typecheck) 
9798         (markup-typecheck?):  add full typechecking functions.
9799         (make-markup-maker): add make-FOO-markup functions.
9800         (markup-argument-list-error): nice error checking messages.
9801         (make-markup): better function: less quoting escapades.
9802
9803 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9804
9805         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9806
9807 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9808
9809         * cygwin/lilypond.hint (requires): Add cygwin.
9810
9811         * .cvsignore: Remove stepmake (huh!?!), add lib.
9812
9813         * GNUmakefile.in: Add libdir links for builddir runs.
9814
9815         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9816         instead of datadir.
9817
9818         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9819         local_lilypond_libdir.
9820
9821         * config.make.in (lilypond_libdir): Add.
9822
9823         * stepmake/stepmake/substitute-rules.make: 
9824         * stepmake/stepmake/script-rules.make: 
9825         * stepmake/stepmake/python-module-rules.make:
9826         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9827         lilypond-python-module patch.
9828
9829 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9830
9831         * Documentation/user/refman.itely (Graphical interfaces): add note
9832         about xml2ly.
9833
9834 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9835
9836         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9837
9838 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9839
9840         * VERSION: released 1.7.10
9841
9842         * scripts/musedata2ly.py (): idem
9843
9844         * scripts/midi2ly.py (dump_chord): idem
9845
9846         * scripts/etf2ly.py (version): idem 
9847
9848         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9849
9850         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9851
9852         * scm/tex.scm (tex-output-expression): remove eval compat
9853         glut. Other output files too.
9854
9855         * scm/chord-name.scm: don't export anything from chord module.
9856
9857         * input/test/american-chords.ly: idem
9858
9859         * input/test/banter-chords.ly (texidoc): idem
9860
9861         * input/test/Cc-chords.ly: add breakage notes.
9862
9863         * Documentation/user/refman.itely (Text markup): rewrite manual
9864         section.
9865
9866         * lily/parser.yy (scalar): allow \markup { } as property value. 
9867
9868         * scm/chord-name.scm: complete new markup usage
9869
9870         * scm/grob-description.scm (all-grob-descriptions): use new markup
9871         texts by default
9872
9873 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9874
9875         * scm/chord-name.scm: partial move to new markup texts.
9876
9877 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9878
9879         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9880
9881         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9882         settable.
9883
9884 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9885
9886         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9887         invoked for old midi, wait for killing.
9888
9889 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9890
9891         * Documentation/user/music-glossary.tely: Finnishing.
9892
9893 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9894
9895         * mf/feta-nummer-code.mf: some kerning pairs.
9896
9897 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9898
9899         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9900         Added.
9901
9902         * Documentation/user/refman.itely (Bar numbers):
9903         set-bar-number-visibility added, modulo-bar-number removed again
9904         (sorry).
9905
9906 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9907
9908         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9909
9910         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9911
9912         * Documentation/user/music-glossary.tely: translate into Finnish.
9913
9914 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9915
9916         * lilypond-mode.el: add shortcut for 2midi
9917
9918         * lilypond-font-lock.el: fontify lyrics
9919
9920 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9921
9922         * scm/drums.scm : use 1.7.x names.
9923
9924         * input/regression/drums.ly : Don't use << chords >>
9925
9926 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9927
9928         * lilypond-mode.el: tidy, add TODO
9929
9930         * make/lilypond.mandrake.spec.in: install-info quietly.
9931
9932 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9933
9934         * input/test/markup.ly: use new syntax.
9935
9936 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9937
9938         * ly/params-init.ly (interscoreline): add word-space
9939
9940         * input/test/metronome.ly (eighthNote): idem.
9941
9942         * input/test/script-priority.ly: use new markup
9943
9944         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9945
9946         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9947
9948         * lily/parser.yy (gen_text_def): bugfix.
9949         (full_markup): allow markup identifier.
9950
9951 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9952
9953         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9954         jobs at the same time. Add horizontal lines to Command menu.
9955         Allow one compiling job -- propose killing others before a new one.
9956
9957         * lilypond.words: add markup, teeny, etc.
9958
9959 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9960
9961         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9962         Allow only one type of midi process; launching Midi either stops
9963         midis or plays the current midi and launching MidiAll stops midis
9964         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9965         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9966
9967 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9968
9969         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9970         markup  for new markup texts.
9971
9972         * lily/mark-engraver.cc (process_music): idem
9973         
9974         * lily/instrument-name-engraver.cc (create_text): idem
9975
9976         * scm/new-markup.scm (magnify-markup): new function.
9977
9978         * scm/molecule.scm (stack-lines): bugfix.
9979
9980         * lily/font-interface.cc (get_font): take font-magnification from
9981         alist chain.
9982
9983 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9984
9985         * lily/molecule-scheme.cc: move scheme functions to separate file.
9986
9987         * lily/font-metric.cc  (ly_get_glyph): new function. 
9988         
9989         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9990         (italic-markup, dynamic-markup): new functions
9991         (font-markup): new function
9992
9993         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9994         padding and minimum
9995
9996 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9997
9998         * lily/accidental-engraver.cc:
9999         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10000
10001 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10002
10003         * lilypond.vim:
10004         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10005         [a-zA-Z] for user defined identifiers. Separate note cases 
10006         with and without a duration (allow cis\longaX).
10007
10008         * lilypond.words: Add words from Info.
10009
10010 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10011
10012         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10013
10014 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10015
10016         * lilypond-mode.el: Propose reverting buffer before a command if
10017         it was edited with an another editor.
10018
10019 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10020
10021         * lily/molecule.cc (ly_translate_molecule): new function
10022
10023         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10024         into libdir
10025
10026         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10027
10028         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10029
10030 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10031
10032         * lilypond.words: take \words from Info-index.
10033
10034 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10035
10036         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10037
10038 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10039
10040         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10041
10042 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10043
10044         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10045         and lilypond-documentation.
10046
10047 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10048
10049         * lily/parser.yy: Compile fix (bison 1.75).
10050
10051 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10052
10053         * VERSION: 1.7.9 released
10054
10055         * scm/music-functions.scm (shift-one-duration-log): refactor.
10056         Use music-map.
10057
10058         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10059
10060         * NEWS: update.
10061
10062         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10063         argument
10064         
10065         * scm/music-functions.scm (display-music): new function
10066         (music-map): change arg order.
10067
10068         * input/regression/new-markup-syntax.scm: new file
10069
10070         * lily/parser.yy (markup): add \markup { .. } syntax.
10071
10072         * scm/new-markup.scm (override-markup): new function
10073         (lookup-markup): new function
10074         (music-markup): new function
10075         (lookup-markup-command): use markup-signature to store argument
10076         format for parser.
10077
10078         * lily/lexer.ll: preliminary \markup syntax. 
10079
10080 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10081
10082         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10083         add pre/post-dependencies and menus with icons from source.
10084
10085         * Documentation/pictures/lilypond-48x48.xpm:
10086         * Documentation/pictures/lilypond-32x32.xpm:
10087         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10088         transparent.
10089
10090         * stepmake/stepmake/generic-targets.make:
10091         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10092
10093 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10094
10095         * input/regression/music-map.ly (texidoc): new file.
10096
10097         * scm/music-functions.scm (music-map): new function
10098
10099 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10100
10101         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10102
10103 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10104
10105         * input/test/to-xml.ly:
10106         * lily/ligature-engraver.cc: Fixes documentation.
10107
10108         * lilypond.mandrake.spec.in:
10109         * lilypond.redhat.spec.in: Add lilypond.words.
10110
10111         * Documentation/user/refman.itely: Mention Info inside emacs.
10112         
10113         * lilypond.suse.spec.in:
10114         * lilypond.redhat.spec.in:
10115         * lilypond.mandrake.spec.in: Set root-owner for doc
10116         (tobbe@nyvalls.se).
10117
10118 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10119
10120         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10121         os.popen.read ().
10122
10123 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10124
10125         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10126
10127         * python/lilylib.py (error): add space
10128
10129 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10130
10131         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10132         distribution.
10133
10134 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10135
10136         * lily/paper-outputter.cc (Paper_outputter): close port when
10137         finishing score.
10138
10139 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10140
10141         * scm/sodipodi.scm: Fixes.
10142
10143 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10144
10145         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10146
10147         * buildscripts/make-font-dir.py: Fix. 
10148
10149 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10150
10151         * lilypond-mode.el: Add support for Info inside Emacs.
10152
10153 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10154
10155         * buildscripts/make-font-dir.py: 
10156         * mf/GNUmakefile: Make sodipodi font map.
10157
10158         * scm/sodipodi.scm: Add more output functions.
10159
10160         * mf/feta-nummer.mf: 
10161         * mf/feta-beugel.mf: Add font_coding_scheme.
10162
10163         * lily/paper-outputter.cc (output_header): Fix creator string.
10164
10165 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10166
10167         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10168         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10169
10170         * lilypond.words: add two (Everybody can add/remove words now!).
10171
10172         * debian/rules:
10173         * make/lilypond.suse.spec.in:
10174         * make/lilypond.mandrake.spec.in:
10175         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10176
10177         * Documentation/user/refman.itely: Mention autocompletion.
10178
10179 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10180
10181         * scripts/ly2dvi.py: Add paper sizes.
10182
10183         * lily/timing-engraver.cc: 
10184         * lily/time-signature.cc: 
10185         * lily/span-bar.cc: 
10186         * lily/grob-scheme.cc: Code formatting fixes.
10187
10188         * scm/sodipodi.scm: 
10189         * scm/sketch.scm:
10190         * buildscripts/mf-to-table.py: 
10191         * buildscripts/make-font-dir.py: Font testing.
10192
10193 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10194
10195         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10196         inserts try-completion and shows all-completions.
10197
10198         * lilypond.words: '\' -> '\\'
10199
10200         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10201         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10202         
10203         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10204         and LilyPond-reserved-words.
10205         
10206 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10207
10208         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10209         from load-path.
10210         
10211         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10212         the mini-buffer with Control-Shift-c.
10213         
10214 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10215
10216         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10217         duration. This fixes \tempo taking time.
10218
10219 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10220
10221         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10222         Allow for text markup in repeatCommands. 
10223
10224 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10225
10226         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10227         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10228         Get rid of skeleton.el-dependency.
10229
10230         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10231
10232 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10233
10234         * lily/beam-engraver.cc (stop_translation_timestep): reset
10235         now_stop_ev_
10236
10237         * lily/scm-option.cc: add parse-protect to ly:set-option
10238
10239         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10240
10241 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10242
10243         * lily/include/ligature-bracket.hh: removed
10244         * lily/ligature-bracket.cc: removed
10245
10246         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10247         .tex
10248
10249         * lily/beam.cc (set_beaming): don't change beam count on rests.
10250         (brew_molecule): always set flag-width > 0.
10251
10252 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10253
10254         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10255         chars, remove instructions; instead, refer to lilypond-init.el and
10256         Documentation/topdocs/INSTALL.texi.
10257
10258         * lilypond.words: add identifiers and reserved words.
10259
10260         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10261         files and adding a load-path.
10262
10263         * lilypond-init.el: Instructions, extracted from 
10264         Documentation/topdocs/INSTALL.texi. 
10265         
10266 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10267
10268         * VERSION: 1.7.8 released 
10269
10270         * lily/grob.cc (warning): better robustness fix.
10271
10272 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10273
10274         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10275
10276         * lily/cluster-engraver.cc: stick better to variable naming
10277         conventions
10278
10279         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10280         until stop_translation_timestep()
10281
10282         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10283         min/max coordinates to backend, but no musical info such as
10284         pitches
10285
10286         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10287
10288         * lily/grob.cc: robustness fix: warning(): do not crash if
10289         cause is not set
10290
10291         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10292         the much more elaborated tuplet brackets than the very naive and
10293         simple ligature bracket grob
10294
10295 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10296
10297         * Documentation/user/refman.itely (Analysis brackets): add
10298         horizontal bracket doco.
10299
10300         * ly/property-init.ly (setMmRestFermata): added.
10301
10302         * Documentation/user/refman.itely (Multi measure rests): fermatas
10303         on mm rests.
10304
10305         * input/regression/apply-context.ly (texidoc): new file
10306
10307         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10308         code to be executed during interpretation. Possible applications:
10309         smart octavation, more advanced bar checks. 
10310
10311         * lily/apply-context-iterator.cc: new file.
10312
10313 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10314
10315         * input/test/new-markup.ly: new file.
10316
10317         * lily/text-item.cc (text_to_molecule): new function
10318
10319         * scm/new-markup.scm (lambda): new file
10320
10321         * lily/function-documentation.cc (ly_add_function_documentation):
10322         add proc property as well
10323
10324 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10325
10326         * Documentation/user/music-glossary.tely (Top): add custos.
10327
10328 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10329
10330         * Documentation/topdocs/INSTALL.texi: advise how to include source
10331         path to Emacs load-path and improve language.
10332
10333 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10334
10335         * GNUmakefile.in: config.h message fix.
10336
10337         * autogen.sh:
10338         * aclocal.m4: Regenerate.
10339
10340         * configure.in: 
10341         * config.make.in: 
10342         * stepmake/config.make.in: 
10343         * stepmake/configure.in: 
10344         * stepmake/autogen.sh: 
10345         * stepmake/aclocal.m4: Update for autoconf 2.56.
10346
10347 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10348
10349         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10350         to install Emacs-mode. Instructions how to use vim-mode.
10351
10352 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10353
10354         * scm/music-types.scm (music-descriptions): no length for tempo event.
10355
10356         * input/*.ly: add \version everywhere.
10357         
10358         * input/*.ly: update syntax to 1.7 + new-chords.
10359
10360         * VERSION: 1.7.7 released.
10361         
10362         * Documentation/user/*.tely: new chord syntax.
10363
10364         * input/regression/[bc]*.ly (texidoc): syntax updates.
10365         
10366 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10367
10368         * lilypond.words: add vocabulary to be used in auto-completion
10369
10370         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10371
10372         * lilypond.vim: allow note name at EOF
10373
10374 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10375
10376         * buildscripts/new-chords.py (edit): -e option: inline editing.
10377
10378         * input/regression/a*.ly (texidoc): syntax updates.
10379
10380         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10381         music): elucidations. 
10382
10383 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10384
10385         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10386         ly/spanners-init.ly, scm/grob-description.scm,
10387         scm/grob-property-description.scm, scm/music-types.scm,
10388         lily/cluster-engraver.cc, lily/cluster.cc,
10389         lily/include/cluster.hh, input/test/cluster.ly: cluster
10390         implementation
10391
10392         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10393         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10394         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10395
10396         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10397
10398         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10399
10400         * scm/grob-description.scm: bugfix: by default, use default note
10401         head style when engraving ligatures
10402
10403         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10404
10405         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10406         events
10407
10408         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10409
10410         * input/test/ancient-font.ly: bugfix: style -> flag-style
10411
10412         * lily/ligature-engraver.cc: indentation fix
10413
10414         * lily/parser.yy: indentation fixes
10415         
10416 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10417
10418         * input/regression/measure-grouping.ly: more elaborate example.
10419
10420         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10421         ly:div-moment. New functions 
10422
10423         * scm/music-functions.scm (set-time-signature): new function,
10424         allow inline time sig settings with measure grouping.
10425
10426         * lily/parser.yy (command_element): move time sig construction
10427         into Scheme.
10428
10429         * lily/side-position-interface.cc (out_of_staff): new function,
10430         like padding, but keep minimum distance from staff. Easier than
10431         linespanners (dynamics, pedals), but roughly the same effect.
10432
10433 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10434
10435         * emacs-mode.el: Added spanish-note-replacements 
10436         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10437
10438         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10439
10440 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10441
10442         * lilypond.vim: Do not fontify cises, desis, etc.
10443
10444         * vimrc: view dvi with <S-F6>
10445
10446 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10447
10448         * lily/lookup.cc (triangle): new function.
10449
10450         * input/regression/measure-grouping.ly (texidoc): new file: show
10451         triangles and brackets for beat groups of 3 and 2.
10452
10453         * lily/include/measure-grouping-spanner.hh (class
10454         Measure_grouping): new file.
10455
10456         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10457
10458         * lily/measure-grouping-engraver.cc (class
10459         Measure_grouping_engraver): new file.
10460
10461 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10462
10463         * Merge from stable:
10464
10465             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10466         
10467         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10468         stylesheet.
10469
10470         * ly/paper19.ly: Include paper19-init.ly.
10471
10472         * ly/paper19-init.ly: New file.
10473
10474         * Documentation/user/tutorial.itely (First steps): Fix first
10475         example for font test.
10476
10477         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10478
10479         * ChangeLog: Add 1.7.6 release marker (see below).
10480
10481         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10482         Add .py files.
10483
10484 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10485
10486         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10487
10488         * input/tutorial/*.ly: update to new syntax.
10489
10490         * lily/parser.yy (Composite_music): new transpose syntax,
10491         \transpose FROM TO MUSIC. 
10492
10493 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10494
10495         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10496         latex progress/error output to stderr (by default this goes to
10497         stdout).  Show lilypond progress, even when not verbose.
10498
10499         * python/lilylib.py (system): New optional parameter to control
10500         showing of progress.
10501
10502         * scm/backend-documentation-lib.scm (check-dangling-properties):
10503         Fix error message.
10504
10505         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10506         axis, extent.
10507
10508         * scm/grob-property-description.scm (magnify): Remove.
10509         (extent, axis): Add.
10510
10511 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10512
10513         * VERSION: Release 1.7.6.
10514
10515         * scripts/convert-ly.py: more uniformization substitutions.
10516
10517         * buildscripts/new-chords.py (sub_chords): new file.
10518
10519 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10520
10521         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10522         lilypond.map.  Include sauter fonts too.  Cleanups.
10523
10524 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10525
10526         * Documentation/user/tutorial.itely (First steps): change to new
10527         chord/tie/slur/beam notation.
10528
10529         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10530         ties.
10531
10532         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10533         engraver. Process ties in postfix notation, i.e. c8-~ c
10534
10535         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10536
10537         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10538
10539         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10540
10541         * lily/beam-engraver.cc (try_music): accept new-beam-events
10542
10543         * input/regression/chord-scripts.ly (texidoc): new file
10544
10545         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10546         script-events.
10547
10548         * scm/script.scm (default-script-alist): cleanup.
10549
10550         * lily/script-engraver.cc (make_script_from_event): cleanup.
10551
10552         * lily/lyric-combine-music-iterator.cc
10553         (Lyric_combine_music_iterator): remove superfluous events.
10554         (melisma_busy): new function. Fix broken melismas.
10555
10556 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10557
10558         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10559         Remove nonvalid settings. Use descriptive key names.
10560         Use <Return> to indicate the pressing of that key.
10561
10562 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10563
10564         * scripts/lilypond-book.py (option_definitions): Typo.
10565
10566         * scripts/ly2dvi.py: Updates.
10567
10568         * python/lilylib.py (setup_environment, print_environment)
10569         (get_bbox, make_preview): Merge and remove from ly2dvi and
10570         lilypond-book.
10571
10572         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10573
10574         * .cvsignore: Remove some cruft.
10575
10576         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10577         path.
10578
10579         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10580         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10581         throughout.
10582
10583         * python/lilylib.py (quiet_system): Junk
10584         (system): Display error log upon failure.
10585         (read_pipe): New function.  Cleanups and fixes.
10586
10587         * python/*.py: Rename from *.py.in.
10588         
10589         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10590
10591         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10592
10593 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10594
10595         * python/GNUmakefile: Bugfix: handle modules.
10596
10597         * stepmake/stepmake/python-module-targets.make (default): Add
10598         compiled modules. 
10599
10600         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10601         compiling modules.
10602
10603         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10604         Bugfix.  (OUT_PYC_MODULES): Add.
10605
10606 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10607
10608         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10609         Use default paths. Refresh description.
10610
10611 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10612
10613         * VERSION: 1.7.5 released
10614
10615         * input/regression/finger-chords.ly (texidoc): new file.
10616
10617         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10618         support
10619
10620         * lily/fingering-engraver.cc (process_music): remove kludgy
10621         scriptHorizontal stuff.
10622
10623         * lily/script.cc: remove staff-support property.
10624
10625         * lily/new-fingering-engraver.cc (add_fingering): new
10626         file. Fingering engraver for new style chords.
10627
10628 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10629
10630         * lily/parser.yy (bare_number): allow 4 \cm (without
10631         decimal dot). (should backport to 1.6?)
10632
10633         * ly/declarations-init.ly: use Scheme for dimension defs.
10634
10635         * lily/parser.yy (TODO): remove hard coded dimensions, add
10636         REAL NUMBER_IDENTIFIER production.
10637
10638         * lily/rest-collision.cc (force_shift_callback): rewrite using
10639         -done property.
10640
10641         * scm/grob-property-description.scm (rest-collision-done): add
10642         property.
10643         
10644         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10645
10646 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10647
10648         * input/regression/multi-measure-rest-center.ly: new file.
10649
10650         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10651         off horizontally by 0.05 ss. Fixed.
10652
10653 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10654
10655         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10656
10657         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10658
10659 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10660
10661         * lily/tie.cc (get_control_points): also avoid staff lines on the
10662         just outside the outer staff lines
10663
10664 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10665
10666         * ly/params-init.ly: Just define style-alist, no need to
10667         define-public.
10668
10669         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10670         (thanks Han-Wen).
10671
10672         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10673         (FET_FILES): = FONT_FILES.
10674
10675         * Merge from stable:
10676
10677             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10678
10679 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10680
10681         * VERSION: 1.7.4 released.  
10682         
10683         * scm/generate-documentation.scm (string-append): add macro
10684         definitions.
10685
10686         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10687         normal texts.
10688
10689         * lily/multi-measure-rest-engraver.cc: make separate
10690         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10691
10692         * lily/multi-measure-rest.cc: remove text handling. Remove
10693         number-threshold.
10694
10695 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10696
10697         * scm/music-types.scm: doc patch by Graham Percival
10698
10699 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10700
10701         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10702         encoding part.
10703         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10704         (sketch_p): Sketch wants only first four elements of X11 font spec.
10705
10706         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10707
10708         * mf/feta-autometric.mf: Write foundry and family to log.
10709
10710         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10711         font translation table.
10712
10713         * buildscripts/mf-to-table.py: Better font info into afm.
10714
10715         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10716         1.0.9 required.
10717
10718         * configure.in: Whine for mftrace 1.0.9.
10719
10720 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10721
10722         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10723
10724         * lily/main.cc (main_prog): don't try to load init.EXT when
10725         processing foo.EXT.
10726
10727 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10728
10729         * scm/tex.scm (zigzig-line): added.
10730
10731         * scm/ps.scm (zigzag-line): added.
10732
10733         * ps/music-drawing-routines.ps (subvec): added.
10734         (draw_zigzag_line): added.
10735         
10736         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10737         grob properties zigzag-width and zigzag-length.
10738
10739         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10740
10741 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10742
10743         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10744         svg output, including font.
10745
10746 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10747
10748         * scm/lily.scm: Register sodipodi output module.
10749
10750         * scm/sodipodi.scm: New file.
10751
10752         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10753
10754         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10755         comment, after header.
10756         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10757         FullName.  Fix FontName key.
10758
10759 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10760
10761         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10762         and breve rests.
10763         
10764         * input/test/blank-notes.ly: bugfix
10765
10766         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10767         rests. (Kim Shrier)
10768
10769         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10770         
10771 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10772
10773         * scm/tex.scm: 
10774         * scm/ps.scm: Cleanup and remove obsolete junk.
10775
10776         * Documentation/user/internals.itely:
10777         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10778
10779         * lily/parser.yy: Identify shift/reduce problems.
10780
10781         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10782         make-style-sheet.  Too specific for convert-ly?
10783
10784 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10785
10786         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10787
10788         * input/test/*.ly: various fixes.
10789
10790         * lily/music.cc (name): bugfix
10791
10792         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10793
10794         * lily/input-file-results.cc (code): set-point-and-click! ->
10795         set-point-and-click
10796         
10797 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10798
10799         * Use uniform ly: prefix for exported scheme primitive functions.
10800
10801         * scm/music-types.scm: junk compat glue
10802
10803         * scripts/convert-ly.py: add rules for stuff below, junk
10804         compatibility glue for spanrequest.
10805
10806         * lily/parser.yy (verbose_event): remove \spanrequest,
10807         \commandspanrequest, \script. 
10808         
10809         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10810
10811         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10812         for \penalty, \glissando.
10813
10814         * VERSION: release 1.7.3
10815         
10816 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10817
10818         * lily/accidental-engraver.cc: Fix
10819         grace-in-the-beginning-of-measure bug caused by the resent
10820         partial-measure fix.
10821
10822         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10823         overlap looks too crowded)
10824         
10825 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10826
10827         * lily/parser.yy (assignment): allow SCM expression as assignment.
10828
10829         * lily/include/music-output-def.hh (class Music_output_def):
10830         * lily/music-output-def.cc: 
10831         * lily/paper-def.cc: 
10832         * scm/font.scm (markup-to-properties):
10833         * lily/parser.yy (music_output_def_body): 
10834         remove style_sheet_
10835
10836 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10837
10838         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10839         length.
10840
10841         * input/regression/spacing-to-grace.ly: new file.
10842
10843         * input/regression/spacing-end-of-line.ly: new file.
10844
10845         * lily/note-spacing.cc (get_spacing): take into account breakable
10846         stuff sticking out at the left (time sig change at line break).
10847
10848         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10849         raggedright code.
10850
10851         * scm/music-functions.scm (make-voice-props-set): add
10852         staff-position for mm rests.
10853  
10854         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10855         before grace notes a little.
10856
10857         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10858
10859         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10860         key adds space at the end of line. 
10861
10862 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10863
10864         * scm/sketch.scm: Fix beams.
10865
10866         * buildscripts/mf-to-table.py: Add EncodingScheme.
10867
10868         * scm/sketch.scm: Resurrect.
10869
10870 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10871
10872         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10873         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10874
10875 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10876
10877         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10878
10879         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10880
10881 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10882
10883         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10884         token for origin information.
10885
10886         * lily/parser.yy (My_lily_lexer): do identifier location and
10887         cloning from lexer.
10888
10889         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10890         logic out of the parser. Add bar checks on both ends.
10891
10892         * Documentation/user/refman.itely (Multi measure rests): add more
10893         notes about mm rests.
10894
10895 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10896
10897         * input/regression/bar-scripts.ly: Re-enable.
10898
10899         * lily/parser.yy:
10900         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10901         released rsn.  Bison 1.50 has a crucial bug and won't work.
10902
10903         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10904
10905
10906 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10907
10908         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10909
10910 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10911
10912         * Actually merge changes since 1.6.4 besides ChangeLog, and
10913         resolve conflicts.  Lots of updates, hope all is well.
10914         
10915         * cygwin/lilypond.hint (requires): Add ghostscript.
10916
10917         * scm: Update some (c).
10918         
10919 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10920
10921         * input/test/{various}.ly: add \header fields and texidoc strings.
10922
10923 2002-10-05  Werner Lemberg  <wl@gnu.org>
10924
10925         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10926         renamed to `output_latex_quoted'.
10927         Added `output_latex_noquote'.
10928         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10929         mode.
10930
10931 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10932
10933         * ChangeLog: Add 1.6.6 release marker.  See below.
10934
10935         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10936
10937         * scripts/midi2ly.py: Fix global syntax warnings.
10938
10939         * GNUmakefile.in: Generate builddir locale tree too.
10940
10941         * scripts/ly2dvi.py:
10942         * scripts/midi2ly.py: 
10943         * scripts/mup2ly.py: 
10944         * scripts/update-lily.py:
10945         * lily/main.cc (setup_paths): Fix for locales setup.
10946
10947 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10948
10949         * Documentation/windows/installing.texi: Soften wording about
10950         necessity of becoming Administrator.  tommie@iae.nl reports this
10951         does not seem to be necessary for his flavour of Windows 2000.
10952         Explicitely discourage text mode mounts.
10953
10954 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10955
10956         * lily/rest.cc (after_line_breaking): backport dot position fix.
10957
10958         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10959         rests. Thanks to Klaus Zimmermann for finding this bug.
10960
10961 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10962
10963         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10964
10965 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10966
10967         * Documentation/user/music-glossary.tely: fix links.
10968
10969 2002-10-21  Werner Lemberg  <wl@gnu.org>
10970
10971         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10972         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10973         scaling factor) only once and use them in the definition of
10974         \embeddedps.
10975         * ps/music-drawing-routines.ps (skeel): Removed.
10976
10977 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10978
10979         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10980         Solaris7, as we don't use nested $( ) constructs.
10981
10982 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10983
10984         * VERSION: Release 1.6.6.
10985         
10986 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10987
10988         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10989         as workaround for /bin/sh problems on Solaris7.
10990
10991 2002-10-19  Werner Lemberg  <wl@gnu.org>
10992
10993         * GNUmakefile.in (web-doc): Fix typos.
10994         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10995         `music-drawing-routines.ps' but emit \special{header=...} once.
10996         * scm/tex.scm (header-end): Updated.
10997
10998 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10999
11000         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11001         undefined tremolo. 
11002
11003 2002-10-15  Werner Lemberg  <wl@gnu.org>
11004
11005         * scripts/lilypond-book.py (g_make_html): New global variable.
11006         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11007         if `g_make_html' isn't set.
11008         [main]: Add format `texi-html'.
11009         (option_definitions): Updated.
11010         * Documentation/user/lilypond-book.itely: Updated.
11011
11012         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11013         * make/ly-rules.make (%.texi, %.nexi): Use it.
11014         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11015         format to lilypond-book.
11016         * GNUmakefile.in (web-doc): Ditto.
11017
11018 2002-10-14  Werner Lemberg  <wl@gnu.org>
11019
11020         Further improve TeX output.  The produced files are about 40%
11021         smaller.  `lilyponddefs.tex' is now read only once.
11022
11023         * tex/lilyponddefs.tex: Remove footer stuff.
11024         (\ifundefined): Renamed to...
11025         (\lilypondundefined): This.  Use LaTeX's definition to
11026         make it nestable and make it global.
11027         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11028         output.
11029         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11030         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11031         them global.
11032         (\placebox): Renamed to...
11033         (\lyitem): This.
11034         Make it global and call \outputscale by itself.
11035         (\lybox, \lyvrule): New macros to reduce input data.
11036         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11037         New auxiliary macros.
11038         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11039         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11040         to...
11041         (\lilypondspace): This and made it global.
11042         (\turnOnPostScript): Renamed to...
11043         (\lilypondpostscript): This and made it global.
11044         (\turnOnExperimentalFeatures): Renamed to...
11045         (\lilypondexperimentalfeatures): This and made it global.
11046         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11047         (\lilypondsetdimen): This and made it global.
11048         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11049         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11050         (all, $(outdir)/music-drawing-routines.ps): New rules.
11051         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11052         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11053         start-system, stop-system, stop-last-system, filledbox): Updated to
11054         use the changed macros from lilyponddefs.tex.
11055         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11056
11057 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11058
11059         * Documentation/windows/installing.texi: Update.
11060
11061 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11062
11063         * VERSION: 1.6.5 released
11064
11065         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11066
11067 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11068
11069         * scm/translator-property-description.scm (voltaOnThisStaff): add
11070         property.
11071
11072 2002-09-28  Werner Lemberg  <wl@gnu.org>
11073
11074         * scm/tex.scm (header-end): Suppress page numbering.
11075
11076         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11077         Fix quotation for HTML output.
11078
11079 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11080         
11081         * Documentation/user/refman.itely: grammar and phrasing
11082           fixes to "Note Entry" section.  Also adds a few new examples.
11083
11084 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11085
11086         * flower/include/string-data.icc: include string.h
11087
11088 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11089
11090         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11091
11092 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11093
11094         * Documentation/user/GNUmakefile (extra-local-help): Add.
11095
11096         * stepmake/stepmake/www-targets.make (local-help): Add.
11097
11098 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11099
11100         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11101         packages.
11102
11103         * Documentation/topdocs/README.texi (Top): building documentation
11104         (not website.)
11105
11106 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11107
11108         * Documentation/user/refman.itely: 
11109         * Documentation/user/tutorial.itely: 
11110         * Documentation/user/music-glossary.tely: Merge changes.
11111
11112         * Documentation/user/glossary.html.in: 
11113         * Documentation/index.texi: 
11114         * Documentation/header.html.in: Accomodate renaming of glossary.
11115         
11116         * Documentation/user/tutorial.itely: Add some glossary references.
11117         
11118         * Documentation/user/refman.itely: Minor fixes.
11119         
11120         * Documentation/user/lilypond.tely: Add glossary do direntry.
11121
11122         * Documentation/user/music-glossary.tely: Rename (previously:
11123         glossary.tely).  Fix anchor placement.
11124
11125         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11126
11127 2002-09-23  Werner Lemberg  <wl@gnu.org>
11128
11129         * scripts/lilypond-book.py (output_dict): Fix handling of
11130         various environments by avoid extraneous newlines.
11131         Rename `output-all' regexp for html to `output-html'.
11132         Replace `output-all' regexp for texi with `output-texi-quote'
11133         and `output-texi-noquote'.
11134         (compose_full_body): Don't override `linewidth' user option
11135         for `singleline'.
11136         (schedule_lilypond_block): Don't indent text specified with
11137         `intertext' option.
11138         Add new option `noquote'.
11139         (compile_all_files): Use latex instead of tex to compile ly
11140         files directly.
11141
11142         * Documentation/user/lilypond-book.itely: Updated and revised.
11143         Improve layout.
11144
11145         * Documentation/user/glossary.tely,
11146         Documentation/user/introduction.itely,
11147         Documentation/user/tutorial.itely,
11148         Documentation/user/refman.itely,
11149         Documentation/user/appendices.itely: Fix overfull LilyPond
11150         boxes caused by the new lilypond-book code.  Other minor
11151         fixes.
11152
11153         * Documentation/user/macros.itexi (@texiflat): Don't emit
11154         trailing space.
11155
11156         * scm/tex.scm (end-output, header-end): Add preamble and
11157         postamble to make lilypond output directly compilable with
11158         latex.
11159
11160         
11161 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11162
11163         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11164         instructions.
11165
11166 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11167
11168         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11169
11170 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11171
11172         * lily/beam.cc (connect_beams): don't crash if there are quarter
11173         notes in beams.
11174
11175 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11176
11177         * Documentation/user/refman.itely: corrected ancient clef
11178         docu; added docu on ligatures
11179
11180 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11181
11182         * Documentation/user/glossary.tely,
11183         Documentation/user/refman.itely, input/les-nereides.ly,
11184         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11185         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11186         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11187         Stem properties: flag-style -> stroke-style, style -> flag-style.
11188
11189
11190 2002-09-22  Werner Lemberg  <wl@gnu.org>
11191
11192         * scripts/lilypond-book.py: Add option `notime' to suppress
11193         printing of a time signature.  Specify default indentation of 0pt
11194         if single line fragment.  Don't emit redundant `\paper{ }'.
11195
11196         * Documentation/user/lilypond-book.itely: Updated.
11197
11198         * Documentation/user/glossary.tely: Completely reformatting.
11199
11200 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11201
11202         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11203
11204 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11205
11206         * Documentation/user/tutorial.itely: Fix links.
11207         
11208         * Documentation/topdocs/index.tely:
11209         * Documentation/index.texi:
11210         * Documentation/header.html.in: Small website fixes and updates.
11211
11212         * debian/: Debian patch by Anthony Fok.
11213
11214 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11215
11216         * Documentation/footer.html.in: How time flies: It's already 2002!
11217
11218         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11219         more descriptive link names than 'here'.
11220
11221 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11222
11223         * VERSION: 1.7.2 released
11224         * VERSION: 1.6.4 released
11225         
11226         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11227
11228         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11229         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11230
11231         * mf/feta-din.mf (test): add x-height and space.
11232
11233         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11234         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11235
11236         * ly/grace-init.ly: add-to-grace-init: function to portably add
11237         settings to \grace. 
11238
11239         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11240         if we get an absolute dynamic event.
11241  
11242         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11243
11244         * lily/source-file.cc (get_line): oops. All line numbers were off
11245         by 2. Fix that. 
11246
11247         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11248         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11249
11250         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11251
11252         * lily/parser.yy (number_factor): remove (number) as number
11253         expression. ("Let them eat Lisp").
11254
11255 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11256
11257         * lily/horizontal-bracket.cc: new file.
11258
11259         * lily/horizontal-bracket-engraver.cc: new file.
11260
11261         * input/regression/note-group-bracket.ly: new file. Support
11262         horizontal note brackets for music analysis.
11263
11264         * lily/stem.cc (flag): new flag-style: no-flag.
11265
11266         * input/test/stem-cross-staff.ly: new file
11267         
11268         * Documentation/user/internals.itely: Improved formatting, fixing
11269         typos.  Added a section `Output details' to describe how the TeX
11270         code looks like.
11271
11272         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11273
11274         * lily/parser.yy: remove \dynamicscript.
11275
11276         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11277         definitions. 
11278
11279         * python/midi.c (midi_error): take two arguments.
11280
11281         * Merge 1.6.5 changes:
11282         
11283 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11284
11285         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11286         staff-space.  Previous 1.5 was probably meant as half-spaces.
11287         (cautionary-style): parentheses (was: smaller).  This is what doco
11288         says, and it seems more logical.
11289
11290         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11291         for 2nd sentence.
11292
11293 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11294
11295         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11296
11297 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11298
11299         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11300
11301 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11302
11303         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11304
11305 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11306
11307         * scm/translator-property-description.scm (voltaOnThisStaff): add
11308         property.
11309
11310 2002-09-28  Werner Lemberg  <wl@gnu.org>
11311
11312         * scm/tex.scm (header-end): Suppress page numbering.
11313
11314         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11315         Fix quotation for HTML output.
11316
11317 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11318         
11319         * Documentation/user/refman.itely: grammar and phrasing
11320           fixes to "Note Entry" section.  Also adds a few new examples.
11321
11322 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11323
11324         * flower/include/string-data.icc: include string.h
11325
11326 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11327
11328         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11329
11330 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11331
11332         * Documentation/user/GNUmakefile (extra-local-help): Add.
11333
11334         * stepmake/stepmake/www-targets.make (local-help): Add.
11335
11336 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11337
11338         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11339         packages.
11340
11341         * Documentation/topdocs/README.texi (Top): building documentation
11342         (not website.)
11343
11344 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11345
11346         * Documentation/user/refman.itely: 
11347         * Documentation/user/tutorial.itely: 
11348         * Documentation/user/music-glossary.tely: Merge changes.
11349
11350         * Documentation/user/glossary.html.in: 
11351         * Documentation/index.texi: 
11352         * Documentation/header.html.in: Accomodate renaming of glossary.
11353         
11354         * Documentation/user/tutorial.itely: Add some glossary references.
11355         
11356         * Documentation/user/refman.itely: Minor fixes.
11357         
11358         * Documentation/user/lilypond.tely: Add glossary do direntry.
11359
11360         * Documentation/user/music-glossary.tely: Rename (previously:
11361         glossary.tely).  Fix anchor placement.
11362
11363         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11364
11365 2002-09-23  Werner Lemberg  <wl@gnu.org>
11366
11367         * scripts/lilypond-book.py (output_dict): Fix handling of
11368         various environments by avoid extraneous newlines.
11369         Rename `output-all' regexp for html to `output-html'.
11370         Replace `output-all' regexp for texi with `output-texi-quote'
11371         and `output-texi-noquote'.
11372         (compose_full_body): Don't override `linewidth' user option
11373         for `singleline'.
11374         (schedule_lilypond_block): Don't indent text specified with
11375         `intertext' option.
11376         Add new option `noquote'.
11377         (compile_all_files): Use latex instead of tex to compile ly
11378         files directly.
11379
11380         * Documentation/user/lilypond-book.itely: Updated and revised.
11381         Improve layout.
11382
11383         * Documentation/user/glossary.tely,
11384         Documentation/user/introduction.itely,
11385         Documentation/user/tutorial.itely,
11386         Documentation/user/refman.itely,
11387         Documentation/user/appendices.itely: Fix overfull LilyPond
11388         boxes caused by the new lilypond-book code.  Other minor
11389         fixes.
11390
11391         * Documentation/user/macros.itexi (@texiflat): Don't emit
11392         trailing space.
11393
11394         * scm/tex.scm (end-output, header-end): Add preamble and
11395         postamble to make lilypond output directly compilable with
11396         latex.
11397
11398         
11399 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11400
11401         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11402         instructions.
11403
11404 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11405
11406         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11407
11408 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11409
11410         * lily/beam.cc (connect_beams): don't crash if there are quarter
11411         notes in beams.
11412
11413 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11414
11415         * Documentation/user/refman.itely: corrected ancient clef
11416         docu; added docu on ligatures
11417
11418 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11419
11420         * Documentation/user/glossary.tely,
11421         Documentation/user/refman.itely, input/les-nereides.ly,
11422         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11423         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11424         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11425         Stem properties: flag-style -> stroke-style, style -> flag-style.
11426
11427 2002-09-22  Werner Lemberg  <wl@gnu.org>
11428
11429         * scripts/lilypond-book.py: Add option `notime' to suppress
11430         printing of a time signature.  Specify default indentation of 0pt
11431         if single line fragment.  Don't emit redundant `\paper{ }'.
11432
11433         * Documentation/user/lilypond-book.itely: Updated.
11434
11435         * Documentation/user/glossary.tely: Completely reformatting.
11436
11437 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11438
11439         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11440
11441 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11442
11443         * Documentation/user/tutorial.itely: Fix links.
11444         
11445         * Documentation/topdocs/index.tely:
11446         * Documentation/index.texi:
11447         * Documentation/header.html.in: Small website fixes and updates.
11448
11449         * debian/: Debian patch by Anthony Fok.
11450
11451 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11452
11453         * Documentation/footer.html.in: How time flies: It's already 2002!
11454
11455         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11456         more descriptive link names than 'here'.
11457
11458 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11459
11460         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11461
11462 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11463
11464         * lily/part-combine-music-iterator.cc (get_state): cleanup
11465         (get_music_info): cleanup.
11466
11467 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11468
11469         * scm/backend-documentation-lib.scm (interface-doc-string):
11470         crosslinks between interfaces and grobs. Headings for interfaces
11471         in grob explanation.
11472
11473 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11474
11475         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11476         dtd).  Add preliminary dtd.
11477         (re-sub-alist): Robustify.
11478
11479 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11480
11481         * lily/include/event-chord-iterator.hh,
11482         lily/context-specced-music-iterator.cc,
11483         lily/event.cc, lily/event-chord-iterator.cc: add
11484
11485 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11486
11487         * lily/: some (c) header fixes.
11488         
11489         * lily/request-chord.cc: Remove.
11490         
11491         * lily/include/event-chord-iterator.hh:
11492         * lily/include/event.hh:
11493         * lily/event-chord.cc: New file.
11494         
11495         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11496         requested.
11497
11498 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11499
11500         * lily/ : rename Request to Event
11501
11502         * lily/parser.yy (command_element): move clef stuff into Scheme.
11503
11504         * lily/:  rename length_mom () to get_length()
11505
11506         * lily/part-combine-music.cc: removed file and class.
11507
11508         * lily/context-specced-music-iterator.cc (class
11509         Context_specced_music_iterator): new file. Obsoletes the
11510         Context_specced_music type.
11511
11512         * scm/music-types.scm (make-repeated-music): put different kinds
11513         of repeated music into music-type table.
11514
11515         * VERSION: 1.7.1 released.
11516
11517         * scm/to-xml.scm: new file.
11518
11519         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11520         new Input representation: dump music as XML.
11521
11522         * scm/engraver-documentation-lib.scm
11523         (engraver-accepts-music-types?): add links from music to engraver,
11524         from music-type to engraver.
11525
11526         * lily/include/command-request.hh: removed
11527         lily/include/musical-request.hh: removed. Removed all _req classes
11528         except Key_change_req. Changes throughout.
11529
11530 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11531
11532         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11533
11534 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11535
11536         * lily/*.cc: specify accepts for many engravers.
11537
11538         * scm/music-documentation-lib.scm: dump music expressions and
11539         music subtypes.
11540
11541         * scm/documentation-lib.scm: complete revision.
11542         Use GOOPS objects to store document tree explicitly. Cleaned up and
11543         sped up doco generation a lot.
11544
11545 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11546
11547         * input/trip.ly (fugaIILeft): add arpeggio
11548
11549         * lily/translator-group.cc (try_music_on_nongroup_children):
11550         oops. The name symbol is in the cdr of the assoc handle.
11551
11552         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11553         Hyphen_req, Glissando_req, Break_req, Mark_req 
11554
11555 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11556
11557         * lily/musical-request.cc (music-duration-length,
11558         music-duration-compress): new functions.
11559
11560         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11561         throughout. Warning doesn't work yet.
11562
11563         * lily/translator-group.cc (try_music_on_nongroup_children):
11564         new implementation: store candidate acceptors in a hashTable.
11565
11566 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11567
11568         * scm/music-types.scm (music-descriptions): change name to
11569         internal-class-name
11570
11571         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11572
11573 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11574
11575         * lily/beam.cc (connect_beams): don't crash if there are quarter
11576         notes in beams.
11577
11578 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11579
11580         * Documentation/user/refman.itely: corrected ancient clef
11581         docu; added docu on ligatures
11582
11583 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11584
11585         * Documentation/user/glossary.tely,
11586         Documentation/user/refman.itely, input/les-nereides.ly,
11587         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11588         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11589         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11590         Stem properties: flag-style -> stroke-style, style -> flag-style.
11591
11592 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11593
11594         * scm/music-functions.scm (music-separator?): don't use name music
11595         property.
11596
11597 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11598
11599         * stepmake/stepmake/generic-targets.make (help): Document check
11600         target.
11601
11602         * lily/new-accidental-engraver.cc: Compile fix.
11603
11604 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11605
11606         * scripts/convert-ly.py: Add rule.
11607
11608         * input/test/music-creation.ly:
11609         * input/test/add-staccato.ly:
11610         * input/test/add-text-script.ly: ly-make-music.
11611
11612         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11613         More ly-make-music renamings.
11614
11615         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11616
11617         * lily/music-constructor.cc (make_music): Add debugging info.
11618
11619         * scm/music-functions.scm (make-simultaneous-music,
11620         (make-sequential-music, context-spec-music):
11621         * scm/music-types.scm (music-descriptions): Get lily to run.
11622
11623 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11624
11625         * lily/command-request.cc (transpose_key_alist): new function.
11626
11627         * lily/key-performer.cc (create_audio_elements): cleanup. 
11628
11629 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11630
11631         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11632
11633         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11634         events-accepted field.
11635
11636         * scm/music-types.scm: new file.
11637
11638         * lily/parser.yy: put music type initialization into scheme,
11639         similar to grob initialization.  Changes throughout.
11640
11641 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11642
11643         * Documentation/user/tutorial.itely: Fix links.
11644         
11645         * Documentation/index.texi: 
11646         * Documentation/header.html.in: 
11647         * Documentation/topdocs/index.tely: Small website fixes and updates.
11648
11649         * debian/: Debian patch by Anthony Fok.
11650
11651 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11652
11653         * Documentation/footer.html.in: How time flies: It's already 2002!
11654
11655         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11656         more descriptive link names than 'here'.
11657
11658         * ROADMAP: Remove test stuff.
11659
11660         * scripts/update-lily.py: Allow auto-building of stable and
11661         development versions.  Bugfixes.
11662
11663 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11664
11665         * VERSION: released 1.7.0
11666
11667         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11668
11669         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11670         positive line widths.
11671
11672 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11673
11674         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11675         go.  Fix comments.
11676
11677         * cygwin: Cygwin updates.
11678
11679 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11680
11681         * Documentation/windows/installing.texi (Top): version for python,
11682         urls for ghostscript (thanks to John Potelle)
11683         
11684         * lily/simultaneous-music-iterator.cc
11685         (Simultaneous_music_iterator): init children_list_ before
11686         triggering GC.
11687
11688         * lily/*-iterator.cc: be even more careful with smobbed copy
11689         constructors. 
11690
11691         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11692         LeftEdge item.
11693
11694 2002-09-15  Werner Lemberg  <wl@gnu.org>
11695
11696         Improving LilyPond's output to make them ordinary TeX boxes with
11697         predictable dimensions.  System boxes are now vertically centered on
11698         the baseline; this offset can be further controlled with
11699         \lilypondscoreshift.
11700
11701         * lily/system.cc (System::post_processing): Pass length of current
11702         system to `start-system' (including any horizontal indentation).
11703
11704         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11705         prettier.
11706         (lily-def): Append `%'.
11707         (start-system): Add parameter `wd'.  Output more TeX code to specify
11708         box dimensions.
11709         (stop-system, stop-last-system): Complement changes in
11710         `start-system'.
11711         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11712         Updated.
11713
11714         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11715         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11716         Write final `\endinput'.
11717
11718         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11719         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11720         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11721         files and macro definitions don't produce spurious spaces and
11722         paragraphs (using \endlinechar).
11723         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11724
11725         * Documentation/user/internals.itely: Improved formatting, fixing
11726         typos.  Added a section `Output details' to describe how the TeX
11727         code looks like.
11728
11729 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11730
11731         * lily/accidental-engraver.cc: Also work with partial measures.
11732
11733 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11734
11735         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11736         spanner.
11737
11738 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11739
11740         * lily/identifier-smob.cc (unpack_identifier): new file.
11741
11742         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11743         pass off scheme expressions as music identifiers.
11744
11745         * scm/lily.scm: reorganisation, cleanups.
11746
11747         * lily/main.cc: small cleanups.
11748
11749 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11750
11751         * lily/ly-module.{cc,hh}: new file.
11752
11753 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11754
11755         * lily/accidental-engraver.cc: Also work with partial measures.
11756
11757 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11758
11759         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11760
11761 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11762
11763         * lily/my-lily-lexer.cc: use SCM module in stead of
11764         Scheme_hash_table. Changes throughout.  
11765
11766 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11767
11768         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11769