]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
[lilypond.git] / ChangeLog
1 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
4         staffsymbol dependency.
5
6         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
7         cleanups.
8
9         * lily/book.cc (process): return Paper_book
10         (to_stencil): use Book::process().
11
12         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
13         header_ field. Store in $globalheader
14
15         * lily/parser.yy (book_body): book header is initted to
16         $globalheader.
17         
18
19 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
20
21         * input/test/fill-a4.ly: removed.
22
23         * lily/parser.yy (output_def): push scope of parent_ Output_def
24         too.
25
26 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
27
28         * scm/output-gnome.scm: Update info.
29
30 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
31
32         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
33
34         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
35         than 1 module.
36
37         * lily/include/ly-module.hh (ly_use_module): rename is_module to
38         ly_c_module_p.
39
40         * scm/page-layout.scm (default-book-title): move Scheme titling
41         functions to here.
42
43         * lily/parser.yy (book_paper_block): remove scope too.
44
45         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
46
47         * lily/rest.cc: add direction to rest properties.
48
49         * lily/include/output-def.hh: new file, move from
50         music-output-def.hh
51
52 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
53
54         * scm/output-gnome.scm: Describe feta-cork hack.
55
56 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
57
58         * lily/include/book-paper-def.hh: derive from Output_def 
59
60         * lily/include/paper-def.hh: move all functionality out of class.
61         Junk header.
62
63         * lily/include/music-output-def.hh: rename Music_output_def to
64         Output_def.
65
66         * input/wilhelmus.ly: only set space for Paper formatting. 
67
68         * lily/include/midi-def.hh: remove file, remove class.
69         Move functions to Music-output-def.
70
71         * lily/music-output-def.cc (Music_output_def): remove separate
72         translator table. Lookup translators in scope directly. This
73         obviates Context suffix for context identifiers, i.e.
74
75         \context {
76           \Staff
77           .. 
78           }
79
80
81         will work.
82         
83
84         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
85
86         * Documentation/user/changing-defaults.itely (Horizontal spacing):
87         document spacing override hack.
88
89 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
90
91         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
92         installation info.  Support point-and-click.  Add +/- zoom
93         keybindings.
94
95 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
96
97         * VERSION: 2.3.2 released
98         
99         * lily/parser.yy (book_body): set default bookpaper.
100
101         * scm/output-tex.scm (header): kludge: hard code linewidth. 
102
103         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
104
105 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
106
107         * lily/score.cc (default_rendering): scale outputdef before
108         starting.
109
110 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
111
112         * scm/fret-diagrams.scm: Add header.
113
114         * scm/output-gnome.scm: Hello world :-)
115
116 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
117
118         * scripts/lilypond.py (run_dvips): only add papersize if present.
119
120         * lily/accidental-engraver.cc (update_local_key_signature): new
121         function, fold code from initialize() and process_music().
122         (update_local_key_signature): use deep copy. This fixes one
123         problem from custom-key-signatures.ly.
124         (number_accidentals_from_sig): tighter check for
125         accidental-too-old.
126
127         * ly/engraver-init.ly: remove localKeySignature
128         definition from ChoirStaff, StaffGroup, Score.
129         
130         * lily/percent-repeat-engraver.cc (try_music): add moments for
131         barlines too. Fixes: skipbars-percent-repeat.ly.
132
133 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
134
135         * lily/context-def.cc (filter_performers): don't go to cdrloc if
136         skipping last pair. Fixes: crash-bar-number.
137
138         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
139         D. Sorensen)
140
141         * input/test/fret-diagram.ly: new file.
142
143         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
144         (scale-paper): divide by scale.
145
146 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
147
148         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
149         case.
150
151 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
152
153         * scm/stencil.scm (fontify-text): reinstate function
154
155         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
156
157         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
158
159         * lily/parser.yy (book_paper_head): \bookpaper {} 
160
161         * python/midi.c: remove config.h
162
163 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
164
165         * scm/output-gnome.scm: Update.
166
167 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
168
169         * scm/output-gnome.scm: New file.
170
171         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
172
173 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
174
175         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
176         (find_scaled_font): move from Paper_def
177
178 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
179
180         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
181         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
182
183         * po/fr.po: update po.
184
185         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
186
187         * lily/book-paper-def.cc (print_smob): new file.
188
189 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
190
191         * buildscripts/lilypond-words.py: search words also from
192         music-functions-init.ly.
193
194 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
195
196         * ly/music-functions-init.ly (def-music-function): new helper
197         macro for defining music functions. \addlyrics \appoggiatura
198         \acciaccatura \grace \partcombine \autochange \applycontext
199         \applyoutput and \breathe are now defined here thanks to it.
200
201         * lily/parser.yy: 
202         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
203         \grace \partcombine \autochange \applycontext \applyoutput and
204         \breathe keywords removed from the parser.
205
206         * lily/parser.yy: 
207         * lily/music-function.cc (ly_make_music_function): 
208         * lily/lexer.ll (music_function_type): added a case for 0-arg
209         music functions.
210
211 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
212
213         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
214         refering to a music expression can be used in lily-inside-scheme:
215         #{ $music #}
216
217         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
218         and ly:parser-define, and change ly:parser-parse-string in order
219         to make #{ $music #} work.
220
221         * scm/new-markup.scm (compile-markup-expression): when an argument
222         is a string, use `make-simple-markup'.
223
224 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
225
226         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
227
228 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
229
230         * scripts/convert-ly.py (FatalConversionError.func): handle + in
231         font-size. (backportme)
232
233 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
234
235         * lily/paper-outputter.cc (output_stencil): dump font definitions
236         before each stencil.
237
238         * lily/include/paper-book.hh (struct Score_lines): new
239         struct. Collect info per Paper-score.
240
241         * lily/include/page.hh (class Page): to_stencil() returns Stencil
242         everywhere.
243
244         * lily/stencil.cc (find_expression_fonts): new function
245
246         * lily/paper-outputter.cc (output_stencil): use
247         interpret_stencil_expr
248
249         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
250         (interpret_stencil_expr): new function. Generic stencil
251         interpretation.
252
253         * lily/paper-def.cc (find_scaled_font): divide lookup
254         magnification by outpuscale for non-virtual fontmetrics. This
255         fixes ludicrously long font definitions for text
256         fonts. (backportme)
257
258         * lily/score-engraver.cc: remove
259         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
260
261 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
262
263         * input/test/markup-score.ly: Remove \notes.
264
265         * lily/parser.yy (book_body): Grok Composite_music and \header.
266         (markup): Push NOTES mode before score_block.
267
268         * VERSION: release 2.3.1
269         
270         * mf/feta-klef.mf: 
271         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
272
273         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
274
275         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
276
277 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
278
279         * scm/output-tex.scm (output-tex-string): tighten safe security.
280
281         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
282
283         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
284         allowed ly functions.
285
286         * lily/ly-module.cc (ly_module_define): only define variable if
287         bound.
288         (ly_make_anonymous_module): take safe option.
289
290 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
291
292         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
293
294 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
295
296         * input/regression/newaddlyrics.ly: Fix.
297
298         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
299         \score \notes.
300
301 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
302
303         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
304
305 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
306
307         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
308
309         * lily/paper-line.cc (Paper_line): don't store list of stencils,
310         but convert to single Stencil immediately.
311
312         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
313
314 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
315
316         * scm/output-sodipodi.scm: Resurrect sodipodi output.
317
318 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
319
320         * elisp/lilypond-mode.el: Changed the way defaults are created for
321         LilyPond-command-master.  LilyPond-mode will now check the
322         timestamps of the files to see which command has to run next.
323
324 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
325
326         * scm/bass-figure.scm (format-bass-figure): don't set
327         number-markup for strings. This fixes string in bass
328         figure. (backportme)
329
330         * lily/parser.yy (bass_number): insert number-markup into figure
331         definition.
332
333         * scm/define-music-properties.scm (all-music-properties): make
334         'figure a markup.
335
336         * scripts/convert-ly.py (conv): \apply -> \applymusic
337
338 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
339
340         * elisp/lilypond-mode.el: changed the order of some commands
341         ("Midi" after "2Midi"), use the user-defined
342         LilyPond-command-default as default instead of "LilyPond"
343
344         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
345         to set the master file for the next command.
346
347         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
348         with font-lock-reference-face.
349
350 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
351
352         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
353
354         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
355
356 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
357
358         * ly/music-functions-init.ly (TODO): new file.
359
360         * lily/parser.yy (Generic_prefix_music_scm): add more
361         music_function symbols.
362         (Prefix_composite_music): change \apply to music-function   
363
364         * lily/include/music-function.hh: rename to music-function
365
366 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
367
368         * lily/music-head.cc (LY_DEFINE): change order of args.
369
370         * input/regression/music-head.ly (texidoc): new file.
371
372         * lily/parser.yy (Generic_prefix_music): allow generic
373         music-transformation functions. 
374
375         * lily/include/music-head.hh (is_music_head): new file.
376
377         * lily/music-head.cc (get_music_head_transform): new file.
378
379 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
380
381         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
382         empty extent. This fixes ottava brackets on rests. (backportme)
383
384         * make/lilypond.redhat.spec.in (Group): ln png files for info.
385
386         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
387
388         * cygwin/lily-wins.py: update for the lily-wins.py script.
389
390 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
391
392         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
393         code. This will obviate typeset_grob () in the future.  The effect
394         of this is that improperly written spanner handling will result in
395         invalid spanner bounds.
396         (announce_grob): add to elems_ from here
397         (typeset_grob): comment out.  
398
399         * lily/include/engraver.hh (make_spanner): new calling interface
400         for make_{item,spanner}. This obviates most calls to
401         announce_grob().
402                 
403         * scm/music-functions.scm (set-accidental-style): use GrandStaff
404         iso. PianoStaff for piano styles.
405
406 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
407
408         * Documentation/user/music-glossary.tely: add segno after d.s.
409
410 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
411
412         * lily/include/audio-column.hh: remove unused variables.
413         (patch by Michael Welsh Duggan)
414
415         * flower/include/axes.hh (other_axis): inline Axes function
416         (thanks to David Brandon).
417
418 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
419
420         * cygwin/mknetrel: Install image links (backportme).
421
422         * Documentation/user/GNUmakefile (local-install-info): Activate
423         actual installing of image links (backportme).
424
425 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
426
427         * Documentation/user/notation.itely (Measure repeats): Removed
428         unnecessary (and confusing) \context Voice{.
429
430 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
431
432         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
433
434         * lily/page.cc (Page): Do not use ly_scheme_function for
435         volatile/configurable variables (FIXME: better name).
436
437         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
438         get_scmvar).
439
440 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
441
442         * scripts/convert-ly.py (FatalConversionError.subst): use
443         \transposition.
444
445 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
446
447         * lily/include/page.hh (class Page): Declare left_margin ().
448
449         * lily/page.cc: Remove paper var caching.
450
451 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
452
453         * Documentation/user/music-glossary.tely: Add name to @top node.
454         Remove comment from @table definitions (workaround for makinfo
455         bug).
456
457         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
458         ly:stencil-get-expr).  Update callers.
459         (ly:stencil-align-to!):  Return stencil too.
460
461         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
462         stencil.  Remove looped line-based page output.
463         (output_line): Use line stencil.  Remove looped stencil-based line
464         output.
465
466         * lily/page.cc (ly:page-paper-lines): New function.
467
468         * input/test/markup-score.ly: New file.
469
470         * scm/define-markup-commands.scm (stencil): New markup.
471
472         * lily/book.cc (to_stencil): New method.
473
474         * lily/parser.yy (markup): Use it to grok \score.
475
476 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
477
478         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
479
480         * lily/paper-book.cc (pages): Change signature.  Update callers.
481
482         * lily/include/page.hh:
483         * lily/page.cc: New file.
484
485         * lily/paper-line.cc (to_stencil): New method.
486         
487         * lily/paper-outputter.cc (output_stencil): New method.
488
489         * lily/paper-outputter.cc (output_line): Use them.
490
491         * lily/warn.cc: Remove.
492
493         * lily/my-lily-parser.cc (distill_inname): Remove.
494
495         * flower/include/file-name.hh: 
496         * flower/file-name.cc: New file.  Update users.
497
498         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
499         (find): New method of same name.
500
501         * lily/my-lily-parser.cc (ly:parse-file): Use it.
502
503         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
504         constant error message.
505
506 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
507
508         * input/test/{blank-notes.ly,staff-container.ly}: typos.
509
510 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
511
512         * Documentation/user/music-glossary.tely: @table @strong' replaced
513         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
514         (backportme).
515
516 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
517
518         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
519
520         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
521         #{ lily music expression #} that returns an equivalent scheme
522         music expression by parsing the string.
523
524 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
525
526         * lily/my-lily-parser.cc:
527         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
528         SCM string (foo.ly/toto.scm support).
529
530 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
531
532         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
533
534 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
535
536         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
537
538         * scripts/lilypond-book.py: LY code that includes \header is
539         not assumed to be a fragment.
540
541 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
542
543         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
544         tremolo beams up.
545
546         * lily/stem.cc (chord_start_y): Return 0 if no heads.
547         (get_default_stem_end_position): No tremolo head juggling if no
548         heads.  Fixes tremolo crash on rests (backportme).
549
550         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
551
552 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
553
554         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
555         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
556
557         * lily/lexer.ll: Allow \encoding in NOTES mode.
558
559         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
560         for lyrics, not for commands.
561
562         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
563         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
564
565         * input/regression/newaddlyrics.ly: New file.
566
567         * Documentation/topdocs/NEWS.texi: Update.
568
569         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
570         (Music_list): Allow embedded scm.
571
572         * lily/score.cc (ly:score-bookify): New function.
573
574         * lily/music.cc (ly:music-scorify): Idem.
575
576         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
577         (ly:parser-print-score): Idem.
578
579         * scm/lily.scm (default-toplevel-book-handler): Idem.
580         (default-toplevel-music-handler): Idem.
581         (default-toplevel-score-handler): Idem.
582
583         * ly/declarations-init.ly: Set default toplevel handlers.
584
585         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
586
587         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
588         printer for score at toplevel.
589
590 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
591
592         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
593         Fix for simple case: input/simple-song.ly, more complex stuff
594         does not work yet.
595
596 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
597
598         * lily/parser.yy (Prefix_composite_music): split Composite_music
599         in Prefix_composite_music and Grouped_music_list.
600         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
601
602 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
603
604         * scm/lily.scm (toplevel-expression): New define.
605
606         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
607
608         * lily/parser.yy (toplevel_expression): Use it.
609
610         * lily/include/my-lily-parser.hh: Smobbify.
611
612         * lily/my-lily-parser.cc (parse_string): New method.
613         
614         * lily/my-lily-parser.cc (ly:parse-string): New function.
615
616         * Documentation/user/lilypond.tely: Add comment and workaround for
617         gs-8.01 crash.  Fixes make web.
618
619         Simplification of toplevel music.
620         
621         * lily/lexer.ll, lily/parser.yy:
622
623         * In LYRICS mode, return LYRICS_STRING.  This fixes one
624         shift/reduce problem.
625
626         * Use NOTES mode at start of maininput.
627
628         * Grok toplevel composite music expression, put in score and book.
629
630         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
631
632         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
633
634         * input/simple.ly: New file.
635         
636         * input/simple-song.ly: Idem.
637
638 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
639
640         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
641         Sandberg.
642
643 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
644
645         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
646
647 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
648
649         * input/regression/accidental-octave.ly: doc automatic showing
650         of note names.
651
652 2004-04-16  Heikki Junes <janneke@gnu.org>
653
654         * po/fi.po: do "make po && make -C po po-update" at top-level,
655         then "cp po/out/fi.po po/fi.po" and update fields.
656
657         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
658
659 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
660
661         * Documentation/user/introduction.itely (About this manual): Fix
662         templates and regression urls (backportme).
663
664 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
665
666         * ly/engraver-init.ly (Score:graceSettings): Increase
667         beamed-lengths, especially for 32nd notes.
668
669         * Documentation/user/notation.itely (Grace notes): Correct the
670         syntax for add-grace-property example.
671
672 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
673
674         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
675         `Generated' tag.
676
677         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
678         Severely broken (the Debian package, at least).
679
680 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
681
682         * lily/context.cc (find_create_context): assign to lvalue.
683
684 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
685
686         * lily/include/translator.hh (class Translator): rename
687         get_parent_context() to context () to avoid confusion.
688
689         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
690
691         * lily/lexer.ll: change is_string -> ly_c_string_p 
692
693         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
694
695         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
696
697         * VERSION: release 2.3.0
698
699         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
700
701         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
702         if nonempty.
703
704         * lily/include/context.hh (class Context): make members protected.
705         (children_contexts): new accessor function.
706
707         * lily/include/translator.hh (class Translator): make
708         daddy_context_ protected.
709         (class Translator): clean up. 
710
711         * lily/include/context.hh (class Context): make daddy_context_
712         private.
713
714         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
715         higher for finding Voice. (backportme)  
716
717         * lily/include/context.hh (class Context): remove
718         find_context_below() as a method.
719
720         * Documentation/user/notation.itely (The Lyrics context): add note
721         about manual durations
722
723         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
724         encoding.
725
726         * scm/output-tex.scm (text): dump \inputencoding{} for text.
727
728 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
729
730         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
731         \usepackage{inputenc}
732
733         * lily/paper-book.cc (classic_output): don't advance Offset for
734         TeX output.
735
736         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
737         ec-sauter.map in rules
738
739         * mf/ecb.mf (font_identifier): new file, based on ecbx
740
741         * mf/ecb10.mf (gensize): new file.
742
743         * Documentation/topdocs/NEWS.texi (Top): document some more new
744         features.
745
746         * ly/declarations-init.ly: run convert-ly
747
748         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
749         from input-file-results. Remove input-file-results.* 
750
751 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
752
753         * scm/output-ps.scm (font-command): Fix, again.
754
755         * input/test/title-markup.ly: Add \noPagebreak test.
756
757         * lily/score-engraver.cc (try_music): Bugfix.
758
759 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
760
761         * lily/main.cc (main_with_guile): excise dependency options -M and
762         --dep-prefix
763
764         * lily/input-file-results.cc: excise Makefile dependency code
765
766         * Documentation/user/invoking.itexi (Invoking the lilypond
767         binary): remove dep doco
768         
769         * lily/main.cc (main_with_guile): call lilypond-main
770         
771         * scm/lily.scm (lilypond-main): new function: handle multiple files.
772
773         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
774         exception.
775
776         * lily/my-lily-parser.cc: remove paper_description function
777
778         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
779         new function.
780
781         * lily/main.cc: remove global_score_count.
782
783         * lily/book.cc (process): don't take header from global_input_file.
784
785         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
786
787         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
788
789         * lily/music-output-def.cc (LY_DEFINE): new function
790         ly_output_description. This function does the bulk for  setting,
791         parsing and breaking down of an input file.
792
793         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
794         anonymous modules globally. Let's hope they get GCd
795
796         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
797
798 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
799
800         * scm/output-ps.scm (header): Papersize from paper.
801
802         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
803         for classic output.
804
805         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
806         lilypondclassic is defined.
807         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
808
809         * input/regression/between-systems.ly: Remove.
810
811         * python/lilylib.py (get_bbox): Fix regular expression
812         for bounding box.
813
814         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
815
816         * scm/output-tex.scm (stop-page): Use it.
817
818         * scm/output-ps.scm (define-fonts): Bugfix.
819
820         * lily/grob.cc: Add penalty to interface.
821
822         * lily/include/paper-line.hh (class Paper_line): New member
823         var penalty_.
824
825         * lily/system.cc (get_line): Initialise Paper_line with
826         page-penalty's from original grobs.
827
828         * scm/define-music-properties.scm (all-music-properties): Add
829         page-penalty.
830
831         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
832
833         * lily/score-engraver.cc (try_music): Handle page-penalty.
834
835         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
836
837 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
838
839         * ly/declarations-init.ly (melismaEnd): typo
840
841         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
842
843         * scm/output-ps.scm (text): split string into spaces, use moveto
844         for setting space. 
845         
846 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
847
848         * po/nl.po: Update.
849
850         * scm/font.scm (add-cmr-fonts): Typo.
851
852 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
853
854         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
855         font-encoding.
856
857         * scm/define-grobs.scm (all-grob-descriptions): idem.
858
859         * lily/time-signature.cc (numbered_time_signature): idem.
860
861         * scm/font.scm (add-cmr-fonts): use real encoding names for
862         font-encoding.
863
864 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
865
866         * lily/paper-book.cc (classic_output): 
867         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
868         Fixes classic output.
869         (lilypondstart):
870         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
871         kludge.
872
873         * scripts/old-lilypond-book.py: Remove.
874
875         Page layout for SCOREs enclosed in a BOOK:
876
877         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
878         layout tweaking.
879
880         * input/les-nereides.ly (theScore): Add \book.
881         
882         * input/test/title-markup.ly: Add \book.
883
884         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
885         only if 'verbose.
886
887         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
888
889         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
890
891         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
892         * scm/output-tex.scm (start-system): Update for page layout by
893         LilyPond.
894
895         * scm/output-ps.scm (start-system): Previously (new-start-system).
896
897         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
898         passed to define-fonts.
899
900         * lily/paper-column.cc: 
901         * lily/system.cc (get_line):
902         * ly/property-init.ly (newpage): 
903         * scm/define-grob-properties.scm:
904         * scm/output-ps.scm: 
905         * scm/output-tex.scm: Remove between-system-string kludge.
906
907         * scm/output-ps.scm (define-fonts, font-command,
908         font-load-encoding): Handle ENCODING = #f.
909
910         * scm/output-tex.scm (output-scopes): Check if variable is bound.
911
912         * scm/define-markup-commands.scm (fill-line): Use
913         make-simple-markup (WAS: unexisting make-word-markup).
914
915         * lily/text-item.cc (interpret_markup): Bugfix, transpose
916         ENCODING, MARKUP parameters for interpret_string.
917
918         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
919
920         * lily/score.cc (book_rendering): New method.
921         (default_rendering): Create Paper_book helper locally, dump
922         output.
923
924         * lily/my-lily-lexer.cc (the_key_tab): Add book.
925
926         * lily/parser.yy: Handle \book.
927
928         * lily/include/book.hh: 
929         * lily/book.cc: New file.
930
931 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
932
933         * lily/text-item.cc (interpret_string): new file, select font with
934         encoding.
935
936         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
937
938         * scm/define-markup-commands.scm (encoded-simple): new markup command.
939
940         * lily/parser.yy (markup): take encoding from lexer.
941
942 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
943
944         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
945
946         * scm/output-ps.scm: Remove some cruft.
947
948 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
949
950         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
951
952         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
953
954 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
955
956         * scm/font.scm (add-century-schoolbook-fonts):
957         (make-century-schoolbook-tree): New function.
958
959         * input/test/title-markup.ly: Use Century Schoolbook font.
960
961 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
962
963         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
964         to Erik Sandberg) 
965
966         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
967
968         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
969
970         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
971
972         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
973
974 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
975
976         * scm/part-combiner.scm (determine-split-list): bugfix: if no
977         solo-state (at end of solo), we can set the solo status
978         too. (backportme.)
979
980         * input/regression/part-combine-solo-end.ly: new file.
981
982 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
983
984         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
985         flavour abc files.  Really ignore unknown keys (backportme).
986
987 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
988
989         * lily/scaled-font-metric.cc (text_dimension): only multiply with
990         magnification_ when looking up in orig_.
991
992         * scm/output-tex.scm (text): switch off char-mapping.
993
994         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
995         because AFM's encoding field cannot have spaces.
996
997 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
998
999         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1000
1001 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1002
1003         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1004
1005         * mf/cmr.enc: new file, without hi-bit ascii info. 
1006
1007         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1008         width. This removes the 'hook' at the end of a long slur.
1009
1010         * buildscripts/mf-to-table.py (parse_logfile): don't append
1011         encoding to fontname.
1012
1013 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1014
1015         * scm/output-ps.scm (define-fonts): Load .enc only once.
1016
1017         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1018         too.
1019
1020 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1021
1022         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1023         encoding field.
1024
1025         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1026
1027         * ly/portuges.ly (pitchnames): new file.
1028
1029         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1030         Michael Welsh Duggan
1031
1032         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1033
1034         * ly/nederlands.ly: add comment about digits.
1035
1036         * lily/scaled-font-metric.cc (derived_mark): idem.
1037
1038         * scm/encoding.scm (make-encoding-mapping): change permutation to
1039         mapping.
1040
1041         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1042         (Modified_font_metric): make alist for coding_description_
1043         (LY_DEFINE): remove coding-name.
1044
1045         * scm/output-tex.scm (text): remove debugging code.
1046
1047         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1048
1049         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1050         from infile.
1051
1052         * mf/feta-generic.mf: move fet_beginfont into generic code.
1053         use fetaMusic (without space) as encoding
1054
1055         * mf/feta-autometric.mf: take encoding argument
1056
1057         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1058
1059         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1060         use.
1061
1062         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1063         name.
1064
1065 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1066
1067         * input/test/title-markup.ly: Set inputencoding.
1068
1069         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1070
1071         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1072
1073         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1074         function.
1075         (coding-alist): Also hold filename, command.
1076         (read-encoding-file): Return symbols.
1077
1078 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1079
1080         * scm/output-tex.scm: remove fontify; text and char take a font
1081         argument.
1082
1083         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1084
1085         * lily/scaled-font-metric.cc (text_dimension): init
1086         coding_{permutation,table}_ too 
1087         (LY_DEFINE): ly:font-encoding, new function return
1088
1089         * lily/paper-def.cc (find_scaled_font): take input coding from
1090         inputcoding paper var.
1091
1092         * lily/performance.cc (output): remap modulo 16.
1093
1094         * lily/text-item.cc (interpret_markup): whoops, variable
1095         shadowing fixed.
1096
1097 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1098
1099         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1100         symbols, not symbols to strings.
1101         
1102         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1103         symbols, not symbols to strings.
1104
1105 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1106
1107         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1108         (ly:kpathsea-gulp-file): New function.
1109
1110         * scm/encoding.scm (read-encoding-file): Use it.
1111
1112 2004-04-06  Werner Lemberg  <wl@gnu.org>
1113
1114         * scm/encoding.scm (coding-alist): Fix typo.
1115
1116 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1117
1118         * lily/scaled-font-metric.cc (text_dimension): move function from
1119         Font_metric
1120         (make_scaled_font_metric): init coding_scheme_ to TeX
1121         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1122
1123         * lily/include/scaled-font-metric.hh (struct
1124         Modified_font_metric): rename from Scaled_font_metric
1125
1126         * scm/encoding.scm (read-encoding-file): split up large function,
1127         leave caching to (delay)
1128
1129         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1130
1131 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1132
1133         * lily/my-lily-lexer.cc (set_encoding): New method.
1134
1135         * lily/lexer.ll: Grok \encoding.
1136
1137         * lily/font-metric.cc (get_encoded_index): New function.
1138
1139         * lily/include/font-metric.hh (coding_scheme): New method.
1140
1141         * scm/encoding.scm: New file.
1142
1143         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1144
1145 2004-04-05  Werner Lemberg  <wl@gnu.org>
1146
1147         * Documentation/user/tutorial.itely: Revised (finished).
1148
1149         * Documentation/user/macros.itexi (@separate): Removed.
1150
1151 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1152
1153         * scm/output-ps.scm (define-fonts): fix scaling.
1154
1155         * lily/scaled-font-metric.cc (design_size): add function.
1156
1157         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1158         partial cut&paste of ly:font-magnification.
1159
1160 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1161
1162         * scm/output-ps.scm (define-fonts):
1163         (fontify): Update.
1164
1165 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1166
1167         * po/fr.po: update. (backportme).
1168
1169         * po/nl.po: update. (backportme). 
1170
1171         * mf/feta-beugel.mf: document why design size is not fixed.
1172
1173         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1174
1175 2004-04-04  Werner Lemberg  <wl@gnu.org>
1176
1177         * Documentation/user/tutorial.itely: Revised (continued).
1178
1179 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1180
1181         * po/nl.po: Update (backportme).
1182
1183 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1184
1185         * po/de.po: update. (backportme).
1186
1187         * scm/output-tex.scm (font-command): use ly: functions to
1188         construct name.
1189         (define-fonts): don't use alist, just dump \font definitions.
1190         (font-load-command): calculate proper scaling by taking
1191         outputscale from paper argument.
1192
1193         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1194         expression.
1195
1196         * lily/paper-outputter.cc (output_header): pass paper arg to
1197         define-fonts
1198
1199         * lily/paper-def.cc (font_descriptions): dump list of
1200         Scaled_font_metrics
1201         (find_scaled_font): take Font_metric argument, store
1202         Scaled_font_metrics in hash-table containing (size ->
1203         Scaled_font_metrics) alist.
1204         (get_dimension): rename from get_realvar
1205
1206         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1207         ly:font-magnification, ly:font-name: new functions
1208
1209 2004-04-03  Werner Lemberg  <wl@gnu.org>
1210
1211         * Documentation/user/dedication.itely,
1212         Documentation/user/preface.itely,
1213         Documentation/user/introduction.itely,
1214         Documentation/user/tutorial.itely: Revised.
1215         Removing leading spaces which distorts output if info files are read
1216         with stand-alone info.
1217         Removing superfluous inter-word spaces which also distorts output
1218         for stand-alone info.
1219         Using ` and ' instead of `` and '' everywhere to improve
1220         legilibility with stand-alone info
1221         Using @samp for single-letter input items and data which contains
1222         spaces, @code for other things.
1223
1224         * lily/grob-interface.cc: Adding copyright.
1225         (check_interfaces_for_property): Improve format of warning message.
1226
1227 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1228
1229         * lily/include/font-metric.hh (struct Font_metric): add
1230         design_size () method.
1231
1232         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1233
1234         * lily/afm.cc (read_afm_file): read design size.
1235
1236         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1237
1238         * scm/music-functions.scm (unfold-repeats): handle dots too.
1239
1240 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1241
1242         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1243         (backportme)
1244
1245 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1246
1247         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1248         lyric indent.  Revert melismaBusyProperties using \unset.
1249
1250 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1251
1252         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1253
1254         * lily/parser.yy (command_element): allow redefinition of |
1255         meaning.
1256
1257         * lily/break-align-engraver.cc (acknowledge_grob): construct
1258         LeftEdge where the first cause for alignment is coming from.
1259         This makes \override Staff.LeftEdge work as expected.
1260
1261         
1262         * lily/slur-performer.cc (Slur_performer): add inits
1263
1264         * lily/beam-performer.cc (Beam_performer): add inits
1265
1266 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1267
1268         * VERSION (PACKAGE_NAME): release 2.2.0
1269
1270         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1271
1272 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1273
1274         * lily/cluster.cc (height): Fix warning.
1275
1276         * lily/parser.yy: Janitorial cleanups.
1277
1278         * Documentation/user/tutorial.itely (Tutorial): Typo.
1279
1280 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1281
1282         * lily/change-iterator.cc (process): search at multiple context
1283         levels. This fixes 
1284
1285         
1286         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1287         not voice-state index for tie state. This fixes a partcombine
1288         problem with ties.
1289
1290         * Documentation/user/tutorial.itely (Commenting input files): add
1291         note about convert-ly.
1292
1293         * input/test/cadenza-skip.ly:  new file.
1294
1295 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1296
1297         * po/nl.po: Spelling fixes.
1298
1299         * autogen.sh (srcdir): Regenerate.
1300
1301         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1302         autogen.sh.
1303
1304         * configure.in: Use C++ to check for C++ header.
1305
1306         * po/nl.po: Update.
1307
1308         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1309
1310         * lily/event.cc (to_relative_octave): Translatable sentence should
1311         be one string.
1312
1313         * python/lilylib.py (warranty): Year range is not translatable.
1314         It's 2004 already!
1315
1316         * flower/warn.cc (non_fatal_error, warning, programming_error):
1317         Remove whitespace from translated string.
1318
1319 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1320
1321         * VERSION: release 2.1.37.
1322
1323 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1324
1325         * configure.in: check for C language.
1326
1327         * lily/source-file.cc: include strstream without h.
1328
1329         * scm/documentation-generate.scm (string-append): use name without
1330         .texi.
1331
1332         * autogen.sh (srcdir): SUSE fix.
1333
1334         * Documentation/user/notation.itely (Ancient clefs): idem.
1335
1336         * Documentation/user/lilypond-book.itely (Integrating HTML and
1337         music): idem.
1338
1339         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1340
1341         * lily/change-iterator.cc (process): use find_existing_context().
1342
1343         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1344
1345         * input/regression/repeat-unfold-tremolo.ly: new file.
1346
1347         * scm/music-functions.scm (unfold-repeats): undo music compression
1348         too.
1349
1350         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1351         (LY_DEFINE): ly:music-compress new function.
1352
1353         * scm/part-combiner.scm (determine-split-list): split for voice
1354         crossings
1355
1356         * input/regression/part-combine-cross.ly: new file.
1357
1358         * scm/part-combiner.scm (make-part-combine-music): don't do
1359         relative inside partcombine arguments.
1360
1361         * scm/music-functions.scm (make-non-relative-music): new function.
1362
1363         * Documentation/user/notation.itely (Automatic part combining):
1364         add note about \relative.
1365
1366         * lily/part-combine-iterator.cc (construct_children): add
1367         start_moment_ member.
1368
1369         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1370         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1371
1372         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1373
1374         * Documentation/user/changing-defaults.itely (Which properties to
1375         change): fixes.
1376
1377 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1378
1379         * po/fr.po: update.
1380
1381 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1382
1383         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1384
1385         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1386         Reinstate old code that issues warning.  Fixes --srcdir build.
1387
1388 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1389
1390         * input/wilhelmus.ly: New file.
1391
1392         * Documentation/user/notation.itely: 
1393         * Documentation/user/introduction.itely:
1394         * Documentation/user/tutorial.itely: Use quote ly-option instead
1395         of explicit @quotation.  This fixes too long lilypond linewidths
1396         resulting in overful hboxes.
1397
1398         * scripts/lilypond-book.py: Add ly-option: `quote'.
1399
1400 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1401
1402         * tex/titledefs.tex: Avoid that the first score line is extra
1403         indented if instrument is defined but not piece.
1404
1405 2004-03-30  Werner Lemberg  <wl@gnu.org>
1406
1407         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1408         `lilypond/' to info file name.
1409         (@usermanref) [info]: New variant.
1410
1411         * scm/documentation-generate.scm: Fix definition of @usermanref
1412         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1413         to info file name.
1414
1415 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1416
1417         * VERSION: release 2.1.36
1418         
1419         * Documentation/user/changing-defaults.itely (Interpretation
1420         contexts): rewrite introduction.
1421
1422 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1423
1424         * scm/define-markup-commands.scm: Use TeX accents instead of
1425         straight iso-8859-1 encoding in the doc string.
1426
1427 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1428
1429         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1430         space after dotted duration.
1431
1432 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1433
1434         * Documentation/user/introduction.itely: 
1435         * Documentation/user/notation.itely:
1436         * Documentation/user/tutorial.itely: Up all relative examples.
1437         Enclose @lilypond displays in @quotation.  Typos and corrections.
1438
1439         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1440
1441 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1442
1443         * scm/music-functions.scm (make-voice-props-revert): Revert also
1444         MultiMeasureRest staff-position in oneVoice.
1445
1446 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1447
1448         * Documentation/user/changing-defaults.itely, 
1449         Documentation/user/lilypond.tely: few fixes. Place no comma between
1450         two options: a and b, but commas between three options: a, b, and c.
1451         By this manner, grouping is possible: a and b, and c and d.
1452
1453 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1454
1455         * Documentation/user/GNUmakefile: add rule for .nexi
1456
1457 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1458
1459         * Documentation/user/music-glossary.tely: move glossary direntry
1460
1461         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1462         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1463
1464 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1465
1466         * stepmake/aclocal.m4: Verify that gettext configure check with
1467         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1468
1469 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1470
1471         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1472         glob.glob for .png filenames. This catches multipage pngs.  
1473
1474         * Documentation/user/changing-defaults.itely (Determining the grob
1475         property): fix references.
1476
1477         * lily/staff-symbol.cc (print): only add extent if non empty.
1478         This fixes staff-container.ly.
1479
1480         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1481         starting with a mmrest also works.
1482
1483         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1484         PNG for texinfo too.
1485
1486         * po/lilypond.pot: update translation strings.
1487
1488         * VERSION: 2.1.35 released
1489         
1490         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1491         context argument too.
1492
1493         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1494
1495         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1496
1497         * python/lilylib.py (command_name): don't return 1st path
1498         component.
1499
1500         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1501         .png case separately.
1502
1503         * python/lilylib.py (system): typo.
1504         
1505 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1506
1507         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1508         run indent-region.
1509
1510         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1511         Fixes compile.
1512
1513         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1514         Add header.
1515
1516 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1517
1518         * vim/lilypond-indent.vim: small fixes.
1519
1520 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1521
1522         * Documentation/user/notation.itely (Entering lyrics): Add example
1523         with correct english double quotes (at least for LaTeX output,
1524         maybe not a good idea if we switch to PS as the default output
1525         format).
1526
1527 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1528
1529         * lily/staff-performer.cc (create_audio_elements): play instrument
1530         changes before notes arrive. This fixes instrument of the first
1531         note in a score.
1532
1533         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1534         to 1.9.0 conversion.
1535
1536         * lily/mark-engraver.cc: doc string.
1537
1538         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1539
1540         * Documentation/user/introduction.itely (Introduction): new node.
1541
1542 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1543
1544         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1545
1546         * input/regression/spacing-ragged-last.ly: new file.
1547
1548         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1549         spacing.
1550
1551         * scm/font.scm: rewrite using GOOPS.
1552         
1553         * lily/context-def.cc (filter_engravers): derefence pointer.
1554
1555         * lily/lily-guile.cc (type_check_assignment): use
1556         ly_scheme_function iso. scm_primitive_eval where possible.
1557
1558         * lily/performance.cc (output): limit channels at 15. This fixes
1559         percussion inadvertently showing up in large scores.
1560
1561 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1562
1563         * input/regression/tuplet-gap.ly: new file.
1564
1565         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1566         (print): compute gap length from number size, include italic
1567         correction.
1568
1569         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1570         tuplet-bracket
1571
1572         * scm/paper.scm (set-default-paper-size): new function, to be
1573         called at toplevel.
1574         (set-paper-size): new function, to be called inside \paper {}
1575         (set-default-paper-size): new function, to be called at toplevel.
1576
1577         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1578
1579         * lily/beam-performer.cc (process_music): idem.
1580
1581         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1582         
1583         * tex/titledefs.tex: remove scshape for piece.
1584
1585         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1586         font-family
1587
1588         * lily/time-signature.cc (special_time_signature): font-encoding
1589         not family.
1590
1591         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1592         dynamic to head. This fixes p placement in morgenlied.
1593
1594 2004-03-23  Werner Lemberg  <wl@gnu.org>
1595
1596         * stepmake/stepmake/generic-targets.make (help): Improve text.
1597
1598 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1599
1600         * VERSION: 2.1.34 released
1601         
1602         * lily/main.cc (main_with_guile): switch debugging.
1603
1604         * lily/system.cc (get_line): plug leak.
1605
1606         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1607         and contents.
1608         (stencil2line): plug leak.
1609
1610         * Documentation/user/changing-defaults.itely (Determining a grob
1611         property):  new node.
1612         (Layout interfaces): new node.
1613         (Navigating the program reference): new node.
1614
1615         * lily/accidental-engraver.cc (acknowledge_grob): add property
1616         harmonicAccidentals
1617
1618         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1619         general cleanups.
1620         
1621         * input/les-nereides.ly (middleDynamics): resurrect Les
1622         nereides. Remove pedal hack.
1623
1624 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1625
1626         * input/regression/property-grace-polyphony.ly: new file.
1627
1628         * lily/translator-property.cc (execute_pushpop_property): only pop
1629         one instance of the property. This fixes << \\ >> together with
1630         \grace.
1631
1632         * lily/break-align-interface.cc (ordered_elements): we cannot
1633         modify the #'elements property, so return reordered array.
1634
1635 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1636
1637         * buildscripts/lilypond.words.py: remove.
1638         * buildscripts/lilypond-words.py: add new, renamed file. 
1639         Give generated targets and dirs explicitly in arguments.
1640
1641         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1642         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1643         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1644         
1645         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1646
1647         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1648
1649         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1650         orders.
1651
1652         * vim/GNUmakefile: add local-uninstall target.
1653
1654         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1655         
1656         * vim/vimrc: add a one-liner file.
1657
1658         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1659         vimrc in EXTRA_DIST_FILES.
1660
1661         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1662
1663 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1664
1665         * config.make.in: add vimdir.
1666
1667         * vim/GNUmakefile: add local-install.
1668
1669 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1670
1671         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1672         with \lilypondifundefined{blabla}. Solves problem with multiple
1673         titles in the same lilypond-book document.
1674
1675 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1676
1677         * scm/document-backend.scm (interface-doc): sort grob list for
1678         interface.
1679
1680         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1681         pre/post break align-order.
1682
1683         * spelling patch courtesy Edward Sutton.
1684
1685         * Documentation/user/changing-defaults.itely (Changing context
1686         default settings): new node.
1687         (Defining new  contexts): new node.
1688
1689         * scripts/lilypond-book.py (is_derived_class): use numbers
1690         iso. booleans.
1691
1692         * python/lilylib.py (make_ps_images): add margin to PS images.
1693
1694         * scripts/lilypond-book.py (is_derived_class): new function. Take
1695         class arg iso. object.
1696         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1697         for bug in GS/dvips.
1698
1699         * lily/text-item.cc (interpret_markup): idem.
1700
1701         * scm/define-markup-commands.scm: remove split around-space hack.
1702
1703         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1704         function, fold WL's fixes into one function.
1705
1706 2004-03-22  Werner Lemberg  <wl@gnu.org>
1707
1708         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1709         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1710         (Note_column::head_position_interval): Do proper rounding for
1711         calls to Staff_symbol_referencer::get_position.
1712
1713 2004-03-21  Werner Lemberg  <wl@gnu.org>
1714
1715         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1716         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1717         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1718         (My_lily_parser::parse_file): Improve formatting progress indication
1719         sent to stdout.
1720
1721 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1722
1723         * VERSION: 2.1.33 released.
1724
1725         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1726
1727         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1728
1729         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1730         warning is issued about dummy.dep.
1731
1732         * scm/new-font.scm: fix design sizes of nummer
1733
1734 2004-03-21  Werner Lemberg  <wl@gnu.org>
1735
1736         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1737         some annoying warnings from mkdir during `make install'.
1738
1739 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1740
1741         * lily/performer-group-performer.cc (do_announces): call
1742         Performer_group_performer::create_audio_elements () too.
1743
1744         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1745
1746         * scm/define-grobs.scm (all-grob-descriptions): add property
1747         break-align-orders
1748
1749         * lily/global-context.cc (get_default_interpreter): new
1750         function. Override from base class, so no new Score contexts are
1751         created.
1752
1753         * lily/include/stencil.hh (class Stencil): document origin field.
1754
1755         * lily/staff-symbol.cc (print): span staff-symbol on column
1756         extents for non-broken columns. 
1757
1758         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1759         key-signature.
1760
1761         * tex/titledefs.tex: don't use smallcaps for piece.
1762
1763         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1764         translated stencils in the output.
1765
1766         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1767
1768 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1769
1770         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1771         and init ties_created_
1772
1773         * VERSION: release 2.1.32
1774
1775         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1776         doc string from IMPLEMENT_CTOR_CALLBACK().
1777
1778         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1779         that engraver is in a performer hierarchy.
1780
1781 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1782
1783         * vim/lilypond-ftdetect.vim: new file.
1784
1785 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1786
1787         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1788         (compose_ly): default octave should be middle C.
1789
1790         * Documentation/user/changing-defaults.itely (Layout tunings
1791         within contexts): new node.
1792
1793         * lily/include/smobs.hh: document C++ smob interface.
1794
1795         * lily/function-documentation.cc: don't doc functions without
1796         docstring.
1797
1798 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1799
1800         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1801         direntry, so that `info lilypond' goes to Top.
1802
1803         * scm/output-ps.scm (polygon): Fix: add spaces.
1804
1805         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1806         solutions are now optimal too.
1807
1808         * input/test/page-breaks.ly: New file.
1809
1810         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1811         functions into safe module.
1812
1813         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1814         end, prepend zeros.
1815
1816         * scm/output-*.scm: Use ly:number->string rather than
1817         number->string.  Makes for saner output.
1818
1819         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1820         Fixes feta-nummer, feta-din scaling.
1821
1822 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1823
1824         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1825
1826         * scm/music-functions.scm (descend-to-context): new
1827         function. Similar to context-spec-music.
1828         (make-time-signature-set): specify Score as descend-only. This
1829         fixes the polymetric.ly example.
1830
1831         * lily/context-specced-music-iterator.cc (construct_children): add
1832         support for descend-only context spec.
1833
1834         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1835         determine ez-notation letter. 
1836
1837         * lily/system.cc (get_line): start with dumping layer 3. This
1838         fixes ez notation.
1839
1840 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1841
1842         * input/test/title-markup.ly: Stress breaking harder.
1843
1844         * scm/page-layout.scm (height-score): Overfull page scores twice
1845         as bad as underfull (was: by a power).
1846         (walk-lines): Omit first walk-path round (breaking after new node,
1847         without lines).
1848
1849         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1850         diff values are negative.
1851         (output): Bugfix: treat negative vfill differently.
1852
1853         * Documentation/user/lilypond.tely (direntry): Add note about why
1854         `info lilypond' brings up `Invoking LilyPond' node.
1855
1856 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1857
1858         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1859
1860         * lily/paper-book.cc: Remove cruft.
1861         (output): Bugfix: put vfill between lines.
1862         (pages): Bugfix: set page vars needed for filling.
1863
1864         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1865         (was: @ar).
1866
1867         * scm/page-layout.scm: Further development.
1868
1869         * ly/declarations-init.ly (paper): Define page-breaking.
1870
1871 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1872
1873         * lily/note-head.cc (brew_ez_stencil): add note-names
1874         property. Provides internationalization for note names.
1875
1876         * Documentation/user/changing-defaults.itely (Creating contexts):
1877         new node.
1878
1879         * lily/grace-iterator.cc (process): descend to child for \grace.
1880
1881         * lily/timing-translator.cc (initialize): Timing_translator adds
1882         Timing alias by itself.
1883
1884         * lily/context.cc (add_alias): new function.
1885
1886         * scm/lily.scm (tex-output-expression): new function, eval within
1887         drawing API. Guards against eval vulnerabilities.
1888
1889         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1890
1891         * scm/output-ps.scm (scm): export lily drawing API.
1892
1893         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1894         throughout.
1895
1896 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1897
1898         * scm/page-layout.scm (optimal-page-breaking): New function.
1899         
1900         * lily/paper-book.cc (pages): Use it.
1901
1902 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1903
1904         * lily/include/paper-line.hh (class Paper_line): Full smob.
1905
1906 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1907
1908         * lily/global-context.cc (run_iterator_on_me): fix grace note
1909         nesting by initting measurePosition.
1910
1911         * lily/timing-translator.cc (initialize): do no init
1912         measurePosition
1913         
1914         * lily/include/music-output-def.hh (class Music_output_def): add
1915         input_origin_ field.
1916
1917         * Documentation/user/changing-defaults.itely (Changing context
1918         properties on the fly): new node.
1919
1920         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1921         function. Only have smobbed_copy (), and do not provide
1922         smobbed_copy() for non-simple smobs. Changes throughout.
1923
1924 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1925
1926         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1927         start_moment_. Fix by Doug A. Linhardt.
1928
1929 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1930
1931         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1932         accidentals for harmonic notes.
1933
1934         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1935         of different style. (Thanks to Doug Linhardt).
1936
1937         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1938         new node.
1939
1940 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1941
1942         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1943
1944         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1945         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1946         vim/lilypond-indent.vim: doc targets and deps in comments.
1947
1948 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1949
1950         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1951
1952         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1953
1954         * lily/include/paper-line.hh:
1955         * lily/include/paper-line.cc: New file.
1956
1957 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1958
1959         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1960
1961         * GNUmakefile.in: remove stray make out=www
1962
1963         * input/test/bagpipe.ly (gcdg): octave fixes.
1964
1965         * scm/define-markup-commands.scm (number): use font-encoding
1966         iso. font-family
1967
1968         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1969         font-encoding.
1970         
1971 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1972
1973         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1974         `output_format_global' and `PAGE_LAYOUT'.
1975
1976 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1977
1978         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1979         lily functions in safe mode.
1980
1981         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1982         Print filename for HTML, LATEX, before texidoc.
1983
1984         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1985         instructions in output-ps module.
1986
1987         * scm/lily.scm: Do not load output-ps module.
1988
1989         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1990         safe mode.
1991
1992 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1993
1994         * lily/span-dynamic-performer.cc (process_music): remove spurious
1995         warning.
1996
1997         * lily/context-def.cc (Context_def): init name to ""
1998
1999         * lily/font-interface.cc: add font-encoding property.
2000
2001         * scm/lily.scm (chain-assoc-get): bugfix.
2002
2003         * lily/paper-book.cc (stencil2line): protect static SCM.
2004
2005         * lily/font-interface.cc (text_font_alist_chain): rename function,
2006         and use text-font-defaults. 
2007
2008         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2009
2010         * scm/paper.scm (paper-set-staff-size): use new function.
2011
2012         * scm/new-font.scm (make-font-tree): new function.
2013
2014 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2015
2016         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2017
2018         * scm/lily.scm (get-output-module): New function.
2019         (output-alist): Remove ,ps-output-expression.
2020
2021         * scm/output-tex.scm (ps-output-expression): New function.
2022
2023         * scm/output-ps.scm (ps-output-expression): Remove.
2024         (header, start-page): Output page metadata.
2025
2026         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2027         initialise output_module_.  Do not write part of header.
2028         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2029         (output_header): Output full header.
2030
2031         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2032         FIXME.
2033
2034 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2035
2036         * scm/new-font.scm: new file. Tree based font lookup.
2037
2038         * scm/lily.scm (assoc-get): take default argument. Remove
2039         assoc-get-default.
2040         (chain-assoc-get): use chain-assoc-get everywhere.
2041
2042         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2043         autobeamsettings conversion bug.
2044
2045         * lily/include/global-context.hh (Context): clean-up data hiding.
2046
2047         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2048         data hiding.
2049
2050         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2051
2052         * input/regression/stem-shorten.ly: add chord case.
2053
2054         * lily/stem.cc (get_default_stem_end_position): shorten stems
2055         triggered by note-head positions, not by forced-direction. This
2056         fixes a bug with too short stems.  
2057  
2058 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2059
2060         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2061         Lilypond_snippet.output_latex): Always call output_print_filename.
2062
2063         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2064         expand pages.
2065
2066 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2067
2068         * scm/part-combiner.scm (make-autochange-music): switch rests
2069         before switched notes too.
2070
2071         * lily/figured-bass-engraver.cc (process_music): change calling
2072         convention.
2073
2074         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2075
2076         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2077         command.
2078
2079         * lily/include/stencil.hh (class Stencil): add origin field.
2080
2081         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2082         function.
2083
2084         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2085
2086         * lily/lexer.ll: remove support for \$ and $ in identifiers
2087
2088         * lily/sequential-iterator.cc: remove copy_grace_fixups
2089         (get_grace_fixup): slight abstraction of fixup code.
2090
2091         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2092
2093 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2094
2095         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2096         in insert-mode. add indenting rules.
2097
2098 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2099
2100         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2101         protect hack.
2102
2103         * scm/page-layout.scm:
2104         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2105         layout and titling should now match external latex based version.
2106
2107         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2108         header fields.
2109
2110         * ps/lilyponddefs.ps: Remove automatic page layout.
2111
2112         * scm/output-ps.scm (new-start-system): New interface function.
2113
2114         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2115
2116         * lily/paper-book.cc (output): Bugfix.
2117
2118 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2119
2120         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2121         
2122 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2123
2124         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2125         direntries.
2126
2127         * ps/lilyponddefs.ps: Bugfix.
2128
2129         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2130
2131 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2132
2133         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2134         cause. This should fix warnings.
2135
2136         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2137
2138         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2139         prevent aligned 6ths.
2140
2141         * lily/custos.cc (print): remove adjust-if-on-staffline.
2142
2143 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2144
2145         * lily/paper-book.cc: Do header and footer.
2146
2147 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2148
2149         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2150
2151         * scm/paper.scm (lineheight): Remove
2152         (head-sep, foot-sep): Add.
2153
2154 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2155
2156         * mf/feta-schrift.mf: reduce portato thickness.
2157
2158         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2159
2160         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2161         programming_error ().
2162
2163         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2164         bracket to last command column.
2165
2166         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2167         continues on next/prev system.
2168
2169         * input/regression/pedal-end.ly: new file.
2170
2171 2004-03-10  Werner Lemberg  <wl@gnu.org>
2172
2173         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2174         Remove pmx2ly stuff.
2175         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2176
2177 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2178
2179         * scm/page-layout.scm: New file.
2180
2181         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2182         settings.
2183         (Lilypond_snippet.is_outdated): Also check for PNG file.
2184         Workaround for interrupted (web) builds.
2185
2186         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2187
2188         * ps/lilyponddefs.ps: Use only very small top-marging.
2189         (init-paper): Also pop page size string.
2190         (start-page, stop-page): New function.
2191
2192         * scm/output-ps.scm (header-end): Remove stray exec commands.
2193
2194 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2195
2196         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2197
2198         * lily/score.cc (default_rendering): clean protection.
2199
2200         * lily/paper-book.cc (mark_smob): implement smob marking.
2201
2202         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2203
2204         * Documentation/user/*.itely: user manual edits. 
2205
2206 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2207
2208         * Documentation/user/converters.itely (Invoking musedata2ly):
2209         remove pmx2ly.
2210
2211         * scripts/pmx2ly: remove script.
2212         
2213 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2214
2215         * lily/score.cc (default_rendering): Protect paper-book members.
2216
2217         * lily/paper-def.cc (smobbed_copy): New method.
2218
2219         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2220         switch runtime.
2221
2222         * lily/include/music-output.hh (process): Change signature to
2223         return SCM.
2224
2225         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2226         method.
2227
2228         * lily/paper-score.cc (process): Return stencils rather than
2229         outputting directly.  Remove paper-book kludge.  Delete grobs.
2230         (output): Remove.
2231
2232         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2233
2234         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2235
2236         * lily/score.cc (default_rendering)
2237         (ly_render_output): Move adding paper-score two levels up.
2238
2239         * lily/system.cc (get_line):
2240         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2241
2242 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2243
2244         * scm/font.scm (paper20-font-vector): add more design sizes for
2245         number.
2246
2247         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2248         feta-nummber{5,7,11,13}.
2249
2250         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2251         for 12pt design size. 
2252
2253 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2254
2255         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2256
2257 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2258
2259         * lily/font-select.cc (properties_to_font_size_family): Fix
2260         warning message.
2261
2262         * Experimental PostScript latin1 encoding:
2263         
2264         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2265
2266         * scm/output-ps.scm: Experimental encoding using reencode-font.
2267         * scm/font.scm: Add latin1 `font-shape'.
2268         
2269         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2270
2271         * ps/lilyponddefs.ps (reencode-font): New function.
2272
2273         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2274
2275         * scm/output-tex.scm (start-page):
2276         (stop-page): New interface function.
2277
2278 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2279
2280         * lily/paper-outputter.cc (output_expr):
2281         (output_header):
2282         (output_line): New method.
2283
2284         * lily/system.cc (get_line):
2285         (get_lines): New method.
2286         (output_scheme):
2287         (output_line): Remove.
2288
2289         * scm/lily.scm (make-title): New function.
2290
2291         * lily/paper-book.cc: 
2292         * lily/include/paper-book.hh: New file.
2293
2294         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2295         ly-modules.hh).
2296
2297         * lily/ly-module.cc (ly_modules_lookup): New function.
2298
2299         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2300
2301         * scm/output-ps.scm (make-title): Remove.
2302         (output-scopes): Junk header-title test.
2303
2304 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2305
2306         * mf/feta-schrift.mf: thicker dot for portato.
2307
2308         * lily/accidental-placement.cc (position_accidentals): bugfix in
2309         offset, this fixes right-padding of AccidentalPlacement.
2310
2311         * lily/[h-z]*.cc: () formatting.
2312
2313         * Documentation/user/tutorial.itely (An orchestral part): more
2314         fixes for the tutorial.
2315
2316         * scm/translation-functions.scm (fraction-tuplet-formatter):
2317         reverse fraction.
2318
2319         * lily/parser.yy (context_def_spec_block): use \context instead of
2320         \translator.
2321
2322         * lily/[a-g].cc: () style cleanup.
2323
2324         * Documentation/user/tutorial.itely (Automatic and manual beams):
2325         editing of tutorial.
2326
2327 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2328
2329         * buildscripts/mf-to-table.py (base): write encoding name.
2330
2331 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2332
2333         * Documentation/user/GNUmakefile (local-install-info): Issue
2334         warning (for packager, ie, if not installing in /usr or /usr/local).
2335
2336         * lily/stencil-scheme.cc: 
2337         * lily/staff-symbol-referencer.cc: 
2338         * lily/script-column.cc: 
2339         * lily/pitch.cc: 
2340         * lily/music.cc: 
2341         * lily/grob-pq-engraver.cc: 
2342         * lily/font-interface.cc: 
2343         * lily/music-output-def.cc: 
2344         * lily/duration.cc: 
2345         * lily/grob-scheme.cc:
2346         * lily/context-scheme.cc: Put scheme name on first line in
2347         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2348         style cleanups.
2349
2350         * stepmake/stepmake/scm-vars.make: 
2351         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2352         Rename and split TAGS_FILES.
2353
2354         * GNUmakefile.in (ALL-TAGS): Remove.
2355         
2356         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2357         deeper TAGS files.  Fixes regexp tags in TOP dir.
2358
2359 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2360
2361         * VERSION: 2.1.29 released.
2362         
2363         * Documentation/user/changing-defaults.itely (Changing defaults):
2364         new file.
2365
2366         * Documentation/user/notation.itely (Notation manual): rename from 
2367         refman.itely
2368
2369         * Documentation/user/notation-appendices.itely (The Feta font):
2370         new file.
2371
2372         * Documentation/user/advanced.itely: add aborted attempt for
2373         advanced topics manual.
2374
2375 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2376
2377         * scm/new-markup.scm: display Markups in sane format. Patch by
2378         Nicolas Sceaux.
2379
2380 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2381
2382         * lily/main.cc: Cleanups.
2383         (setup_localisation): New function.
2384         (sane_putenv): Remove.
2385         (main_with_guile): New name (Was: main_prog).  Remove musings
2386         about possible preparation for GUILE heavy memory usage and
2387         practical uselessness.  Do not set environment variables
2388         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2389         name juggling.
2390         (parse_argv): New function.
2391         (copyright): New function.  It's 2004 already.
2392
2393         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2394         (distill_inname): Move from main.
2395
2396 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2397
2398         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2399
2400         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2401
2402         * Documentation/user/running.itely: new file.
2403
2404         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2405
2406         * lily/score-performer.cc (finish): call Translator::finalize ().
2407
2408 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2409
2410         * lilypond-ftpplugin.vim: renamed to the following file.
2411         * lilypond-ftplugin.vim: new file.
2412
2413         * GNUmakefile.in: update VIM_FILES.
2414
2415 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2416
2417         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2418         props.
2419
2420         * input/test/tie-sparse.ly: remove.
2421
2422         * lily/tie-performer.cc (try_music): copy & paste from
2423         Tie_engraver.
2424
2425         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2426         variable_ref twice.
2427
2428         * lily/key-performer.cc (create_audio_elements): use
2429         alterations-in-key.
2430
2431         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2432
2433 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2434
2435         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2436         handle also quarter tones (not shown as tests). test also flats.
2437
2438         * Documentation/index.html.in: small fixes.
2439
2440 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2441
2442         * input/regression/new-markup-scheme.ly: Typo.
2443
2444         * scm/define-markup-commands.scm (fill-line): New markup.
2445
2446         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2447         (output-paper-def): Fix alignment.
2448         (make-title): Fix height/width scaling.
2449
2450         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2451
2452         * input/test/title-markup.ly: Add remaining titles.  Layout and
2453         font size fixes.  Add simplistic latin1 test.
2454
2455 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2456
2457         * input/test/nested-groups.ly: remove. move content (to next). 
2458         * input/test/staff-bracket.ly: replace content (from prev), this 
2459         has been already in templates.
2460
2461 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2462
2463         * stepmake/autogen.sh: Only issue warning about running configure
2464         without arguments when autogen.sh will actually be running
2465         configure.
2466
2467 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2468
2469         * scm/new-markup.scm (stack-stencil-line): robustness.
2470
2471         * scm/define-markup-commands.scm (simple): robustification of
2472         simple-markup.
2473
2474         * Documentation/user/music-glossary.tely (Top): change central C
2475         to middle C.
2476
2477         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2478
2479 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2480
2481         * input/test/title-markup.ly (spaceTest): Add.
2482
2483         * lily/text-item.cc (interpret_markup): Make line markup from
2484         multi word markup.
2485
2486         * scm/define-markup-commands.scm (word): New markup command.
2487         (simple): Use it.
2488
2489         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2490
2491 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2492
2493         * vim/ftplugin/lilypond.vim:
2494         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2495         show matching paren in insert mode.
2496
2497 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2498
2499         * scm/output-ps.scm (make-title, output-scopes): Further
2500         development.
2501
2502         * input/test/title-markup.ly: New file.
2503
2504         * ps/lilyponddefs.ps: Disable PostScript titling.
2505
2506         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2507
2508 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2509
2510         * lily/arpeggio.cc (width_callback): remove padding.
2511  
2512         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2513
2514         * scm/define-music-types.scm: remove make-music-by-name.
2515
2516         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2517
2518 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2519
2520         * lily/paper-score.cc (process): Output titles using make-title.
2521
2522         * scm/output-ps.scm (output-stencil): Display directly instead of
2523         constructing string.
2524         (make-title): New function.
2525
2526 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2527
2528         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2529         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2530         Move documentation of LaTeX packages for latin1 characters to the
2531         lilypond-book manual.
2532
2533 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2534
2535         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2536
2537         * vimrc: add menu in console and shortcut <F10> for it.
2538
2539         * vim/:
2540         * vim/compiler/:
2541         * vim/syntax/:
2542         * vim/indent/:
2543         * vim/ftplugin/: new directories.
2544         
2545         * vim/filetype.vim: new file.
2546
2547         * lilypond.vim: remove files (see next).
2548         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2549
2550         * vimrc: remove file (see next).
2551         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2552
2553         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2554         add header. apply bindings only locally.
2555
2556         * vim/indent/lilypond.vim: new file.
2557
2558         * vim/ftplugin/lilypond.vim: remove errorformat.
2559         * vim/compiler/lilypond.vim: new file for errorformats.
2560
2561         * Documentation/topdocs/INSTALL.texi: give easier orders.
2562
2563         * ROADMAP: add vim/
2564
2565 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2566
2567         * Documentation/user/introduction.itely (Introduction): Use @image
2568         iso @html <img...>.  Add workaround for images in columns in info.
2569
2570         * stepmake/aclocal.m4: Store computed version in variable.
2571
2572         * configure.in: Export MAKEINFO_VERSION.
2573
2574         * config.make.in (MAKEINFO_VERSION): Add.
2575
2576         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2577
2578         * Documentation/user/GNUmakefile: Only build info with images when
2579         building web.
2580
2581         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2582
2583         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2584         stuff from documentation-targets.make
2585
2586 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2587
2588         * VERSION: 2.1.28 released
2589         
2590         * scripts/convert-ly.py (conv): 
2591
2592 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2593
2594         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2595         \arpeggioBoth. redefine \arpeggioBracket.
2596
2597         * Documentation/user/refman.itely: document new arpeggio
2598         functions.
2599
2600         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2601
2602         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2603
2604         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2605
2606 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2607
2608         * Documentation/user/introduction.itely (Automated engraving):
2609         rewrite introduction using website text.
2610
2611 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2612
2613         * scm/*.scm: make-music-by-name is replaced by make-music, which
2614         also accept music property settings, eg:
2615           (make-music 'TextScriptEvent 'direction DOWN 'text
2616               (make-simple-markup x))
2617
2618         Patch courtesy Nicolas Sceaux
2619
2620         * lily/beam-quanting.cc: cleanup, separate counts for left and
2621         right beam ends.
2622
2623         * lily/side-position-interface.cc (quantised_position): also
2624         quantize staccato position for forced stem directions. 
2625
2626 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2627
2628         * scm/*.scm: Patch by Nicolas Sceaux: 
2629
2630         * scm/music-functions.scm: ly:grob-property and ly:music-property
2631         are made procedure with setters.
2632
2633         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2634         
2635 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2636
2637         * input/test/[t-v]*.ly: finish rewriting texidocs.
2638
2639         * input/test/vaticana.ly: remove.
2640         * input/test/ligature-vaticana.ly: new, renamed file name.
2641
2642         * input/test/stem-centered.ly: remove.
2643         * input/test/mensural-note-heads.ly: new file. take content from
2644         removed file stem-centered.ly.
2645
2646         * input/test/scales-greek.ly: simplify.
2647
2648         * input/test/s*.ly: reformulate texidocs.
2649         
2650         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2651         of missing features.
2652
2653 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2654
2655         * input/test/[j-o]*.ly: update texidocs.
2656
2657 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2658
2659         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2660
2661         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2662         images.
2663
2664         * Documentation/user/lilypond.tely (@direntry): Update.
2665
2666         * stepmake/stepmake/documentation-targets.make
2667         (install-info,uninstall-info): Install into $(package_infodir).
2668         Install images.  Run install-info to update dir.
2669
2670         * config.make.in (package_infodir): Add.
2671
2672         * Documentation/user/GNUmakefile (info-with-images,
2673         local-install-info, local-uninstall-info): New target.
2674
2675 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2676
2677         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2678         gap/threshold.
2679
2680         * lily/beam-quanting.cc (score_slopes_dy): remove
2681         ROUND_TO_ZERO_SLOPE kludge.
2682
2683         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2684
2685         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2686
2687         * lily/global-context.cc (Global_context): alway accept Score
2688         (run_iterator_on_me): cast Context to Score_context, not
2689         Context_def.
2690
2691         * Documentation/user/refman.itely: documentation patch by Edward
2692         Sanford Sutton.
2693
2694         * mf/GNUmakefile: unset sauter-fonts.
2695
2696 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2697
2698         * scripts/lilypond-book.py (output_texinfo): Output @image
2699         descriptions for info too.
2700
2701         * input/test/chord-names-jazz.ly: 
2702         * input/test/embedded-scm.ly: Clarify.
2703
2704         * input/test/cautionaries.ly: Typo.
2705
2706         * lily/input-smob.cc (ly_input_location): Compile fix.
2707
2708 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2709
2710         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2711
2712         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2713         fixes problems with system defaults being reverted with \override
2714         on Score level.
2715
2716         * lily/global-context.cc (Global_context): apply property-ops to
2717         Global_context too. 
2718
2719 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2720
2721         * scm/output-ps.scm (stencil->string): Rewrite.
2722
2723 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2724
2725         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2726         impersonal style.
2727
2728 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2729
2730         * lily/input-smob.cc (ly_input_location: New function.
2731
2732         * scm/define-markup-commands.scm (upright): New markup command.
2733
2734         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2735
2736         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2737
2738         * scm/output-ps.scm (output-stencil): New function.
2739
2740         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2741         of snippet types; fixes @ignore and @verbatim blocks.
2742
2743 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2744
2745         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2746         to a file in printed documentation, instead, refer either to a 
2747         syntax or to an output.
2748
2749 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2750
2751         * input/regression/beam-center-slope.ly: Add test.
2752
2753 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2754
2755         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2756         (SAUTER_FONTS): Reinstate.
2757
2758         * scm/define-markup-commands.scm (caps): New markup command.
2759
2760         * scm/output-ps.scm (output-scopes): Experimental markup output.
2761
2762         * scm/: Add missing headers.
2763
2764         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2765
2766         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2767
2768 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2769
2770         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2771         Stray style cleanups.
2772
2773 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2774
2775         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2776         no dot combination.
2777
2778         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2779         substitute \override Staff.autoBeamSettings too
2780
2781         * Documentation/user/tutorial.itely: proofreading fixes by David
2782         Bobroff
2783
2784 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2785
2786         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2787
2788         * ps/music-drawing-routines.ps: 
2789         * ps/lilyponddefs.ps: Add end markers.
2790
2791 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2792
2793         * VERSION: 2.1.27 released.
2794         
2795         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2796
2797         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2798         obey documentation.
2799
2800 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2801
2802         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2803
2804         * scm/output-ps.scm: Resurrect.
2805         
2806         * scm/output-tex.scm: Minimal cleanups.
2807
2808         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2809
2810         * make/ly-rules.make: Remove any broken lily-*.tex files before
2811         lilypond-book run.
2812
2813         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2814         comment.
2815
2816         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2817         Enabled by default, may save 10% compile time.
2818
2819 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2820
2821         * lily/lyric-phrasing-engraver.cc: remove
2822         
2823         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2824         longer necessary. 
2825
2826         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2827         so lyric-phrasing-engraver is no longer necessary.
2828
2829         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2830         Grob_pq_engraver from Staff.
2831
2832         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2833         busyGrobs directly.
2834
2835         * input/regression/quote-transposition.ly: new file.
2836
2837         * lily/recording-group-engraver.cc (stop_translation_timestep):
2838         store instrumentTuning too. 
2839
2840         * lily/quote-iterator.cc (process): transpose events using
2841         instrumentTuning.
2842
2843         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2844         -> \tuning <pitch>
2845
2846         * lily/parser.yy (command_req): add \tuning command for setting
2847         instrument tuning of staff.
2848
2849         * Documentation/user/GNUmakefile
2850         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2851
2852         * Documentation/user/refman.itely (Customized accidental rules):
2853         typo.
2854
2855 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2856
2857         * Documentation/user/music-glossary.tely: remove the missing norwegian
2858         translation; they can be put in later properly.
2859
2860 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2861
2862         * lily/recording-group-engraver.cc (start_translation_timestep):
2863         init Recording_group_engraver twice.
2864
2865 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2866
2867         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2868         stray style cleanups:
2869
2870         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2871         -Wmissing-prototypes.
2872
2873         * flower/include/killing-cons.tcc (Killing_cons): Add template
2874         specifier for car_.
2875
2876         * flower/include/parray.hh (binsearchs): Add template specifier
2877         for maxkey.
2878
2879         * flower/include/interval.hh: Declare elem () with template specfier.
2880
2881 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2882
2883         * elisp/lilypond-indent.el (get-buffer-size): add customization
2884         groups for several variables (Reuben Thomas).
2885
2886 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2887
2888         * Documentation/user/invoking.itexi (Point and click): add index
2889         entry.
2890
2891         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2892         go under beam.
2893
2894         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2895         sarabande beam. 
2896
2897         * flower/warn.cc (programming_error): cross fingers not thumbs.
2898
2899         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2900         staff-position is set.
2901
2902         * VERSION: release 2.1.26 
2903         
2904         * scm/chord-entry.scm (construct-chord): process transposition
2905         after processing explicit-11.  
2906
2907 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2908
2909         * lily/parser.yy (add_quote): add syntax for adding quotes:
2910         \addquote "id-string" Music
2911
2912         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2913
2914         * scripts/convert-ly.py (conv): add rules for name changes.
2915
2916         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2917         music/context/grob property functions. Internally, use
2918         get_property() and set_property() for both.
2919
2920 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2921
2922         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2923         for Emacs <= 20 (Laurent Martelli).
2924
2925 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2926
2927         * lily/parser.yy (command_element): extract quoted vector in
2928         parser.
2929
2930         * input/regression/quote.ly: new file.
2931
2932         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2933
2934         * lily/parser.yy (command_element): \quote DURATION NAME: support
2935         cue notes. 
2936
2937         * lily/quote-iterator.cc (class Quote_iterator): new file.
2938
2939 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2940
2941         * lily/auto-beam-engraver.cc (try_music): accept and process
2942         beam-forbid-event.
2943
2944         * input/regression/auto-beam-no-beam.ly: new file.
2945
2946 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2947
2948         * lily/accidental.cc (print): Change font-relative-size ->
2949         font-size. Fixes cautionary-style = smaller.
2950
2951 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2952
2953         * lily/system-start-delimiter.cc (staff_brace): remove
2954         font-relative-size
2955
2956         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2957         forgotten with scm_list_n. Fixes spurious coredumps.
2958
2959         * lily/accidental-engraver.cc (stop_translation_timestep): move
2960         update of localKeySignature to stop_translation_timestep (). This
2961         makes sure that all ties are noticed at the right moment.
2962         (stop_translation_timestep): clear tie only when right-side
2963         notehead was seen.
2964         (number_accidentals_from_sig): cleanup. 
2965
2966         * input/regression/accidental-tie.ly (mus): new file
2967
2968         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2969         these longish tests.
2970
2971 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2972
2973         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2974
2975         * THANKS: update bugreporter list.
2976
2977         * lily/beam.cc (print): broken beams last until end of staff.
2978         (print): broken beams start from prefatory matter.
2979
2980         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2981
2982         * lily/paper-score.cc (process): dump header only once.
2983
2984         * lily/paper-outputter.cc (Paper_outputter): move logic into
2985         Scheme.
2986
2987         * scm/output-tex.scm (output-scopes): new function.
2988         (output-paper-def): new function
2989         (tex-string-def): new function
2990         (symbol->tex-key): new function
2991
2992         * scripts/convert-ly.py (conv): add rule for | ~
2993
2994 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2995
2996         * input/regression/{many}.ly: refresh, trying to guess how
2997         it was designed.
2998
2999 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3000
3001         * VERSION: release 2.1.25
3002
3003         * scm/define-translator-properties.scm
3004         (all-user-translation-properties): add printOctaveNames
3005
3006         * ly/engraver-init.ly: remove Note_event_swallower from
3007         NoteNamesContext.
3008
3009         * lily/note-name-engraver.cc (process_music): new property
3010         printOctaveNames
3011
3012         * lily/context.cc (find_existing_context): remove support for
3013         Current.
3014
3015         * scm/music-functions.scm (set-accidental-style): new function;
3016         duplicate accidental macros.
3017
3018         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3019
3020         * lily/note-name-engraver.cc (process_music):
3021         process_acknowledged_grobs () -> process_music ()
3022
3023         * scm/part-combiner.scm (determine-split-list): robustification.
3024
3025 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3026
3027         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3028         lines for falling into beam-gap.
3029         (score_forbidden_quants): check all staff lines for falling in
3030         beam gaps.
3031
3032         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3033         key/clef/time signatures. 
3034
3035         * input/test/ossia.ly: revise example.
3036
3037         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3038         cleanup.
3039         
3040         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3041         comply to Scheme standard.  Remove ly:get-paper-variable
3042
3043 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3044
3045         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3046
3047 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3048
3049         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3050         properties from Voice context. This fixes accidental size for
3051         staff-switches during grace contexts.
3052
3053         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3054         if necessary. Else, simply wipe dots.
3055
3056         * input/test/beam-alternate.ly: new file
3057
3058         * input/test/piano-staff-distance.ly: new file.
3059
3060         * lily/translator-group.cc (recurse_down_translators): use
3061         Direction for bottom-up/top-down.
3062
3063         * lily/include/translator.hh (class Translator): add
3064         process_music() and do_announces(). This obviates
3065         recurse_down_{engravers,performers}.
3066
3067         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3068         \melisma and \melismaEnd
3069
3070         * lily/melisma-engraver.cc (process_music): change to
3071         Melisma_translator, unify with performer. Accept
3072         ManualMelismaEvent.
3073
3074         * ly/engraver-init.ly: add Font_size_engraver.
3075
3076 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3077
3078         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3079         it hara-kiri.
3080
3081         * input/regression/{many}.ly: improve descriptions trying to figure
3082         out what is tested.
3083
3084 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3085
3086         * lily/slur.cc (broken_trend_offset): robustness fix.
3087
3088         * VERSION: release 2.1.24
3089
3090         * lily/context.cc (find_create_context): go to Score if it exists.
3091
3092         * lily/context-scheme.cc: new file.
3093
3094         * lily/score-translator.cc (get_output): new file.
3095
3096         * lily/include/grob-info.hh: origin_contexts() now does not
3097         include the originating engraver
3098
3099         * lily/translator-group.cc (translator_each): clean up contents,
3100         remove superfluous stubs. Engraver_group_engraver and
3101         Performer_group_performer are the only classes using multiple
3102         inheritance.
3103
3104         * lily/include/score-context.hh (class Score_context): interface
3105         between Score_{engraver,performer} and Global_context.
3106
3107         * lily/include/global-context.hh (Context): change from
3108         global-translator. This is the entry point for contexts; it is not
3109         tweakable using \translator{}. Score is no longer the top context,
3110         but sits underneath Global.
3111
3112         * lily/include/context.hh (class Context): brain surgery: split
3113         out Context functionality from Translator_group. Context is now a
3114         separate type from Translator.
3115
3116 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3117
3118         * lily/include/translator.hh (class Translator): make
3119         get_score_context() and get_global_translator (), and use the one
3120         which is appropriate.
3121
3122         * lily/context.cc: partially put functionality of Translator_group
3123         into Context.
3124
3125         * lily/include/context.hh (Translator): new class: put between
3126         Translator and Translator_group. 
3127
3128         * lily/new-accidental-engraver.cc: remove file.
3129
3130 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3131
3132         * input/regression/{many}.ly: improve descriptions: use complete 
3133         sentences, try to describe what is tested, avoid `we´, do not use 
3134         don't, ... 
3135
3136 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3137
3138         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3139         is at EOL.
3140
3141         * Documentation/user/lilypond.tely: declare the topmost node only
3142         once; removes empty line in @contents.
3143
3144         * Documentation/user/music-glossary.tely: really add Finnish author.
3145         Draw more beatiful `->´ arrow in html: &rarr;
3146
3147 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3148
3149         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3150
3151         * scripts/convert-ly.py (conv): add ly:music-list  change.
3152
3153         * lily/grob.cc: edit doc string.
3154
3155         * scm/define-grob-properties.scm (all-user-grob-properties):
3156         proofreading, editing of doc strings.
3157
3158         * input/regression/tablature-string-tunings.ly: new file.
3159
3160         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3161         listen to stringTunings
3162
3163         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3164         for self-alignment-[XY] code.
3165  
3166 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3167
3168         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3169         cond) into function. Cleanup.
3170
3171         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3172         
3173         * VERSION (PACKAGE_NAME): 2.1.23 released
3174
3175 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3176
3177         * Documentation/user/{refman,internals}.itely: small fixes.
3178
3179 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3180
3181         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3182         accidentals for harmonic notes
3183
3184         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3185         for harmonic notes.
3186
3187         * scm/document-backend.scm (interface-doc): prune Grob
3188         documentation: don't duplicate interface information.
3189
3190         * lily/*.cc: lots of updates of doc strings.
3191
3192 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3193
3194         * input/test/ac-extra-voice.ly (accompany): remove file.
3195
3196         * input/test/maximum-rest-count.ly: remove file.
3197
3198         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3199         conversion rule for \translator { }. Apply everywhere.  
3200
3201         * lily/parser.yy (music_property_def): set property for \once in
3202         the PropertyMusic itself, not the ContextSpec.
3203         (property_operation): change syntax within \translator { }
3204
3205         * scm/define-music-properties.scm (all-music-properties): clean up.
3206
3207         * lily/auto-beam-engraver.cc (test_moment): use
3208         updated_grob_properties() to retrieve autoBeam settings.
3209
3210         * lily/spacing-spanner.cc: bound shortest_playing_len by
3211         measure_length
3212
3213         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3214         multi-measure events for spacing computation.
3215
3216         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3217         elliptical, to 1.49.
3218
3219         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3220         vertical positioning for polyphony, without RestCollision object.
3221
3222         * lily/note-column.cc (add_head): prevent rests & note heads on
3223         one stem.
3224
3225         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3226         (do_shift): rewrite only-rests case: use common refpoints: the
3227         routine will have sensible results when other rest-translations
3228         have taken place.
3229
3230         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3231         < 0 case. 
3232
3233         * VERSION: 2.1.22 released
3234         
3235         * input/GNUmakefile (SUBDIRS): remove ascii-art
3236
3237 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3238
3239         * input/: Convert ly files that still had \property.  Fixes make
3240         web.  Remove exta spaces around '='. 
3241
3242         * scripts/convert-ly.py (conv): Redundant space fixes.
3243
3244         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3245
3246 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3247
3248         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3249         create scalable PS and PDFs  for input/{test,template,regression}.
3250
3251         * lily/context.cc (is_alias): move function.
3252         (is_alias): add Bottom as context alias. 
3253         (find_create_translator): add Bottom as a context alias for creation.
3254
3255         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3256
3257         * lily/parser.yy (music_property_def): new syntax for property
3258         assignments:
3259
3260         \set A.B = #C , \unset A.B
3261         \override A.B #C = #D, \revert A.B #C 
3262
3263         * lily/my-lily-lexer.cc: remove \property
3264
3265 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3266
3267         * Documentation/user/refman.itely: add dots after seealso refs.
3268
3269         * input/template/{many}.ly: harmonise descriptions.
3270
3271         * Documentation/user/music-glossary.itely: add Finnish author.
3272
3273 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3274
3275         * VERSION (PACKAGE_NAME): release 2.1.21
3276
3277 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3278
3279         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3280
3281         * scripts/lilypond-book.py (snippet_res): @include filename must
3282         not be empty.
3283
3284 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3285
3286         * scm/documentation-generate.scm (markup-doc-string): dump
3287         markup-commands.tely
3288
3289         * scm/define-markup-commands.scm (override): new file.
3290         Move documentation from refman into doc-strings. 
3291
3292         * input/test/staff-container.ly: fix example.
3293
3294         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3295         StaffContainer
3296
3297         * lily/grob.cc: remove point_dimension_callback
3298         (Grob): read forced dimensions from X-extent and Y-extent.
3299         (get_paper): remove preset_extent.
3300
3301         * scm/define-grobs.scm (all-grob-descriptions): remove
3302         point_dimension_callback. 
3303
3304         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3305         textscript to head. This makes no-spacing-rods work on
3306         DynamicText.
3307
3308         * lily/chord-name.cc: remove props chord, bass, inversion.
3309
3310         * Documentation/user/appendices.itely: add Scheme functions,
3311         context-properties and layout properties to manual.
3312
3313         * scm/part-combiner.scm (determine-split-list): include rests in a
3314         solo1/2 sequence.
3315
3316         * lily/new-part-combine-iterator.cc (substitute_both): new
3317         function.
3318         (class New_pc_iterator): add separate Voice=solo context, fixes
3319         autobeams going from chords to solo.
3320
3321 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3322
3323         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3324
3325         * Documentation/user/tutorial.itely:
3326         * Documentation/user/refman.itely: Add short note about being part
3327         of lilypond.tely.
3328
3329         * COPYING: Make note more clear with respect to files that are
3330         explicitely licenced otherwise (Documention/user/ comes to mind).
3331         
3332         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3333         comment about barfing of @c,{}.
3334
3335         * Documentation/user/music-glossary.tely: Add list of authors.
3336
3337         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3338         source (was: also in build log).
3339
3340 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3341
3342         * lily/side-position-interface.cc (general_side_position): if
3343         staff-padding is set, then include staff in support too.
3344
3345         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3346         module workbook
3347
3348         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3349
3350         * lily/tuplet-engraver.cc: remove tupletInvisible
3351
3352         * scm/define-translator-properties.scm: cleanup, separate in
3353         internal and user props. 
3354
3355         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3356         LyricsVoice -> Lyrics
3357
3358         * lily/new-part-combine-iterator.cc (process): only print warning
3359         for symbols.
3360
3361 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3362
3363         * scm/part-combiner.scm: Add proper header.
3364
3365         * All but lily/*: The great --2003 --2004 replace; the missing
3366         `bits'.
3367
3368         * TODO: Fix outline mode.  Add book notes.
3369
3370         * ROADMAP: Update.
3371
3372 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3373
3374         * scm/part-combiner.scm (make-autochange-music): use
3375         accumulator. Fixes stack overflow.
3376
3377         * lily/*: rename brew_molecule -> print , molecule-callback ->
3378         print-function
3379
3380         * scm/define-grob-properties.scm: cleanup. Separate into internal
3381         and user properties.
3382
3383         * lily/translator-property.cc (updated_grob_properties): new
3384         function
3385         (execute_pushpop_property): change to new convention:
3386         object property inits are stored as (cons ALIST BASED-ON). This
3387         storage format allows concurrent tweaks in different contexts.
3388
3389 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3390
3391         * TODO: new file.
3392
3393 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3394
3395         * debian/: Late Debian update (sorry Anthony).
3396
3397         * scripts/lilypond-book.py (do_file): Look for input_file in
3398         include path, or ask kpathsea if LATEX.
3399
3400         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3401         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3402         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3403         --header=texidoc.
3404
3405         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3406         relative.
3407
3408         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3409         only when filtering, default to input_base otherwise.  Coding
3410         style fixes.
3411
3412 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3413
3414         * lily/include/translator.hh (class Translator): add virtual
3415         qualifier.
3416
3417 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3418
3419         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3420
3421 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3422
3423         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3424
3425         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3426         (fixes make web).
3427
3428         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3429         live in $(out)-www).
3430
3431         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3432         dependencies.  Add link to .ly source in HTML output.
3433         (Lilypond_snippet.output_html): Handle multiple page picture
3434         output.
3435         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3436         Make usable for output_texinfo again.
3437
3438         * Documentation/user/GNUmakefile: Add static dependency for
3439         lilypond.tely includes.
3440
3441         * Documentation/user/tutorial.itely: Add some lost `relative'
3442         ly-options.
3443
3444 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3445
3446         * lily/include/translator-group.hh: move Music_output_def member
3447         to Global_translator.
3448
3449         * scripts/lilypond-book.py (do_file):  fix latex output.
3450
3451         * VERSION: release 2.1.20
3452         
3453         * scm/part-combiner.scm (determine-split-list): robustness fix 
3454
3455         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3456
3457         * lily/parser.yy (music_output_def_body): plug memory leak.
3458
3459         * lily/translator-group.cc (add_fresh_group_translator): plug
3460         memory leak: unprotect Translator_group once added.   
3461
3462         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3463
3464         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3465         write .dep file.
3466         (Lilypond_snippet.ly): add \renameinput.
3467
3468 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3469
3470         * Documentation/user/refman.itely (Markup command definition): Doc
3471         by Nicolas Sceaux. Rewrite by Han-Wen
3472
3473         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3474         thing of the line.
3475         (brew_molecule): only remove if hyphen is not at the end of line.
3476         (set_spacing_rods): new function: minimum-length specifies
3477         distance between syllables.
3478
3479         * scm/define-grobs.scm (all-grob-descriptions): add
3480         Hyphen_spanner::set_spacing_rods to LyricHyphen
3481
3482         * input/regression/lyric-hyphen-break.ly: new file.
3483
3484         * input/test/lyric-hyphen-retain.ly: new file.
3485
3486         * lily/new-part-combine-iterator.cc (construct_children):
3487         add Rest direction.
3488
3489 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3490
3491         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3492
3493         * Documentation/bibliography/engraving.bib (donemus1982):
3494         update entry.
3495
3496 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3497
3498         * scripts/lilypond-book.py (Substring.__init__): new class.
3499         (Snippet.output_texinfo): add texidoc option.
3500         (Include_snippet.replacement_text): new class.
3501         (Lilypond_snippet.__init__): new class
3502         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3503
3504         * Documentation/user/refman.itely (Sound): 
3505         note about number of channels.
3506
3507         * scm/music-functions.scm (voicify-music): add \context Staff for
3508         << \\ >> polyphony.
3509
3510         * lily/parser.yy (verbose_command_req): \skip now creates
3511         SkipMusic, and does not lead to spurious staves.
3512
3513         * scm/define-music-types.scm (music-descriptions): rename
3514         NonEventSkip to SkipMusic
3515
3516         * input/no-notation/midi-lyric-barcheck.ly: new file.
3517
3518         * input/regression/collision-dots-invert.ly: new file.
3519
3520         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3521         case.
3522
3523         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3524         die if melody died too.
3525
3526 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3527
3528         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3529         with reading from stdin.
3530
3531         * lily/slur-performer.cc (try_music): new file.
3532
3533         * lily/melisma-performer.cc (try_music): new file. Handle
3534         melismata to help lyrics.
3535
3536         * lily/beam-performer.cc (try_music): new file. Handle beam events
3537         to help lyrics.
3538
3539         * lily/score-performer.cc (one_time_step): reinstate
3540         process_music().
3541
3542         * lily/performer.cc (process_music): add to interface.
3543
3544         * lily/performer-group-performer.cc (process_music): new function.
3545
3546         * lily/dot-column.cc (do_shifts): do collision resolution before
3547         dot positioning.
3548         
3549         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3550         file, process printfilename option.
3551         (Snippet.__init__): rewrite: do not use global variables h or
3552         index.
3553         (main): really support -I option.
3554         (find_toplevel_snippets): new code.
3555         (find_toplevel_snippets): reinstate old version, without global
3556         variables.
3557
3558         * tex/texinfo.tex: really add file.
3559         
3560 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3561
3562         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3563         compatibility.
3564
3565 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3566
3567         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3568
3569         * scm/define-translator-properties.scm (drumPitchTable): add
3570         property.
3571
3572         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3573         function.
3574         (help_summary): docstrings.
3575         (do_file): strip the dir of input_base too.
3576
3577 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3578
3579         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3580
3581         * Documentation/user/lilypond-book.itely: Update.
3582
3583         * make/ly-rules.make: Update lilypond-book commands.
3584
3585         * Documentation/user/GNUmakefile: Update makeinfo commands,
3586         lilypond-book flags.
3587
3588         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3589         
3590         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3591
3592         * scripts/filter-lilypond-book.py: Remove.
3593
3594         * Documentation/user/*tely: Update options for new lilypond-book.
3595
3596         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3597         with @macros in @includes.
3598
3599 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3600
3601         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3602         make rest-collision only.
3603
3604         * lily/break-substitution.cc (substitute_one_mutable_property):
3605         clear all-elements using scm_assq_remove_x(). 
3606
3607         * lily/rest-collision.cc (do_shift): shift single rests
3608
3609         * flower/include/array.hh (class Array): rename to is_empty ()
3610
3611         * lily/drum-note-performer.cc: new file: perform drum notes.
3612
3613         * VERSION (PACKAGE_NAME): release 2.1.19.
3614         
3615 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3616
3617         * scripts/filter-lilypond-book.py
3618         (classic_lilypond_book_compatibility): New function.
3619
3620 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3621
3622         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3623
3624         * Grand 2003 -> 2004 search replace. 
3625
3626         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3627         (i.e. < > )
3628
3629         * ly/performer-init.ly: add DrumStaff
3630
3631         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3632         lyric-interface; this prevents lines with only extender lines from
3633         being junked.
3634  
3635         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3636
3637         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3638         extenders right, for once and for all (hopefully).
3639         
3640         * lily/break-substitution.cc (substitute_one_mutable_property):
3641         clear old 'all-elements for System grobs.
3642
3643         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3644         that associatedVoiceContext is always assigned when music & lyrics
3645         are found. 
3646
3647         * ly/engraver-init.ly: remove Lyrics context.
3648         (TabVoice): add noteheads engraver
3649
3650         * input/test/improv.ly: update: do not use Thread switching. 
3651
3652         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3653         squashedPosition is a number  
3654
3655         * Documentation/user/refman.itely (Automatic note splitting):
3656         remove Thread references.
3657
3658         * input/no-notation/pc-direction.ly: remove file.
3659
3660         * ly/engraver-init.ly: remove Thread
3661
3662         * input/regression/tie-chord-partial.ly: remove file.
3663
3664         * scripts/convert-ly.py (conv): \harmonic rule
3665
3666         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3667         notation for harmonic notes: <c' g''\harmonic>
3668
3669         * lily/lily-guile.cc (alist_to_hashq): new function
3670
3671         * scm/lily.scm (alist->hash-table): new function.
3672
3673         * Documentation/user/refman.itely (Percussion staves): update doco.
3674
3675         * input/regression/drums.ly (timb): updates
3676
3677         * lily/note-performer.cc (create_audio_elements): robustness fix.
3678
3679         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3680
3681 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3682
3683         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3684         discard valid matches.
3685
3686 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3687
3688         * lily/drum-note-engraver.cc: new file.
3689
3690         * ly/drumpitch-init.ly: move drum definitions
3691
3692         * scm/drums.scm: remove file.
3693
3694         * lily/*.cc: remove abort-event everywhere.
3695
3696         * lily/note-heads-engraver.cc (process_music): robustification.
3697
3698         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3699         robustification.
3700
3701         * lily/parser.yy (simple_element): add \drums mode.
3702         (simple_element): remove \pitchnames , \chordmodifiers. Use
3703         variables to store this. 
3704
3705         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3706         outside \notes.
3707
3708         * VERSION: release 2.1.18.
3709         
3710         * input/test: remove octave-duplicate.ly
3711
3712 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3713
3714         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3715
3716 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3717
3718         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3719         constructor from Music_iterator. Changes throughout.
3720
3721         * lily/include/music-iterator.hh (class Music_iterator): remove
3722         Music_iterator::skip and Music_iterator::get_pending_events from
3723         interface. Rename report_to -> get_outlet 
3724
3725         * lily/auto-change-iterator.cc: move contents from
3726         new-auto-change-iterator.cc from
3727
3728         * scm/part-combiner.scm: determine split-list from Scheme. 
3729
3730         * lily/new-auto-change-iterator.cc (process): new file.
3731
3732         * lily/parser.yy (part_combined_music): remove old PC cruft.
3733
3734         * ly/engraver-init.ly: remove old
3735         PC cruft.
3736
3737         * Documentation/user/refman.itely (The Lyrics context): note about
3738         extender lines.
3739
3740         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3741         to allow 0-length mmrest events.
3742
3743         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3744
3745         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3746
3747         * lily/spacing-engraver.cc (finalize): robustifications.
3748
3749         * input/regression/new-part-combine-solo-global.ly: new file.
3750
3751         * scm/part-combiner.scm: rewrite.
3752
3753 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3754
3755         * Documentation/user/refman.itely, input/puer-fragment.ly,
3756         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3757         updated for proper use of lyricsto; replaced "(" and ")" ->
3758         "\melisma" and "\melismaEnd"
3759
3760         * input/test/ancient-font.ly: small updates to reduce compile
3761         warnings (TODO: junk this file)
3762
3763         * input/test/gregorian-scripts.ly: added comment about bug
3764
3765         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3766         tiny robustness fix
3767
3768         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3769         recent changes in the feta code); temporarily mapped mensural g
3770         clef to a copy of petrucci g clef until mensural g clef will have
3771         been rewritten
3772
3773         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3774         between mensural and neo-mensural heads (this broke quite a while
3775         ago)
3776
3777         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3778
3779 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3780
3781         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3782         indication.  Fixes for verbatim, multi line comments.
3783
3784 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3785
3786         * input/regression/new-part-combine-solo.ly: more cases.
3787
3788         * lily/slur.cc (height): robustness fix.
3789
3790         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3791
3792         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3793         stemUp/stemDown.
3794
3795         * scm/music-functions.scm (determine-split-list): further analysis.
3796
3797         * lily/script-engraver.cc (try_music): discard duplicate
3798         articulations.
3799
3800         * input/regression/new-part-combine-solo.ly: new file
3801
3802         * input/regression/new-part-combine-a2.ly: new file.
3803
3804         * ly/performer-init.ly: add Devnull
3805
3806         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3807         for \musicglyph #"accidental-*"
3808         (conv): \newpartcombine rule.
3809
3810 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3811
3812         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3813
3814 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3815
3816         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3817         textwidth, --output.
3818
3819 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3820
3821         * scm/new-markup.scm (doubleflat): add accidental markups.
3822
3823         * VERSION: release 2.1.17
3824         
3825         * Documentation/user/refman.itely (Automatic part combining):
3826         revise documentation of the part-combiner.
3827
3828         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3829         
3830         * input/test/part-combine-{moment,staff}.ly: remove file.
3831
3832         * input/regression/pc-mmrest.ly (two): remove file.
3833
3834         * scm/define-music-types.scm (music-descriptions): add
3835         Solo{One,Two}Event and UnisonoEvent
3836
3837         * lily/new-part-combine-iterator.cc (unisono): add state_
3838         variable, signal changes with part-combine-event.
3839
3840         * input/regression/new-part-combine-text.ly: new file.
3841
3842         * lily/part-combine-engraver.cc: new file.
3843
3844 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3845
3846         * scripts/filter-lilypond-book.py: Handle snippet options.
3847
3848 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3849
3850         * scm/music-functions.scm (determine-split-list): detect solo1/2
3851         and unisono.
3852
3853         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3854         revert fix, document why.
3855
3856         * lily/tie-performer.cc (process_music): new function. Set melisma
3857         property.
3858
3859         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3860         always smaller than bracket size.
3861         (make_bracket): oops. Size of the gap was off by factor 2
3862
3863         * input/test/text-rotate.ly: new file.
3864
3865         * scm/new-markup.scm (markup): a macro that provides a
3866         LilyPond-like syntax in scheme for building markups, in order to
3867         help markup command definition. (Nicolas Sceaux)
3868
3869         * input/test/lyrics-skip-notes.ly: new example.
3870
3871         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3872
3873         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3874         use is_alias() iso. == . This fixes lyrics on
3875         GregorianTranscriptions. 
3876
3877 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3878
3879         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3880         \thispagestyle{lastpage} to avoid that it's printed on the second
3881         last page when there's only a single score line on the last page.
3882         (The page breaking mechanism in TeX played some ugly tricks to us.)
3883
3884 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3885
3886         * scripts/filter-lilypond-book.py: Further development.
3887
3888         * input/regression/collision-dots-move.ly: New test.
3889
3890         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3891         hand side note head of non-merged collision to the right.
3892
3893         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3894         Construct children before accessing property from emtpy
3895         lyrics_context_.
3896         (construct_children): Find thread before finding LyricsVoice.
3897         Create LyricsVoice one if none found, fixes crash (thanks Erik
3898         Sandberg).
3899
3900 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3901
3902         * cygwin/: Forward port.
3903
3904 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3905
3906         * buildscripts/install-info-html.sh: Use Bash.
3907
3908         * cygwin/mknetrel: Patch from Bert.
3909
3910 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3911
3912         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3913
3914         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3915         try to copy *png, index.html (Bertalan Fodor).
3916
3917         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3918
3919 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3920
3921         * lily/note-collision.cc (check_meshing_chords): Do not remove
3922         dots (from down head) when merging similar heads (thanks Matthias
3923         Kilian).  Simplify merge_possible tests and other cleanups
3924
3925         * input/regression/collision-merge-differently-dotted.ly: Add test
3926         for disappearing dots on similar heads for both voices.
3927
3928 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3929
3930         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3931         that tagline overrides copyright for single page scores. Correct
3932         the default tagline value.
3933
3934 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3935
3936         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3937
3938 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3939
3940         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3941         TEXMF if it's previously unset.
3942
3943 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3944
3945         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3946
3947         * input/test/trills.ly: fix the unfolding of lineprall.
3948
3949         * input/test/figured-bass-alternative.ly: fix accidental.
3950
3951 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3952
3953         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3954         
3955         * input/no-notation/dos-guile.ly: 
3956         * input/no-notation/dos-ps.ly: 
3957         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3958         
3959         * input/no-notation/safe-include.ly:
3960         * input/no-notation/safe-guile.ly:
3961         * input/no-notation/safe-ps.ly: 
3962         * input/no-notation/safe-tex.ly: New file.
3963
3964         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3965         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3966         options now.
3967         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3968         When in --safe-mode, set environment openout_any=p[aranoid].
3969
3970         * tex/ltest.tex: 
3971         * tex/lilyponddefs.tex: Add \nofiles.
3972
3973         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3974         options.
3975
3976         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3977         This allows building the user manual using a binary installation
3978         and a matching unpacked source tree.
3979
3980         * scm/lily.scm (safe-module): New variable. 
3981
3982         * lily/includable-lexer.cc (new_input): Fix error messages.
3983
3984         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3985         If SAFE, evaluate in safe-module.  Change callers.
3986
3987         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3988
3989         * lily/lexer.ll (embedded_scm): While processing main-input,
3990         invoke ly_parse_scm with safe mode if running in safe-mode.
3991         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3992         in init.ly for safe-mode.
3993
3994 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3995
3996         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3997         compatibility with old versions of geometry.sty (compat2
3998         already implied includehead).
3999         Change the page layout slightly so bottom + footskip = top +
4000         headheight + headsep = 16mm, the remaining paperheight-32mm
4001         are used for the music. Increase footskip to 5mm, so the top of
4002         the footer text doesn't touch the music.
4003
4004 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4005
4006         * VERSION: release 2.1.16
4007         
4008         * scm/music-functions.scm (determine-split-list): bugfix: only use
4009         new-active for both voices if both indexes advance. This fixes the
4010         biggest outstanding problem with new-pc. 
4011
4012         * lily/new-part-combine-iterator.cc (construct_children): set more
4013         directions.
4014
4015 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4016
4017         * scripts/convert-ly.py (conv): add instrument rule.
4018
4019         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4020
4021         * lily/side-position-interface.cc: remove add_staff_support ()
4022         Change all callers to use staff-padding.
4023
4024         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4025         make_spanner().
4026
4027         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4028
4029         * lily/text-engraver.cc: remove scriptHorizontal property.
4030
4031         * lily/beam.cc (least_squares): also set least-squares-dy for
4032         special case of slanted 2-stem beam to center.
4033
4034         * lily/side-position-interface.cc (out_of_staff): move contents of
4035         out_of_staff into aligned_side.
4036         remove out_of_staff().
4037
4038         * input/regression/measure-grouping.ly: fix warning.
4039
4040         * lily/side-position-interface.cc: add staff-padding support to
4041         Side_position_interface::aligned_side.
4042
4043         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4044         one get_property too many.
4045
4046         * flower/include/drul-array.hh (linear_combination): new function
4047         (scale_drul): new function
4048
4049         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4050         operations on empty intervals are silly.
4051
4052 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4053
4054         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4055         (iso gh_scm2int), fixes crash in new part-combiner.
4056
4057         * configure.in: Up mftrace to 1.0.27.
4058
4059 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4060
4061         * VERSION: release 2.1.15
4062         
4063         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4064         align all stanza numbers.
4065
4066 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4067
4068         * Documentation/user/{introduction.itely,refman.itely,
4069         converters.itely}: fix some text inside parentheses; text should
4070         be readable (even) if parentheses are either replaced with commas 
4071         or dropped out.
4072
4073 2004-01-25  Werner Lemberg  <wl@gnu.org>
4074
4075         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4076         input/test/vaticana.ly, input/test/ancient-font.ly,
4077         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4078         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4079         ly/params-as-init.ly, scm/define-grobs.scm,
4080         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4081
4082         * ly/params-as-init.ly: Removed.  Obsolete.
4083         * buildscripts/lilypond.words.py: Updated.
4084
4085 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4086
4087         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4088
4089         * mf/feta-din{4,5,7,9}.mf: remove.
4090         
4091         * lily/engraver.cc (internal_make_item): centralize item/spanner
4092         factory.
4093
4094         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4095         do correct chord conversion for ^"sim."  (backportme)
4096         (FatalConversionError.sub_articulations): substitute ^"foo" in
4097         chords too. (backportme)
4098
4099         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4100         for Fingering.
4101
4102         * lily/side-position-interface.cc (out_of_staff): don't do
4103         anything if staff-padding not defined. 
4104
4105         * mf/feta-params.mf (stafflines): introduce linethickness as
4106         general blackness of the font.
4107
4108         * lily/stem.cc (position_noteheads): rounding error robustness.
4109
4110         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4111         from beam-collision.ly 
4112
4113         * lily/beam.cc (rest_collision_callback): remove direction.
4114
4115         * scm/define-grobs.scm (all-grob-descriptions): remove
4116         enclose-bounds in OttavaBracket and PianoPedalBracket
4117
4118         * scm/new-markup.scm (def-markup-command) new macro, which takes
4119         care of defining the COMMAND-markup and make-COMMAND-markup
4120         procedures, setting markup-signature and keyword-signature object
4121         properties, and pushing the markup command in
4122         markup-function-list.
4123
4124         All markup commands are defined thanks to it.  Users may also use
4125         it to define their own markup commands. (Nicolas Sceaux)
4126
4127         * scm/new-markup.scm: Scheme style clean-up: there should be no
4128         parenthesis alone on a line; LET* should not be used where LET is
4129         enough. (Nicolas Sceaux)
4130
4131 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4132
4133         * scripts/filter-lilypond-book.py: Add script.
4134
4135 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4136
4137         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4138
4139 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4140
4141         * Documentation/user/refman.itely (Fingering instructions): add
4142         single note chords. 
4143
4144         * lily/multi-measure-rest-engraver.cc: use a single
4145         MultiMeasureEvent for mm rests. This prevents problems with the
4146         new part combiner.
4147
4148         * scm/music-functions.scm (determine-split-list): analysis has
4149         global effect: a difference halfway a phrase makes the entire
4150         phrase be typeset as apart.
4151         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4152
4153 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4154
4155         * ly/performer-init.ly: add Devnull.
4156
4157         * Documentation/user/refman.itely (Font selection): remove paper20
4158         ref.
4159         
4160 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4161
4162         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4163
4164 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4165
4166         * scm/music-functions.scm (determine-split-list): bugfixes.
4167
4168         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4169
4170         * input/test/scales-greek.ly: use C as base, results in different
4171         alterations at the clef.
4172
4173         * input/regression/pedal-ped.ly: new file.
4174
4175         * input/regression/pedal-bracket.ly: new file.
4176
4177         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4178         replace after_line_breaking()
4179
4180         * lily/line-interface.cc (line): read thickness.
4181         (line): dash-fraction = 0 always for dotted-line style.
4182
4183         * input/test/staff-lines.ly (lower): bugfix.
4184
4185         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4186         \accepts Devnull into Score.
4187
4188         * scm/lily.scm: remove bla.scm load.
4189
4190 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4191
4192         * VERSION: release 2.1.14
4193         
4194         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4195
4196         * lily/side-position-interface.cc (general_side_position): add
4197         Staff_symbol_referencer::staff_space ().
4198
4199         * lily/include/context-def.hh: rename from translator-def.hh
4200
4201 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4202
4203         * input/template/piano-dynamics.ly (pedal): Updated definition of
4204         Dynamics such that \cresc works, for example.
4205
4206 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4207
4208         * lily/stem.cc (calc_stem_info): use
4209         Staff_symbol_referencer::staff_space
4210
4211         * lily/beam-quanting.cc (quanting): scale Stem_info 
4212
4213         * lily/beam.cc (rest_collision_callback): use minimum-distance
4214         property for rest/beam collisions.
4215         (rest_collision_callback): bugfixes.
4216
4217         * lily/system.cc (post_processing): extra-offset is now relative
4218         to the size of the current staff.
4219
4220         * scm/music-functions.scm (notice-the-events-for-pc): record all
4221         voices, only analyze "one" and "two".
4222
4223         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4224         not parent. 
4225
4226         * lily/new-part-combine-iterator.cc (construct_children): create
4227         Devnull from Voice context
4228
4229         * scm/music-functions.scm (determine-split-list): bugfixes.
4230
4231         * lily/lily-guile.cc (robust_scm2int): new function
4232
4233         * lily/staff-symbol-referencer.cc (line_thickness): new
4234         function. Use throughout.
4235
4236         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4237         in its own context.  Add to preset font-size.
4238
4239         * lily/stem.cc (thickness): new function.
4240
4241         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4242         compute thickness from ledger-line-thickness.
4243
4244         * lily/note-head.cc (brew_ledger_lines): use
4245         Staff_symbol::get_ledger_line_thickness ().
4246
4247         * lily/beam.cc (rest_collision_callback): use
4248         Staff_symbol_referencer::staff_space().
4249
4250         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4251         Mus1 Mus2
4252
4253         * lily/include/translator.hh (class Translator): add accepts_list_
4254         so  \with { \denies / \accepts } also works.
4255
4256         * scm/music-functions.scm (determine-split-list): determine split
4257         list from music events.
4258
4259         * lily/new-part-combine-iterator.cc: more states.
4260
4261         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4262
4263 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4264
4265         * lily/system.cc (set_loose_columns): use the right prebroken cols
4266         for interpolating loose column position.
4267
4268         * lily/text-spanner.cc (brew_molecule): default to no vertical
4269         lines.
4270
4271         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4272         take space.
4273
4274         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4275
4276 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4277
4278         * scripts/convert-ly.py: Do not test filename when processing
4279         stdin.
4280
4281         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4282
4283 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4284
4285         * lily/axis-group-engraver.cc (finalize): extra check; if
4286         process_music () is never called, then staffline_ == 0.
4287
4288         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4289         check run_always ().
4290         
4291         * VERSION: release 2.1.13
4292
4293         * input/regression/note-head-style.ly (pattern): cleanup.
4294
4295         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4296         downloading.
4297
4298         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4299         kludge rehearsalmark placement.
4300
4301         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4302         , ly:spanner?
4303
4304         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4305         close to note head for accidentals.
4306
4307         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4308         tuplet direction.
4309
4310         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4311
4312 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4313
4314         * lily/include/music-iterator.hh (class Music_iterator): add
4315         substitute_outlet() to iterator API.
4316
4317         * lily/new-part-combine-iterator.cc (construct_children):
4318         New_pc_iterator: new class, better part combining.
4319
4320         * lily/tie-column.cc (werner_directions): new function
4321
4322         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4323
4324         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4325         empty objects group spanner as parent
4326
4327         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4328         slope against graphical slope.
4329
4330         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4331         for ottava bracket.
4332
4333         * lily/side-position-interface.cc (general_side_position):
4334         opps. reinstate *dir.
4335
4336         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4337         parser run.
4338
4339         * lily/tuplet-bracket.cc: remove calc_dy ().
4340
4341         * Documentation/user/refman.itely (Balloon help): document balloon
4342         help
4343
4344 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4345
4346         * scm/document-backend.scm (check-dangling-properties): Grob
4347         properties are defined define-grob-properties.scm.
4348         
4349 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4350         
4351         * VERSION: release 2.1.12
4352
4353         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4354         ChordName
4355
4356         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4357         relation to surroundings.
4358
4359         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4360         Y-extent to the note-extents: stay clear of the staff.
4361
4362 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4363
4364         * Documentation/user/GNUmakefile
4365         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4366         iso. copy.
4367
4368         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4369
4370         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4371
4372         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4373
4374         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4375
4376         * lily/line-interface.cc (line): remove thickness from calling interface.
4377
4378         * lily/hairpin.cc: use Line_interface
4379
4380         * lily/line-interface.cc: new file. Line_interface for everything
4381         with dotted/dashed lines.
4382         
4383
4384         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4385
4386         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4387         for constructing ottava brackets.
4388         
4389         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4390         the note heads.
4391
4392         * Documentation/user/internals.itely (Engravers and performers):
4393         fix broken link.
4394
4395         * scm/music-functions.scm (make-mark-set): new function.
4396
4397         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4398         functionally identical to beam.
4399
4400         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4401         () with beam (). 
4402
4403         * Documentation/user/refman.itely (Rehearsal marks): document new
4404         functionality.
4405
4406         * input/regression/rehearsal-mark-number.ly: new file.
4407
4408         * input/regression/rehearsal-mark-letter.ly: new file.
4409
4410         * scm/translation-functions.scm (number->mark-string): new function
4411         (format-mark-letters): new function
4412         (format-mark-numbers): new function
4413
4414         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4415         integer; formatting is done through markFormatter property.
4416         
4417         * scm/define-translator-properties.scm: fold all *-done properties
4418         into positioning-done.
4419
4420         * lily/beam.cc (position_beam): new function
4421         (brew_molecule): make sure that positions are calced before making
4422         the molecule.
4423
4424         * scm/output*.scm (beam):  take 4th argument for function.
4425
4426         * ps/music-drawing-routines.ps: take blot as 4th argument.
4427
4428         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4429         stem to avoid small dents.
4430         
4431 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4432
4433         * VERSION: release 2.1.11
4434
4435         * input/regression/balloon.ly: new file.
4436
4437         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4438         objects, and make help texts. 
4439
4440         * scm/new-markup.scm (parse-simple-duration): parse duration
4441         string to log & dots. (Thanks Nicolas!)
4442
4443         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4444         rule.
4445
4446 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4447
4448         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4449         Lemberg).
4450
4451         * THANKS: alphabetic order.
4452
4453 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4454
4455         * input/regression/note-head-harmonic.ly: new file.
4456
4457         * Documentation/user/internals.itely (Technical manual): explain
4458         difference between music, translation, layout.
4459
4460         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4461
4462         * scm/output-ascii-script.scm (bracket): rounding bfs.
4463
4464         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4465
4466         * ly/paper*.ly: remove files. 
4467         
4468         * scm/paper.scm (set-staff-size): new function: set default
4469         staff-size.
4470
4471         * scripts/convert-ly.py (conv): add conversion rule.
4472
4473         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4474         function.
4475
4476         * scm/paper.scm: new file.
4477         (set-staff-size): new function 
4478         (set-paper-size): new function
4479
4480         * lily/parser.yy (music_output_def_body): restructure definition,
4481         so first Scheme statement in \paper also happens in new scope. 
4482
4483         * lily/system.cc (post_processing): move uniquify_list () to
4484         dumping molecule stage.
4485
4486         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4487         this will mess up scores that use barchecks to shorten measures.
4488
4489         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4490         at 20pt too.
4491
4492         * Documentation/user/tutorial.itely (Printing lyrics): document
4493         \lyricsto
4494
4495         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4496
4497         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4498
4499         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4500         if Voice is not found.
4501
4502         * VERSION: release 2.1.10
4503         
4504         * input/{test,regression}/: remove old-relative 
4505
4506         * lily/lexer.ll: add empty markup signature. 
4507
4508         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4509         strut markup
4510
4511         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4512
4513         * scm/define-translator-properties.scm: update melismata property
4514         doco.
4515
4516         * lily/system.cc (output_lines): revert uniquify_list() patch,
4517         strange side effects seen.
4518         
4519         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4520         dash-period < 0.
4521
4522         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4523         for flute. 
4524
4525 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4526
4527         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4528
4529         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4530
4531         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4532         of line breaks.
4533         (brew_molecule): add padding to left, not right.
4534
4535         * lily/system.cc (uniquify_list): new function
4536         (output_lines): uniquify_list () on all-elements. This fixes
4537         double symbols in the output.
4538
4539         * lily/beam.cc (rest_collision_callback): don't move anything if
4540         staff-position is set.
4541
4542         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4543
4544         * lily/system.cc (typeset_grob): warn if adding twice.
4545
4546         * lily/sequential-iterator.cc (run_always): implement run_always().
4547         (also in other files.)
4548         
4549         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4550
4551         * lily/event.cc (to_relative_octave): add octave-check.
4552
4553         * Documentation/user/refman.itely (Line breaking): add noBreak.
4554
4555         * scm/new-markup.scm (normalsize-markup): add function.
4556         (sans-markup): new function.
4557
4558         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4559         come earlier nowadays.  This fixes beams on grace notes.
4560         
4561         * scm/music-functions.scm (direction-polyphonic-grobs): new
4562         variable, share between override and revert. This fixes script
4563         directions in polyphonic sections. (backportme)
4564
4565 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4566
4567         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4568         breakpoints.
4569
4570         * lily/break-align-interface.cc: add doco
4571
4572         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4573
4574 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4575
4576         * VERSION: release 2.1.9
4577
4578         * scm/document-markup.scm (markup-doc-node): add note about naming.
4579
4580         * scm/new-markup.scm (left-align-markup): bugfix. 
4581
4582         * Documentation/user/refman.itely (Ottava brackets): more doco for
4583         ottava.
4584
4585         * lily/side-position-interface.cc (out_of_staff): also do
4586         out_of_staff() correctly for d == DOWN.
4587
4588         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4589         horizontal line if they move to the right.
4590         
4591         * scm/define-grobs.scm (all-grob-descriptions): set
4592         text-repeat-if-broken for ottava spanner
4593
4594         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4595         property.
4596
4597         * mf/feta18.mf: design size is 18 not 22.5
4598
4599         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4600         Add a single LyricsVoice to a melody. Melismata may be set
4601         individually.
4602
4603         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4604
4605         * lily/dot-column.cc: add stdio.h
4606
4607 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4608
4609         * lily/item.cc: documentation for break-visibility (Thanks, John).
4610
4611 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4612
4613         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4614
4615         * lily/translator-def.cc: rename Translator_def to Context_def.
4616
4617         * Documentation/user/internals.itely (Lexical details): clarify
4618         string def.
4619
4620         * Documentation/user/refman.itely (Rhythmic music): add link to
4621         RhythmicStaff 
4622
4623 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4624
4625         * lily/translator.cc: document start_translation_timestep()
4626
4627         * scm/output-tex.scm (tex-encoded-fontswitch): use
4628         round for rounding (inexact->exact yields rationals)
4629
4630         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4631
4632         * lily/translator-group.cc (get_simple_trans_list): 
4633         new function; construct simple_trans_list_ lazily.
4634         
4635 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4636
4637         * lily/paper-outputter.cc (output_scope): Check if number before
4638         checking exact (guile cvs).
4639
4640         * scm/*: Escape backslashes in scheme strings (guile cvs).
4641
4642 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4643
4644         * Documentation/user/refman.itely (Tablatures basic): annotate
4645         seealso sections.
4646
4647         * lily/*.cc: cleanup of engraver initialize() functions.
4648
4649         * lily/repeat-acknowledge-engraver.cc
4650         (start_translation_timestep): remove first_b_
4651
4652         * lily/tab-note-heads-engraver.cc: listen to string number events
4653         inside < > too. (backportme).
4654
4655         * Documentation/user/refman.itely (Text scripts): add fatText to
4656         index.
4657
4658 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4659
4660         * VERSION: 2.1.8
4661
4662         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4663         footer.
4664
4665         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4666
4667         * lily/bar-check-iterator.cc (process): only warn if
4668         barCheckLastFail was changed.
4669
4670         * scm/define-translator-properties.scm (barCheckLastFail): add
4671         property.
4672
4673         * lily/main.cc (main_prog): print summary of failed files.
4674
4675         * lily/axis-group-engraver.cc: move all spanner creation to
4676         process_music (). Now staffs can be adjusted with \override too.
4677         (Jan, you are a brilliant programmer!)
4678         
4679         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4680
4681 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4682
4683         * Documentation/user/tutorial.itely (Integrating text and music):
4684         Show the commands to produce a PDF as well.
4685
4686 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4687
4688         * lily/translator-def.cc (get_translator_names): accept user
4689         tweaks too. 
4690
4691         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4692         as big as normal heads. 
4693
4694         * input/*ly: run convert-ly
4695         
4696         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4697         () if dependencies are fluked.
4698
4699         * scm/document-translation.scm (engraver-doc-string): update on
4700         latest string/symbol conventions.
4701
4702         * lily/translator-ctors.cc: use Scheme_hash_table.
4703
4704         * lily/translator-def.cc (get_translator_names): new function
4705         (add_context_mod): new function
4706         (get_accepted): new function
4707
4708         * lily/parser.yy (context_mod): put all modifications of
4709         \translator { } in a single production, encode as SCM.
4710
4711         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4712         to use read-only lists, so additions to the definition can be
4713         prepended easily.  
4714
4715         * Documentation/user/invoking.itexi (Editor support): add node on
4716         editor support.
4717
4718         * Documentation/user/refman.itely (Bar check): add lyrics example
4719         of bar checks. 
4720
4721         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4722
4723         * scripts/convert-ly.py (conv): add conversion rule.
4724
4725         * lily/parser.yy: use \change iso. \translator for staff switch.
4726
4727         * lily/my-lily-lexer.cc: add \change.
4728
4729         * scm/define-translator-properties.scm
4730         (default-melisma-properties): add definition.
4731
4732 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4733
4734         * Documentation/user/refman.itely (Bar lines): clarification of
4735         systemStartDelimiter. 
4736
4737         * input/test/slur-shape.ly (x): remove file.
4738
4739         * lily/translator-group.cc (apply_property_operations): new function.
4740
4741 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4742
4743         * lily/parser.yy (optional_prop_ops): allow \with {
4744         PROPERTYSETTINGS } following \context or \new.
4745
4746         * lily/my-lily-lexer.cc: add \with.
4747
4748         * lily/parser.yy (property_operation): clean up definition of
4749         property operations.
4750         (property_op_to_music): new function.
4751         (context_spec_music): new function
4752
4753         * VERSION: 2.1.7 released.
4754         
4755         * input/regression/collision-merge-dots.ly: new file.
4756
4757         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4758         then kill the dots too. 
4759
4760         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4761         set/unset breakableSeparationItem
4762
4763         * lily/separation-item.cc (relative_width): add function.
4764
4765         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4766         only-prebreak-interface
4767
4768         * lily/system.cc (output_lines): only junk only-prebreak-interface
4769         grobs.
4770
4771         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4772         read breakableSeparationItem
4773
4774         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4775
4776         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4777
4778         * lily/dot-column.cc (dot_config_badness): new function:
4779         select the best scoring dot configuration: dots should go close to
4780         the note heads, but be shifted up or down according to conventions.
4781         (print_dot_configuration): idem.
4782         (shift_one): idem
4783         (remove_collision): idem.
4784
4785         * input/regression/dots.ly: add more test cases.
4786
4787 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4788
4789         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4790
4791         * flower/include/interval.hh: rename elem_b to contains 
4792
4793         * lily/tie.cc: change 'heads to 'head-pair.
4794
4795         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4796         fill in 'heads field.
4797
4798         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4799         minimum-length for short ones, and shorten so collisions with the
4800         next syllable are avoided.
4801
4802         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4803         near-zero slopes.
4804         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4805
4806         * lily/dots.cc: remove quantized_position callback. All Y
4807         positioning is done by dot-column.cc
4808
4809         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4810         exhaustive test of all dot positions. This fixes disappearing dots
4811         in dotted chords.
4812
4813 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4814
4815         * mf/feta-klef.mf (test_staff): fatten up G clef
4816         (test_staff): fatten up f clef.
4817         
4818
4819 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4820
4821         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4822         * input/les-nereides.ly: Use latin1 characters for title, like
4823         Morgenlied.
4824
4825 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4826
4827         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4828         cmb10).
4829
4830         * lily/lyric-extender.cc (brew_molecule): add little space before
4831         extender line.
4832
4833         * lily/beam-quanting.cc (score_forbidden_quants): check if
4834         outer stafflines fall in any beam gaps.
4835
4836         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4837         for lyric texts.
4838
4839 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4840
4841         * VERSION: 2.1.6 released.
4842
4843         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4844         this shows the demerits of a user-defined beam position pair.
4845
4846         * scm/define-grobs.scm (all-grob-descriptions): set
4847         beamed-extreme-minimum-free-lengths to a different value.
4848
4849         * lily/scm-option.cc: add debug-beam scm-option
4850
4851         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4852
4853 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4854
4855         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4856
4857         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4858         space after barline.
4859
4860         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4861
4862         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4863         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4864         the other case, take standard column-breakable spacing. Do not
4865         warn about "no spacing wishes".
4866
4867         This fixes wide spaces after barlines in very loose lines.
4868
4869         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4870
4871 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4872
4873         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4874         acknowledge_grob lyric-syllable, not lyric-text.
4875
4876         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4877         dashes of length #'length separated by #'dash-period. 
4878
4879         * lily/lyric-extender.cc (brew_molecule): idem
4880
4881         * lily/multi-measure-rest.cc (big_rest): idem
4882
4883         * lily/system-start-delimiter.cc (simple_bar): idem
4884
4885         * lily/bar-line.cc (simple_barline): use rounded box
4886
4887         * VERSION: release 2.1.5
4888
4889         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4890         music): move note about dvips to more visible place.
4891
4892         * lily/lyric-phrasing-engraver.cc: move from
4893         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4894         lyric-phrasing-engraver.hh)
4895         
4896         * lyric-align.ly: remove file
4897         
4898         * scripts/convert-ly.py (FatalConversionError.func): add removal
4899         rule for automaticMelismata
4900
4901         * ly/engraver-init.ly (ScoreContext): switch on
4902         New_phrasing_engraver by default.
4903
4904         * lily/slur-engraver.cc (class Slur_engraver):
4905         process_acknowledged_grobs -> process_music.
4906         (try_music): signal melismata correctly.
4907
4908         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4909         word-space, right-trim-amount, and extend past right bound only
4910         for note heads.
4911
4912         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4913         lyric-extender support: add note-heads to the extender
4914         automatically.
4915
4916         * lily/parser.yy: extender is now post_event. 
4917
4918         * lily/accidental-engraver.cc (number_accidentals): remove
4919         spurious warning about non-parent contexts.
4920
4921         * lily/music-output-def.cc (assign_translator): \translator { }
4922         for a Foo context implicitly redefines \FooContext.
4923
4924         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4925         fixes.
4926
4927         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4928         doubly in slur weight. 
4929
4930         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4931         combination.
4932
4933         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4934         staffbar distance.
4935
4936         * scripts/lilypond.py (global_latex_preamble): crank down size of
4937         the margins. Now there is a 12 mm top and bottom margin, which
4938         should correspond with the printable area of modern printers.
4939
4940         This enlarges the music height of the printable page a little.
4941
4942         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4943         signs. Use \markup instead.
4944         (accreg_pen): tweak for accordeon asterisk.
4945
4946 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4947
4948         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4949
4950         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4951
4952         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4953
4954         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4955
4956         * scm/define-grobs.scm (all-grob-descriptions): change
4957         StanzaNumber description: make side support, i.s.o. breakable.
4958         use Instrument_name_engraver for texts in the margin.
4959
4960         * scm/define-translator-properties.scm: remove
4961         melismaEngraverBusy, stz property.
4962
4963         * *.cc: naming: change empty_b () into is_empty ()
4964
4965         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4966
4967         * input/regression/lyric-phrasing-new.ly: new file.
4968
4969         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4970         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4971         melismata are now left-aligned.
4972
4973 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4974
4975         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4976
4977         * mf/feta19.mf: remove.
4978         
4979         * mf/feta-klef.mf (test_staff): more tweaks
4980
4981         * mf/feta-toevallig.mf: more small size tweaks.
4982
4983         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4984         rests for smaller sizes.
4985
4986         * mf/feta-bolletjes.mf: fix cross heads.
4987
4988         * VERSION: release 2.1.4
4989         
4990         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4991         deprecated #'ancient font family
4992
4993         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4994         it is a string or number.
4995
4996         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4997         change calling convention of stem-attachment function. 
4998
4999         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5000
5001         * mf/feta-autometric.mf: dump WX/WY fields too
5002         
5003         * mf/parmesan-heads.mf: idem.
5004
5005         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5006         attachment coordinates.
5007
5008         * lily/note-head.cc (stem_attachment_coordinate): read stem
5009         attachment from the notehead glyphs WX/WY fields.
5010
5011         * lily/include/font-metric.hh (struct Font_metric): add methods
5012         get_indexed_wxwy (), make a distinction between looking up by
5013         index and ASCII  
5014
5015         * mf/feta-bolletjes.mf: rewrite note head MF code.
5016         (test_outlines): make heads more rotund for smaller sizes. 
5017
5018 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5019
5020         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5021         throughout. Font scaling fixes throughout.
5022
5023         * mf/feta-sleur,slur.mf: remove. 
5024
5025         * mf/feta-slag.mf: rewrite.
5026
5027 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5028
5029         * VERSION: release 2.1.3
5030
5031         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5032
5033         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5034
5035         * lily/mark-engraver.cc (process_music): fix mark
5036         \default. (backportme)
5037
5038         * stepmake/stepmake/automatically-generated.sub.make (default):
5039         use -n for head/tail commands. 
5040
5041         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5042         heads with the same pitch.
5043
5044 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5045
5046         * lily/recording-group-engraver.cc (finalize): set protected_scm
5047         member to '() before finalizing.
5048
5049         * lily/translator-group.cc (finalize): remove removal_processing () 
5050
5051         * lily/recording-group-engraver.cc: new engraver: record
5052         synchronized start & end times for each music object.
5053
5054         * lily/parser.yy (toplevel_expression): execute score rendering
5055         during parsing. Cleanup output-filename handling; this is no
5056         longer done with global variables.
5057         (translator_spec_body): allow \type modification too.
5058
5059         * lily/score.cc:  ly:run-translator: new function
5060         (LY_DEFINE): ly:render-output new function.
5061
5062         Separate interpreting and rendering, and make available as
5063         functions at Scheme level.
5064
5065 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5066
5067         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5068         (musicxml-node->string):
5069         (xml-node->string):
5070         (music-to-musicxml): New function.
5071
5072 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5073
5074         * VERSION: 2.1.2 released
5075
5076         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5077
5078         * scm/font.scm (paper20-font-vector): discouple font design sizes
5079         from sizes specified in .ly file: store all design sizes of a font
5080         in a single vector.
5081
5082         * lily/font-select.cc (get_font_by_design_size): new function
5083
5084         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5085         add parmesan,feta in sizes 14 and 18.
5086         
5087         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5088
5089         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5090         of fontSize: this now sets font-size
5091
5092 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5093
5094         * VERSION: 2.1.1 released
5095         
5096         * Documentation/user/refman.itely (Tuning objects): add note about
5097         concurrent tweaks in different contexts. 
5098
5099         * lily/tie-engraver.cc (acknowledge_grob): use
5100         Staff_symbol_referencer::get_position iso. reading staff-position
5101         directly.
5102
5103         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5104         currentMusicalColumn as left span-point for bracket. The bracket
5105         is too long when there are accidentals.
5106
5107 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5108
5109         * buildscripts/lilypond-profile.sh,
5110         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5111         Thanks to Reuben Thomas <rrt@mupsych.org>
5112
5113 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5114
5115         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5116         Wurbel <wurbel@univ-tln.fr>.
5117
5118 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5119
5120         * scripts/midi2ly.py: Add space after chords.
5121
5122 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5123
5124         * input/regression/{many}: add few @code{ ... }.
5125
5126 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5127
5128         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5129         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5130         Removed cmbx5, cmbx6 (which are included in teTeX)
5131         and cmbxti14 which is not used in fonts.scm.
5132
5133 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5134
5135         * lily/midi-item.cc: fine tune quarter tones.
5136
5137 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5138
5139         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5140         new function, warn how many cents are missing in fine tuning.
5141
5142 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5143
5144         * input/bugs/rhytmicstaff-tie.ly: add file.
5145
5146         * THANKS: Create skeleton for 2.1.
5147
5148 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5149
5150         * input/test/bar-lines.ly (TODO): dashed "|".
5151
5152 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5153
5154         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5155         input/regression/tie-chord.ly: Fix spell for tying.
5156
5157         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5158
5159         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5160         new file (renamed, see above).
5161
5162         * Documentation/user/lilypond-book.itely
5163         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5164         * input/example-1.ly input/example-2.ly input/example-3.ly
5165         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5166         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5167         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5168         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5169         * scripts/lilypond-book.py scripts/lilypond.py
5170         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5171         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5172
5173         * Documentation/user/lilypond.tely: update version.
5174
5175         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5176         Remove extra spaces in each @node, fixes spaces.
5177
5178 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5179
5180         * scripts/lilypond-book.py (output_dict): Add definition of
5181         \lilypondbook also for LaTeX output. Solves several bug reports.
5182
5183 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5184
5185         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5186
5187 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5188
5189         * input/test/transposition.ly: Fix key signatures, given in comments.
5190
5191 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5192
5193         * scm/midi.scm (instrument-names-alist),
5194         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5195
5196 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5197
5198         * input/test/temporary-stave.ly (texidoc): New example based on an
5199         email question from Ralph Little.
5200
5201 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5202
5203         * VERSION: release 2.1.0
5204         
5205         * lily/note-performer.cc (try_music): accept busy-playing-event.
5206
5207         * lily/swallow-perf.cc (try_music): return false for
5208         busy-playing-event and melisma-playing-event.
5209
5210 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5211
5212         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5213         >> in \score.
5214
5215 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5216
5217         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5218         that articulation_substitute will not move beam start again.
5219         (articulation_substitute): Bugfix: remove stray space so that new
5220         old chords ending '>>' does not get broken up.
5221         (sub_chord): Use TAB for indentation (not spaces).
5222         
5223         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5224         Bugfix for startup: Use ?^ instead of ?\^.
5225
5226 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5227
5228         * lily/lyric-combine-music-iterator.cc
5229         (Lyric_combine_music_iterator): change init order, to prevent GC
5230         segfaults.
5231
5232         * lily/context-specced-music-iterator.cc (construct_children): 
5233         only change  translator if found. This fixes a core dump problem.
5234
5235 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5236
5237         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5238         comparison.
5239
5240         * mf/feta-bolletjes.mf: make hole in half note little
5241         smaller for stem attachment.
5242
5243         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5244
5245         * mf/feta-banier.mf: don't draw stem with flag, just small square
5246         attachment.
5247
5248         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5249
5250         * mf/feta-banier.mf: remove upstem/downstem characters.
5251
5252         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5253
5254         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5255         stafflinethickness (in the default)
5256
5257         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5258
5259         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5260
5261         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5262
5263         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5264
5265         * lily/include/directional-element-interface.hh:
5266         junk class, make {get,set}_grob_direction functions.
5267
5268         * lily/slur.cc (get_attachment): do something sensible when
5269         attaching to stem without heads (eg. a rest).
5270
5271         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5272         forcing up to staff.  remove #'support-head property
5273         (brew_molecule): small cleanup.
5274         (flag): remove #'grace property.
5275
5276 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5277
5278         * cygwin/postinstall-lilypond.sh: 
5279         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5280         (Volker Zell).
5281
5282 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5283
5284         * scripts/lilypond-book.py: resurrect 'eps' option. 
5285         (TexiPaper.to_eps): use -Ppdf for EPS files.
5286
5287         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5288
5289         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5290
5291         * VERSION: release 2.0.1
5292
5293         * lily/bezier.cc (get_other_coordinate): change assert into
5294         warning.
5295
5296         * lily/note-head.cc (internal_brew_molecule): make left protusion
5297         smaller, to accomodate for natural sign.
5298         (internal_brew_molecule): only do this when the accidental is
5299         close enough.
5300         (extent): new function
5301
5302         * lily/skyline.cc (merge_skyline): new function
5303         (heighten_skyline): new function
5304
5305         * lily/accidental-placement.cc (position_accidentals) 
5306         (position_accidentals): fix todo.
5307
5308 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5309
5310         * input/test/+.ly (texidoc): put version number inline.
5311
5312         * GNUmakefile.in: remove rsync-web target.
5313         
5314         * input/regression/bar-scripts.ly (onestaff): raggedright
5315
5316 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5317
5318         * lily/*.cc: remove #if 0'd code in couple of places.
5319
5320         * lily/midi-stream.cc (operator <<): rewrite.
5321
5322         * lily/note-head.cc (internal_brew_molecule): 
5323         only make ledgers when the Staff symbol has lines.
5324
5325         * ly/property-init.ly (arpeggioBracket): simplify
5326
5327         * lily/translator-group.cc (execute_pushpop_property): use
5328         SCM_EQ_P for comparing keys. This fixes reverting
5329         auto-beam-settings.
5330
5331 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5332 *
5333         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5334         midi_debug_global_b.
5335         (operator <<): Normalise loop.
5336
5337 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5338
5339         * scripts/lilypond.py (escape_path): revise.
5340
5341         * scm/music-functions.scm (set-output-property): new function.
5342         
5343 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5344
5345         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5346         use addmakeflags again.
5347
5348         * cygwin/lily-wins.py (escape_shell): New function; use it.
5349
5350         * scripts/lilypond.py (escape_shell): Escape quotes and other
5351         spaces too.  Do not escape escaping backslashes.
5352
5353         * make/srcdir.make.in (web-install): Must call install-WWW now.
5354
5355         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5356         dependency
5357
5358 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5359
5360         * scripts/lilypond.py (escape_path): escape quotes too. 
5361
5362         * Documentation/user/lilypond.tely (Unified index): rename Index
5363         to accomodate Windows breakage.
5364
5365         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5366
5367         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5368         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5369         target not a source.
5370
5371 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5372
5373         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5374         addmakeflags.  Build and install doc and web also when building on
5375         Cygwin.
5376
5377         * mf/GNUmakefile: Bugfix.
5378
5379         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5380         target web.
5381
5382         * cygwin/lily-wins.py: Quote filename.
5383
5384 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5385
5386         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5387
5388 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5389
5390         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5391         settings.
5392
5393         * configure.in: Require g++ > 3.0.4.
5394
5395         * mf/GNUmakefile: Bugfix: Add list.ly target.
5396         
5397         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5398
5399         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5400         make omf directory, add uninstall targets.
5401
5402 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5403
5404         * lily/tie-performer.cc (initialize): init prev_event
5405
5406         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5407
5408         * lily/script-engraver.cc (make_script_from_event): don't crash on
5409         non-string articulation-type.
5410
5411         * lily/new-fingering-engraver.cc (add_script): don't crash on
5412         0 scripts 
5413         (acknowledge_grob): warn about text script events.
5414
5415 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5416
5417         * buildscript/lilypond.words: fix path for drums.scm.
5418
5419 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5420
5421         * lily/spacing-spanner.cc (note_spacing): don't make longer
5422         durations than measure-length.
5423
5424         * VERSION: release 2.0.0
5425
5426         * GNUmakefile.in (rsync-web): version independent rsync target.
5427
5428         * input/test/+.ly (texidoc): idem.
5429
5430         * input/regression/+.ly: print version number.
5431
5432         * input/regression/accidentals.ly (mel): shorten.
5433
5434         * input/regression/accidental-octave.ly (texidoc): shorten.
5435
5436         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5437
5438         * input/regression/completion-heads-polyphony.ly: octave
5439
5440         * input/regression/beam-manual.ly: remove
5441
5442         * input/regression/beam-chord.ly: remove
5443
5444         * input/regression/grace-dynamic.ly: remove
5445         
5446         * input/regression/grace-volta-repeat.ly: octave fixes.
5447
5448         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5449
5450         * lily/parser.yy (step_number): semitones for chord entry too.
5451         (make_chord_step): more robust code, semitones. 
5452
5453         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5454
5455         * input/regression/breathing-sign.ly (texidoc): split ancient and
5456         normal breathing signs.
5457
5458         * scm/define-grobs.scm (all-grob-descriptions): swap
5459         beamed-extreme-minimum-free-lengths and
5460         beamed-minimum-free-lengths; the 'extreme' case should allow
5461         shorter stems. This fixes forced directions on beamed 32nd and
5462         shorter notes.
5463
5464         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5465         quartertones, not semitones.
5466         (NoteNamesContext): swallow more event types
5467
5468         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5469
5470         * VERSION (PACKAGE_NAME): release 1.9.10
5471
5472 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5473
5474         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5475         set note head as cause of note-column.  This gives a better error
5476         message.
5477
5478 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5479
5480         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5481
5482 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5483
5484         * mf/GNUmakefile (pfa_warning): instruct 
5485
5486         * stepmake/aclocal.m4: typo.
5487
5488         * Documentation/user/cheatsheet.itely: more verbose examples.
5489
5490         * input/regression/clefs.ly: remove bogus docstring.
5491
5492 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5493
5494         * GNUmakefile.in (SUBDIRS): Add elisp.
5495
5496         * elisp/lilypond-mode.el: 
5497         * elisp/lilypond-init.el: 
5498         * elisp/lilypond-indent.el: 
5499         * elisp/lilypond-font-lock.el: Move from top dir.
5500
5501         * stepmake/stepmake/elisp-vars.make: New file.
5502
5503         * config.make.in (elispdir): Add.
5504
5505         * Documentation/topdocs/INSTALL.texi: Typo.
5506
5507         * make/ly-rules.make: Test for files instead of touching void and
5508         ignoring errors.
5509
5510         * GNUmakefile.in:
5511         * make/lilypond.redhat.spec.in:
5512         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5513         <builddir>, adding
5514         
5515              (push "<builddir>/share/lilypond/elisp" load-path)
5516
5517         to your ~/.emacs.el should give you LilyPond-mode again.
5518
5519         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5520         regexp for DOS/Windows, we are too paranoid to fix others.
5521
5522 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5523
5524         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5525
5526         * input/test/chord-names-jazz.ly (banterProperties): fix
5527
5528         * lily/parser.yy (bass_mod): bass figure alterations are semi
5529         tones, not quarter tones
5530
5531         * lily/beam.cc (set_stem_lengths): only lengthen stems
5532         for gapped beams.
5533
5534         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5535         by beamcount.
5536
5537         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5538         a warning that the warning may erroneous.
5539
5540         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5541         target.
5542
5543         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5544         targets.
5545
5546         * GNUmakefile.in ($(config_h)): config.h should depend on
5547         config.hh.in .
5548         (lilypond.words): remove fontball stuff.
5549
5550         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5551
5552         * configure.in: remove pktrace reference.
5553
5554         * GNUmakefile.in (rsync-web): permissions and ownership for
5555         website.
5556
5557         * lily/volta-engraver.cc (staff_eligible): new function.
5558         (stop_translation_timestep): kill off spanners if not eligible.
5559
5560         * VERSION (PATCH_LEVEL): release 1.9.9
5561
5562         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5563
5564         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5565         length is more important than forbidden quants.
5566         
5567 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5568
5569         * buildscripts/lilypond.words: order words in search order,
5570         add lilypond.words.vim to be generated.
5571
5572         * lilypond.vim: use lilypond.words.vim for keyword matching.
5573
5574         * lilypond-mode.el: use search order. fix word selection rules.
5575
5576         * lilypond-font-lock.el: fix fontifying long durations.
5577
5578         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5579
5580 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5581
5582         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5583
5584         * stepmake/stepmake/generic-targets.make:
5585         * stepmake/stepmake/bin/make-version.py: 
5586         * stepmake/aclocal.m4:
5587         * make/stepmake.make:
5588         * make/toplevel-version.make: Build fixes: remove last traces of
5589           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5590
5591         * lily/beam.cc: Add gap-count property.
5592
5593 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5594
5595         * scm/define-grob-properties.scm (gap-count): add gap-count
5596
5597         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5598
5599 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5600
5601         * cygwin/mknetrel.doc: Typo.
5602
5603         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5604
5605         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5606
5607 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5608
5609         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5610         sizes. Remove support for 'ledger'(=tabloid+landscape).
5611
5612 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5613
5614         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5615         sauter PFAs.
5616
5617         * configure.in: remove VERSION stuff once again.
5618
5619         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5620
5621         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5622         for chord names.
5623
5624         * mf/GNUmakefile: always trace pfa fonts.
5625         (SAUTER_FONTS): add cmss[567] too fonts
5626
5627         * configure.in: require mftrace. 
5628
5629         * lily/staff-performer.cc (new_instrument_string): don't look at
5630         instrument property.
5631
5632         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5633         is_direction is the C++ one. Similar for ly_axis_p and
5634         ly_number_pair_p
5635
5636 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5637
5638         * lily/beam.cc (brew_molecule): read gap-count to determine
5639         number of tremolo (gapped) beams.
5640
5641         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5642         shorter than 1/8
5643
5644         * flower/include/array.hh (default_compare): new function
5645
5646         * cygwin/mknetrel: Native fixes.
5647
5648         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5649
5650 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5651
5652         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5653         feature for Windows.
5654
5655         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5656
5657         * cygwin/mknetrel: Updates for native use on Cygwin.
5658
5659         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5660
5661         * stepmake/stepmake/help2man-rules.make: 
5662         * cygwin/mknetrel: Bugfix for manpages.
5663
5664         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5665         $(builddir).  Stepmake is a normal subdirectory now, that is not
5666         configured.  Another srcdir build fix.
5667
5668         * Documentation/topdocs/INSTALL.texi,
5669         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5670         lilypond-init.el, lilypond-mode.el, debian/rules,
5671         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5672         rename generated file lilypond.words to lilypond.words.el.
5673
5674 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5675
5676         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5677
5678         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5679         GNUmakefile.in.
5680
5681 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5682
5683         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5684         when cross building.
5685
5686         * configure.in: srcdir build fix.
5687
5688         * cygwin/GNUmakefile:
5689         * cygwin/lily-wins.py:
5690         * cygwin/postremove-lilypond.sh: 
5691         * cygwin/postinstall-lilypond.sh: Merge from stable.
5692
5693         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5694         s/ly2dvi/lilypond/.
5695
5696 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5697
5698         * lily/slur.cc (after_line_breaking): only set control points if
5699         none supplied yet.
5700
5701         * input/test/slur-manual.ly: new file.
5702
5703         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5704         <<  >> chords too.
5705
5706         * VERSION (PACKAGE_NAME): release 1.9.8
5707
5708         * scripts/lilypond.py (escape_path): escape spaces in directory names
5709
5710         * input/test/text-spanner.ly: fixes.
5711
5712 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5713
5714         * buildscripts/lilypond.words.py: add drum names as note names to
5715         Emacs-mode.
5716
5717 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5718
5719         * input/regression/hairpin-dashed.ly: new file.
5720
5721         * scripts/convert-ly.py (conv): warn about dash-length.
5722
5723         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5724         automatically if we get a new one.
5725
5726         * lily/lookup.cc (dashed_line): new function
5727
5728         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5729         dash-fraction.
5730
5731 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5732
5733         * buildscripts/lilypond.words.py: extract note names.
5734
5735         * lilypond-mode.el: take note names from lilypond.words -file.
5736         small fix in the use of string-match.
5737
5738         * lilypond-font-lock.el: use lilypond.words for note names, add 
5739         maxima to note a duration.
5740
5741 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5742
5743         * lily/breathing-sign.cc: remove railtracks() function. 
5744
5745         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5746
5747         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5748         (brew_molecule): bugfix don't make arpeggio shorter when
5749         arpeggio-direction is set.
5750
5751         *  debian/rules: small corrections in the (Pedro K)
5752
5753         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5754         examples.
5755
5756         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5757         special (repeat) bar comes along.
5758
5759         * input/regression/auto-beam-bar.ly: update.
5760
5761         * scripts/lilypond-book.py (output_dict): remove support for the
5762         EPS option.
5763
5764         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5765         VerticalAlignment and VerticalAxisGroup this fixes the size
5766         computations for the entire system.
5767  
5768         * input/les-nereides.ly (bass): remove superfluous fontSize.
5769
5770         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5771         causes directory of file to be added to include path.
5772
5773         * input/regression/beam-break.ly: test single stem beams.
5774
5775         * input/regression/system-start-bracket.ly: fix.
5776
5777         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5778
5779         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5780
5781         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5782         (score_stem_lengths): do something sensible for single stem beams.
5783
5784         * lily/beam.cc (least_squares): add kludge for single stem beams.
5785
5786         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5787         keySignature to list of broken things.
5788
5789         * input/regression/keys.ly: fix.
5790
5791         * VERSION (PACKAGE_NAME): release 1.9.7
5792
5793         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5794
5795         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5796
5797         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5798         (quartertone_pitch): new function
5799
5800         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5801         flat. WARNING: FONT CHANGED.
5802
5803         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5804
5805         * lily/accidental-placement.cc (add_accidental): support for
5806         quarter tones.
5807
5808         * ly/LANGUAGEs.ly: use symbols for alterations.
5809
5810         * mf/feta-toevallig.mf: change accidental codes. 
5811
5812         * scm/lily.scm (ly:get-option): switch on debugging only for
5813         --verbose.
5814
5815         * lily/lily-guile.cc: remove ly:verbose?
5816
5817         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5818
5819         * lily/parser.yy (TODO): only do gh_call() for apply with
5820         procedure argument.
5821
5822         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5823         stuff in accordance with new timing of tie-events.
5824
5825         * lily/my-lily-lexer.cc: remove \outputproperty
5826
5827         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5828
5829         * scm/define-translator-properties.scm (melismaBusyProperties):
5830         add melismaBusyProperties property.
5831
5832 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5833
5834         * input/test/ambitus-mixed.ly (texidoc): new file.
5835
5836         * buildscripts/mutopia-index.py (find): prune debugging
5837
5838         * lily/side-position-interface.cc: doc updates
5839
5840         * Documentation/user/refman.itely: updates, tweaks.
5841
5842         * lily/parser.yy (Simple_music): remove outputproperty
5843
5844         * make/stepmake.make: use VERSION again; importing VERSION via
5845         autoconf dependencies is too hairy.
5846
5847 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5848
5849         * lilypond-mode.el: allow `-' for keywords and identifiers.
5850
5851 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5852
5853         * VERSION: release 1.9.6
5854         
5855         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5856         iso. ly2dvi.
5857
5858         * Documentation/user/*.itely: fixes everywhere
5859
5860         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5861         produce ties from the engraver itself, do not broadcast TieEvent.
5862
5863         * lily/my-lily-lexer.cc: remove pitch & duration.
5864
5865         * lily/parser.yy (TODO): remove \pitch and \duration
5866
5867         * input/test/explicit.ly: remove file.
5868
5869         * Documentation/user/refman.itely (Pitches): remove \pitch 
5870         \duration command.
5871
5872 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5873
5874         * buildscripts/lilypond.words.py: add all slur types to Emacs
5875         insertion menu, suppose everything is postfixed by dropping 
5876         unnecessary `-' -marks.
5877
5878 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5879
5880         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5881         tremoloed stems.
5882
5883         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5884         head for flagged stems.
5885
5886         * lily/stem.cc (get_default_stem_end_position): futz with extra
5887         stem length if there is a stem tremolo.
5888
5889         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5890         it would be too small.
5891
5892         * lily/font-metric.cc: return #f for non-existent glyph.
5893         
5894         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5895         exported through config.make.
5896
5897         * input/regression/clef-oct.ly: new file.
5898
5899         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5900         transposition.
5901
5902         * input/template/*.ly: remove old relative.
5903
5904         * ly/english.ly: add X names for double sharp.
5905
5906 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5907
5908         * lily/font-select.cc: new file handle font selection routines.
5909
5910         * lily/parser.yy: add ; (Patrick Atamaniuk)
5911
5912         * input/test/time-signature-double.ly: use markups for double time
5913         sigs.
5914
5915         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5916         ChordNames.SeparationItem #'padding for adjusting space after chords.
5917         
5918         * lily/music-output-def.cc (LY_DEFINE): 
5919         new function ly:paper-lookup.
5920         
5921         * mf/parmesan-clefs.mf: use # quantities for char_box
5922         offsets. Fixes overflow errors in the PFA. 
5923
5924         * scm/new-markup.scm (strut-markup): change calling interface for
5925         markup. Pass paper-def, not grob. This would allow \markup to be
5926         used separately from grobs.
5927
5928         * lily/paper-def.cc: new function ly:paper-font; this function
5929         replaces ly:get-font.
5930
5931         * lily/include/font-interface.hh (struct Font_interface): take
5932         Paper_def iso. Grob for get_font().
5933
5934 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5935
5936         * Documentation/user/ tutorial.itely, refman.itely: add warning
5937         about \key and accidentals.
5938
5939 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5940
5941         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5942
5943         * Documentation/user/*.itely: manual tweaks
5944
5945 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5946
5947         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5948         cleanup; bugfix: exact_center
5949
5950         * Documentation/user/refman.itely: added more documentation on
5951         ambitus according to recent questions on lilypond-user list
5952
5953 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5954
5955         * input/regression/ottava.ly (texidoc): demo 15ma too.
5956
5957         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5958
5959         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5960         octave fixes.
5961
5962 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5963
5964         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5965         problems on older Mac editors.
5966
5967 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5968
5969         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5970
5971 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5972
5973         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5974         mf/parmesan-clefs.mf: added comments on character alignment and
5975         set_char_box() conventions
5976
5977         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5978         set_char_box()'s
5979
5980         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5981
5982 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5983
5984         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5985
5986 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5987
5988         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5989         shortened to avoid almost-collision with staff line; code cleanup;
5990         other custodes: fixed char boxes; code cleanup
5991
5992 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5993
5994         * configure.in: release 1.9.5
5995         
5996         * scripts/lilypond.py (global_latex_preamble): only set
5997         twosideshift if 'twoside' is in latexoptions 
5998
5999         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6000
6001         * VERSION: remove
6002
6003         * scripts/*2ly.py: update <> syntax
6004
6005 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6006
6007         * lily/chord-name-engraver.cc (process_music): add origin for
6008         chord name.
6009
6010         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6011
6012         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6013         bass notes for exceptions too.
6014
6015         * scm/define-grobs.scm (all-grob-descriptions): rename
6016         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6017
6018         * scm/define-grob-properties.scm (remove-first): add remove-first
6019         property for orchestral scores.
6020
6021         * Documentation/user/*.itely: switch <<>> and <> 
6022
6023         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6024         last_line only once. This fixes the two consecutive glissandi problem.
6025
6026 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6027
6028         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6029         error message "flexa-width undefined"
6030
6031         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6032         lily/include/gregorian-ligature.hh: print warning when ignoring
6033         head prefixes on flexa shapes
6034
6035         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6036         space before a series of inclinatum heads
6037
6038         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6039         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6040         cleanups
6041
6042         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6043         and char_box
6044
6045 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6046
6047         * input/regression/breathing-sign.ly: tiny fixes
6048
6049         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6050         semantical collision with vaticana ligatures
6051
6052         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6053         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6054         now consistent with mensural ligatures
6055
6056         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6057         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6058         context pitches and staff position; dto. for virga stem; removed
6059         obsolete virga and clivis characters from parmesan font (WARNING:
6060         font changed)
6061
6062         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6063         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6064
6065         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6066         scm/define-grob-properties.scm: consistency fix: renamed
6067         join_left->add_cauda
6068
6069         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6070         appendix length; bugfix: yoffs_bt for reverse direction punctum
6071         characters
6072
6073         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6074         small cleanups; added more docu
6075
6076         * lily/mensural-ligature-engraver.cc,
6077         lily/vaticana-ligature-engraver.cc,
6078         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6079         computation to CoherentLigatureEngraver
6080
6081         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6082         scm/define-grob-properties.scm: bugfix: added missing linea and
6083         cavum properties; bugfix: removed dead semivocalis property
6084
6085         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6086         length; redesigned quilisma, stropha and auctum
6087
6088         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6089         line thickness
6090
6091         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6092         Documentation/user/refman.itely: bugfix: introduced shifted
6093         epiphonus head to avoid collision with adjacent plica
6094
6095 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6096
6097         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6098
6099         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6100
6101 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6102
6103         * Documentation/user/tutorial.itely (A lead sheet): remove
6104         duplicate chords.
6105
6106         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6107
6108 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6109
6110         * Documentation/bibliography/computer-notation.bib (isbn): add
6111         xivcim publication.
6112
6113 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6114
6115         * GNUmakefile.in: drop lilypond.words for generation.
6116
6117 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6118
6119         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6120
6121         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6122
6123 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6124
6125         * input/test/figured-bass-alternate.ly (fl): new file.
6126
6127         * Documentation/topdocs/README.texi (Top): clarifications.
6128
6129         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6130         theses of Gieseking and Renz.
6131
6132         * GNUmakefile.in (README_FILES): remove README.mandrake.
6133
6134 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6135
6136         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6137         from source files and search patterns listed in the script.
6138
6139         * GNUmakefile.in: add target `lilypond.words'.
6140
6141         * lilypond.words: remove file, generated by `make lilypond.words'.
6142
6143         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6144
6145 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6146
6147         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6148
6149 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6150
6151         * VERSION: 1.9.4 released
6152
6153         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6154         rule for < > <-> << >> substitution
6155
6156         * lily/lexer.ll: exchange meaning of << >> and < > 
6157
6158         * VERSION (PACKAGE_NAME): 1.9.3 released
6159
6160         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6161         pages unconditionally.
6162
6163 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6164
6165         * Documentation/user/music-glossary.tely (Top): small syntax
6166         fixes.
6167
6168         * scm/music-functions.scm (remove-tag): filter \tagged music
6169         expressions.
6170
6171         * input/regression/tag-filter.ly (texidoc): new file.
6172
6173         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6174         symbol2 .. ) etc. 
6175
6176         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6177         convert rule.
6178
6179         * Documentation/user/refman.itely (Fingering instructions): adjust
6180         manual.
6181
6182         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6183         for borderline cases (e.g. 1 fingering.)
6184         (position_scripts): revise interface, use fingerOrientations to
6185         set fingering positions.
6186
6187         * scm/document-translation.scm (context-doc): add aliases to
6188         automated documentation.
6189
6190         * make/lilypond-vars.make: remove stepmake compat glue.
6191
6192         * make/generic-vars.make: remove cruft.
6193
6194         * lily/main.cc (main): don't identify binary.
6195
6196 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6197
6198         * lily/include/translator.hh (class Translator): remove
6199         type_string_ , use symbol for context name throughout.
6200         Changes through whole source tree.
6201
6202         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6203         set PDF as default, and always make PDF.
6204
6205         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6206
6207 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6208
6209         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6210         Documentation/user/refman.itely input/regression/allfontstyle.ly
6211         input/regression/grace-types.ly:
6212         fix spelling for acciaccatura (Webster's 1913).
6213
6214 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6215
6216         * lily/main.cc (usage): adjust blurb, include url.
6217
6218         * input/regression/breathing-sign.ly (texidoc): transpose up
6219
6220 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6221
6222         * input/regression/breathing-sign.ly: changed ancient examples to
6223         be relevant (by request of Han-Wen); updated BreathingSign text
6224         property according to new syntax.
6225
6226         * ly/gregorian-init.ly: updated BreathingSign text property
6227         according to new syntax
6228
6229 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6230
6231         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6232         (Clef): index entries for clefs.
6233
6234         * python/lilylib.py (system): remove errorlog files.
6235         
6236 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6237
6238         * lilypond.words: add \new and new graces. Add dynamics to menus
6239         keeping 1.8.x compatibility; after all the engraving relating to 
6240         notes becomes postfixed `-' marks will be removed.
6241
6242 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6243
6244         * lily/molecule.cc (align_to): idem.
6245
6246         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6247         
6248         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6249         accacciatura everywhere.
6250
6251         * VERSION (PACKAGE_NAME): released 1.9.2
6252
6253         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6254
6255         * scm/document-markup.scm (markup-doc-node): sort markup function
6256         list.
6257
6258         * lily/paper-outputter.cc (output_version): change "Lily was here"
6259         into  "Engraved by LilyPond"
6260
6261         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6262         on unquoted strings before \notenames.
6263
6264         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6265         increases the number of s/r reductions to 4.
6266
6267         * scm/new-markup.scm (fraction-markup): \fraction command.
6268
6269         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6270         mode
6271
6272         * lily/lookup.cc (round_filled_box): rename function.
6273         (LY_DEFINE): round-filled-box: change signature.
6274
6275         * Documentation/user/refman.itely: revise section explaining grace
6276         notes.
6277
6278         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6279         ly:set-context-property
6280
6281         * input/*/*.ly (vmus): use \new everywhere.
6282
6283         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6284
6285         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6286         default
6287
6288         * scm/music-functions.scm (set-stop-grace-properties)
6289         (set-start-grace-properties, add-grace-property): new functions
6290         for modular grace tweak control.
6291
6292         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6293         
6294 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6295
6296         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6297
6298         * GNUmakefile.in (install-pfa-fonts):
6299         (get-pfa-fonts): New target.
6300
6301         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6302         install-pfa-fonts help.
6303
6304 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6305
6306         * lily/translator-scheme.cc (LY_DEFINE):
6307         ly:context-pushpop-property new function.
6308         (LY_DEFINE): new function ly:translator-find  
6309         new function ly:translator?
6310         (LY_DEFINE): new function ly:context?
6311
6312         * lily/translator-def.cc: remove
6313         Translator_def::apply_pushpop_property().
6314
6315         * python/lilylib.py (read_pipe): only store and display error log
6316         if verbose not set.
6317         (read_pipe): only display log if it contains something.
6318
6319 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6320
6321         * Documentation/misc/GNUmakefile: Re-add.
6322         (TEXTS): Add CHANGES.
6323
6324 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6325
6326         * lilypond.words: add \newcontext.
6327
6328 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6329
6330         * lily/tie-performer.cc (stop_translation_timestep): only flush
6331         tied_notes when we have actually made a tie. Fixes bugs with ties
6332         in polyphonic scores.
6333
6334 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6335
6336         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6337         they do not exist.
6338
6339 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6340
6341         * VERSION (PACKAGE_NAME): released 1.9.1 
6342
6343         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6344         Instrument_name_engraver
6345
6346         * lily/tie-performer.cc (create_audio_elements): bugfix
6347
6348         * Documentation/user/music-glossary.tely (Top): comment out
6349         font-style statements.
6350
6351         * input/test/force-hshift.ly: revise example.
6352
6353         * Documentation/bibliography/engraving.bib (note): typos.
6354
6355         * configure.in: bump GCC requirements to 3.x
6356
6357         * lily/include/audio-item.hh (class Audio_tie): rename
6358         note_l_drul_ to note_drul_
6359
6360         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6361
6362         * lily/parser.yy (relative_music): whoops. All \relative were off
6363         by ...  a lot .... Ahem.
6364
6365         * scm/define-music-types.scm (music-descriptions): idem.
6366
6367         * lily/beam-engraver.cc: move new-beam-event to beam-event
6368
6369         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6370         to Tie_engraver
6371
6372         * input/regression/bar-number.ly: remove unnecessary old-relative
6373         options.
6374         
6375         * Documentation/user/internals.itely (Creating contexts): document
6376         \newcontext
6377
6378         * lily/parser.yy (Composite_music): add \newcontext
6379
6380         * Documentation/user/refman.itely (MIDI block): add note about
6381         dotted tempos.
6382
6383         * scm/font.scm: remove old markup legacy
6384
6385         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6386
6387         * lily/breathing-sign.cc (brew_molecule): remove function
6388
6389         * lily/text-item.cc: remove old-style markups.
6390         (interpret_markup): C++ version of markup function
6391         (brew_molecule): idem.
6392
6393         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6394         as Scheme variable.
6395
6396         * scripts/convert-ly.py (conv): dashes rule.
6397         Apply rule.
6398
6399         * Documentation/user/lilypond-book.itely: syntax fixes. 
6400
6401 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6402
6403         * VERSION (PACKAGE_NAME): release 1.9.0
6404
6405         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6406         note about dvips. (Should backport.)
6407
6408         * scripts/convert-ly.py
6409         (FatalConversionError.articulation_substitute): add
6410         convert-new-chords code. Remove convert-new-chords.py
6411
6412         * Documentation/user/refman.itely (Octave check): document
6413         \octave.
6414
6415         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6416         \relative changes.
6417
6418         * lily/parser.yy (command_element): octave check:
6419
6420            \octave PITCH
6421
6422         checks that PITCH (without octave) yields PITCH (with octave) in
6423         \relative
6424
6425         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6426
6427         * lily/scm-option.cc: ly:set-option now has the default argument
6428         #t.
6429
6430         * lily/lexer.ll: add \renameinput
6431
6432         * python/lilylib.py (command_name): robustifications.
6433
6434         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6435         /dev/stderr. This is ash compatible.
6436
6437         * ly/init.ly: add warning if compatibility was not necessary.
6438
6439         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6440
6441         * flower/include/string-handle.icc: formatting cleanups, rename
6442         references by ref_count_.
6443
6444 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6445
6446         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6447         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6448         package libs separately, fix conflicting php variable out=/dev/vc/
6449         invoking `unset out', declare menus, use only one icon-file, fix
6450         doc-path in menu.
6451
6452 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6453
6454         * scripts/convert-ly.py (FatalConversionError.conv): typo
6455
6456         * Documentation/misc/GNUmakefile: restore misc directory.
6457
6458         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6459
6460         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6461         Petites-Preludes 
6462
6463         * input/test/partial-blank.ly (quickmeasure): syntax
6464
6465         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6466         attachment property.
6467
6468         * Documentation/user/refman.itely: remove superfluous -'s 
6469         (Grace notes): ) fixes.
6470
6471         * lily/music.cc: generic compress(), transpose() functions. Remove
6472         others.
6473
6474         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6475         style markup entry.
6476
6477         * lily/parser.yy: all articulations postfix; remove obligatory -
6478         for [,  ) and \!
6479         
6480         * lily/music.cc (to_relative_octave): write generic
6481         to_relative_octave function; various relative cleanups.
6482         Hmmm.
6483
6484         * lily/scm-option.cc: add options new-relative and old-relative
6485
6486         * po/sv.po: new po file.
6487
6488         * Documentation/user/refman.itely (Dynamics): website
6489         fixes. (should backport!)
6490
6491 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6492
6493         * make/lilypond.mandrake.spec.in: declare version only once.
6494
6495 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6496
6497         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6498         meaning for now.
6499
6500 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6501
6502         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6503
6504         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6505
6506         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6507
6508         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6509
6510         * lily/music.cc (var): add ly:music-transpose function.
6511
6512         * lily/parser.yy (pre_events): remove prefix articulations.
6513
6514         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6515
6516         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6517
6518         * Documentation/user/refman.itely (Text markup): add comment about
6519         markup in header.
6520
6521 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6522
6523         * lily/paper-outputter.cc (write_header_fields_to_file): 
6524         only dump value if it is a string.
6525
6526         * flower/include/dictionary.hh: remove.
6527         
6528         * Documentation/ChangeLog-1.5: add back old log.
6529
6530         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6531         .pfas from a .deb.
6532
6533 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6534
6535         * Documentation/bibliography/engraving.bib: add entry for
6536         Jaschinski's Notation
6537
6538 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6539
6540         * Documentation/user/refman.itely (Beaming): add note about
6541         allowBeamBreak
6542
6543 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6544
6545         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6546         GregorianTranscription contexts
6547
6548         * ly/engraver-init.ly: vaticana contexts: minor fixes
6549
6550         * Documentation/user/refman.itely (Ancient notation): added note
6551         on appendix length bug
6552
6553         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6554         input/test/vaticana.ly: use vaticana contexts; small fixes
6555
6556 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6557
6558         * flower/hash.cc: Remove.
6559
6560         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6561         to (nonexistent?) hash_func_ identifier.
6562
6563         * python/midi.c (midi_error, midi_warning): Use char const* for
6564         __FUNCTION__ argument.
6565
6566         * python/gettext.py: Remove.  We already require python 2.1, which
6567         includes gettext.py.
6568
6569         * configure.in: Require python 2.1, as INSTALL.texi says.
6570         it.
6571
6572         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6573         versions 1.50 and 1.75.  Remove note about lexer patch.
6574
6575 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6576
6577         * Documentation/topdocs/INSTALL.texi: Update type1 font
6578         description to actual situation.  Add comment about new font ball
6579         layout.
6580
6581         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6582         in $LILYPONDPREFIX suffices for installation.
6583
6584 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6585
6586         * debian/control (Build-Depends): Add flex-old as alternative to
6587         flex.  Deprecate bison 1.75.
6588
6589 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6590
6591         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6592         Vaticana contexts
6593
6594         * Documentation/user/refman.itely (Ancient notation): documented
6595         some bugs; tiny fixes; added docu on Vaticana contexts
6596
6597         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6598         scripts
6599
6600 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6601
6602         * Documentation/user/refman.itely (Ancient notation): added some
6603         introductory words; added section on ancient time signatures;
6604         added some @seealso and @refcommands; small fixes and
6605         beautifications
6606
6607 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6608
6609         * input/regression/note-head-style.ly: many fixes and updates
6610
6611         * Documentation/user/refman.itely: added small sections on ancient
6612         accidentals, rests and flags; revised ancient note head section;
6613         small wording/spelling fixes
6614
6615         * input/test/rests.ly: layout fixes
6616
6617 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6618
6619         * input/puer-fragment.ly: bugfix: central C position of do clef
6620
6621         * ly/gregorian-init.ly: workaround: add small padding space before
6622         divisiones (the correct fix would be the spacing engine to handle
6623         this)
6624
6625 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6626
6627         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6628         cue-notes.ly: minor fixes.
6629
6630 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6631
6632         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6633         input/test/custos-style.ly
6634
6635         * Documentation/index.html.in: bugfix: link to Tutorial.html
6636
6637         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6638         to neumes; bugfix: "et": epiphonus, not just a simple pes
6639
6640 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6641
6642         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6643
6644         * lilypond.words: add new features: markup, column, center, \[ \].
6645         
6646 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6647
6648         * Documentation/topdocs/NEWS.texi, DEDICATION,
6649         stepmake/bin/add-html-footer.py
6650         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6651         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6652         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6653         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6654         added (only) after a sentence which is complete; if the sentence is 
6655         not ended a comma `,' or nothing is used. fix also spaces.
6656
6657 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6658
6659         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6660         requirements to plain 1.6.
6661
6662         * buildscripts/mutopia-index.py (read_lilypond_header): update
6663         mutopia-index.py to 1.4 syntax [sic]
6664
6665 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6666
6667         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6668
6669 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6670
6671         * Documentation/index.html.in: url for regression pdf
6672
6673         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6674
6675         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6676
6677         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6678
6679         * VERSION: 1.8.0 released
6680         
6681         * GNUmakefile.in (local-WWW-post): footify build fix.
6682
6683         * configure.in: require GUILE 1.6.4
6684
6685         * Documentation/user/GNUmakefile: don't copy *.png for
6686         lilypond-internals
6687
6688         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6689         local-WWW-post target.
6690         (rsync-web): add rsync-web target
6691
6692         * Documentation/user/introduction.itely (Music notation and
6693         engraving): add neume example
6694
6695         * input/puer-fragment.ly (cantus): add puer-fragment
6696
6697 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6698
6699         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6700         to notes, so that equalizer is actualy being used.
6701
6702         * scm/midi.scm (instrument-equalizer-alist):
6703         (absolute-volume-alist): Define public, so that user can copy or
6704         override.
6705
6706         * lily/key-performer.cc (create_audio_elements): Check for minor
6707         key.  Only if key is minor, set MIDI key to minor.
6708
6709 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6710
6711         * Documentation/user/refman.itely (Hiding staffs): fixes.
6712
6713         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6714
6715         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6716         vertical extents to deal with Hara kiri correctly.
6717
6718         * input/regression/hara-kiri-short.ly: remove
6719
6720         * input/regression/hara-kiri-pianostaff.ly: update test.
6721
6722         * Documentation/user/*.tely: remove WEBTITLE
6723
6724         * scm/output-tex.scm (comment): idem.
6725
6726         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6727
6728         * scm/music-functions.scm (make-lyric-event): new function
6729
6730         * scm/lily.scm (lilypond-version): new function
6731
6732         * input/test/version-output.ly: new file.
6733
6734         * Documentation/user/lilypond.tely: add version number to
6735         front-page.
6736
6737 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6738
6739         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6740
6741 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6742
6743         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6744
6745         * Documentation/user/refman.itely (Hiding staffs): rename node.
6746
6747 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6748
6749         * input/regression/new-markup-syntax.ly (texidoc): remove
6750         molecule-callback override.
6751
6752 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6753
6754         * input/les-nereides.ly: Mark tweaks with %tweak.
6755
6756         * Debian patch, see debian/changelog (Anthony Fok).
6757
6758 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6759
6760         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6761         problem.
6762
6763 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6764
6765         * Documentation/user/refman.itely (Text markup): Fix language bug.
6766
6767 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6768
6769         * input/* : postfix syntax fixes.
6770
6771         * Documentation/user/refman.itely (Text markup): add note about
6772         raise/lower with ^ or _ .
6773         
6774         * po/fi.po: fix \\apply strings.
6775
6776         * lily/parser.yy (open_event): warn for prefix articulations.
6777
6778 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6779
6780         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6781         fix also on parmesan font.
6782
6783 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6784
6785         * VERSION 1.7.30 released
6786         
6787         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6788
6789         * buildscripts/mutopia-index.py (headertext): rewording
6790
6791 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6792
6793         * scm/new-markup.scm (strut-markup): new markup function.
6794
6795         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6796         space also when no accidental is there.
6797
6798 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6799
6800         * input/les-nereides.ly: Updates.
6801
6802 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6803
6804         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6805         which repeats the tag insertion selected from "Insert tag" menu.
6806
6807 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6808
6809         * lily/all-font-metrics.cc (find_font): load AFM files first only
6810         for feta fonts. This fixes problems with TeXlive and other TeX
6811         distros that include AFM files for the CM fonts. 
6812
6813         * scm/font.scm (qualifiers-to-font-name): remove.
6814
6815         * lily/paper-def.cc: remove get_var.
6816
6817         * input/trip.ly: remove file.
6818         
6819         * input/regression/spacing-note-flags.ly (raggedright): remove
6820         stafflinethickness
6821
6822         * input/les-nereides.ly: update to new syntax, cleanups.
6823
6824 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6825
6826         * Documentation/user/refman.itely: Clarify shortest-note problem
6827         of autobeamer.
6828
6829 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6830
6831         * lilypond-mode.el: Add each word to regexps only once.
6832
6833         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6834         is based on the syntax definitions in lilypond.words. Remove all 
6835         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6836         LilyPond->Insert menu is generated by the entries in lilypond.words 
6837         to which have been given a syntax definition.
6838
6839         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6840         \notes, \relative, \score, \simultaneous, \transpose.
6841
6842         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6843
6844         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6845         
6846         * lilypond-mode.el: add menu keywords separately.
6847
6848         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6849
6850 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6851
6852         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6853         current ugly installation method for PFA fonts.
6854
6855 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6856
6857         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6858         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6859
6860         * Documentation/user/music-glossary.tely: update legato.
6861
6862 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6863
6864         * lexer-gcc-3.0.patch: Remove.
6865
6866         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6867
6868 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6869
6870         * debian/rules (binary-arch): remove NEWS.
6871
6872 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6873
6874         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6875         stepmake/bin{ many }: polish the `--help's of different scripts;
6876         model taken from the core-utils of Linux.
6877
6878         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6879
6880 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6881
6882         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6883
6884         * flower/libc-extension.cc: idem.
6885
6886         * flower/include/libc-extension.hh: protect against isinf macros.
6887
6888 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6889
6890         * { many }: Use two uppercase letters in LilyPond.
6891
6892         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6893
6894         * VERSION: 1.7.29 released.
6895         
6896 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6897
6898         * lily/tie.cc: add TODO comment.
6899
6900         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6901
6902         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6903         linejoins and linecaps. This fixes problems with occasional spikes
6904         on slur/tie endings.
6905         
6906         * input/regression/font-name.ly: don't use PS fonts for
6907         compatibility reasons. 
6908
6909         * mutopia/claop.py (accents): update to 1.8
6910
6911         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6912
6913         * Documentation/user/macros.itexi: don't color glossary links.
6914
6915         * Documentation/user/invoking.itexi (Error messages): new section
6916
6917 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6918
6919         * input/regression/font-name.ly: add file.
6920
6921         * scm/document-backend.scm (grob-doc): remove <hr> from
6922         lilypond-internals
6923
6924         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6925         reqd version to 1.6.4 
6926
6927         * lily/font-interface.cc (get_font): bugfix: take font-name from
6928         alist chain too. This fixes font-name override for \markup.
6929
6930 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6931
6932         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6933
6934         * input/test/polymetric-differing-notes.ly: Compile fix.
6935
6936 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6937
6938         * Documentation/user/refman.itely: fixed typo
6939
6940         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6941         before flexa
6942
6943 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6944
6945         * input/test/{ many }: search & fix some typos.
6946
6947 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6948
6949         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6950         images.
6951
6952         * scm/music-functions.scm (make-voice-props-set): set Script /
6953         TextScript dir for polyphony too.
6954
6955         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6956         before clef.
6957
6958         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6959
6960 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6961
6962         * Documentation/user/refman.itely (Percussion): Small
6963         clarifications and fixes.
6964
6965         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6966         threads. This fixes different heads playing simultaneously.
6967
6968 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6969
6970         * Documentation/user/{ many }: increase readability (read through 
6971         User manual from `one big page').
6972
6973 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6974
6975         * input/test/polymetric-differing-notes.ly: add example with
6976         disparate note values.
6977
6978         * input/test/polymetric.ly: rename from poly-metric
6979
6980         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6981         iso. outname.
6982
6983         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6984         G-clef bbox to real char extents. This fixes the G-clef being
6985         offset too much to the right.
6986         document perc clef offset.
6987
6988         WARNING: FONT CHANGED.
6989
6990         * Documentation/user/tutorial.itely (Tutorial): move menu.
6991
6992 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6993
6994         * buildscripts/lilypond-profile.sh (Error): trim error message.
6995
6996         * Documentation/user/invoking.itexi (Invoking the lilypond
6997         binary): add note about path.
6998
6999         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7000         suppresses superfluous spaces.
7001
7002 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7003
7004         * buildscripts/lilypond-profile.sh: Add documentation to error
7005         message.
7006
7007         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7008
7009 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7010
7011         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7012         <mike@ossmann.com>)
7013
7014         * Documentation/bibliography/computer-notation.bib (pages): prune
7015         unscientific language.
7016
7017         * Documentation/user/GNUmakefile: copy unsplit file to
7018         lilypond.html (idem for lilypond-internals).
7019
7020         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7021
7022         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7023
7024         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7025
7026         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7027         fix.
7028         
7029 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7030
7031         * Documentation/user/{ various }: bind text snippets with their
7032         examples, e.g. by punctuation: This is an example.
7033
7034 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7035
7036         * ly/performer-init.ly (VoiceContext): Typos.
7037
7038         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7039         builds, leave final-install to toplevel srcdir makefile.
7040
7041         * make/srcdir.make.in (install): New target.
7042
7043 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7044
7045         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7046         This fixes core dump on MIDI output (Simon Weatherill).
7047
7048         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7049         on local-WWW-post.
7050
7051 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7052
7053         * make/lilypond.redhat.spec.in: add dvips to reqs.
7054
7055 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7056
7057         * make/srcdir.make.in (web): Add special web target.
7058
7059         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7060         from inner $(LOOP).
7061
7062         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7063
7064         * stepmake/stepmake/generic-targets.make (www-targets-help):
7065         * GNUmakefile.in (web-install): Install in $(webdir).
7066
7067         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7068
7069         * cygwin/changelog: 
7070         * cygwin/mknetrel: Update.
7071
7072         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7073         (html-doc): Remove (use: web).
7074
7075         * stepmake/stepmake/script-rules.make: 
7076         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7077         Fix $(config_make) dependencies for srcdir build.
7078
7079         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7080         target for srcdir build.
7081
7082         * stepmake/make/stepmake.make: 
7083         * make/srcdir.make.in: 
7084         * GNUmakefile.in:
7085         * make/stepmake.make (config_make): Rename variable (was:
7086         configuration).
7087
7088 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7089
7090         * Documentation/user/internals.itely (Manipulating music
7091         expressions): run lilypond on example too.
7092
7093         * flower/include/libc-extension.hh: move lrint define to
7094         header. bugfix.
7095         
7096 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7097
7098         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7099         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7100         do we recurse whole tree?).
7101
7102         * GNUmakefile.in (html-doc): Resurrect.
7103
7104         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7105         obsolete $(package-icon) dependency.
7106
7107 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7108
7109         * Documentation/user/refman.itely (Automatic staff changes):
7110         add seealso 
7111
7112         * Documentation/index.html.in: link to bigpage.
7113
7114         * Documentation/user/tutorial.itely (Tutorial): streamline.
7115
7116         * Documentation/index.html.in: url typo.
7117
7118         * VERSION (PACKAGE_NAME): release 1.7.28
7119
7120         * python/lilylib.py (error_log): remove '/' from name.
7121
7122         * input/regression/pedal.ly: remove; dups input/test/
7123         
7124         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7125
7126         * Documentation/index.html.in: python style doco index.
7127
7128         * Documentation/{footer,header}.html.in (src): remove, 
7129
7130         * Documentation/pictures: remove all but lelie-logo.xpm.
7131
7132         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7133         before running makeinfo.
7134
7135         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7136         @code{}
7137
7138 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7139
7140         * input/test/bar-number-regular-interval.ly: rename.
7141
7142         * Documentation/user/*: various fixes. 
7143
7144 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7145
7146         * Documentation/{ many }: polish for update-all-menus. typos.
7147
7148         * po/fi.po: fixes.
7149
7150         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7151
7152         * buildscripts/mutopia-index.py: polish.
7153
7154         * input/regression/{ many }, input/test{ many }: polish texidocs.
7155
7156 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7157
7158         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7159         pedal-style
7160
7161         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7162         iso. edge-widen.
7163
7164         * lily/piano-pedal-engraver.cc (process_music): change from
7165         process_acknowledged ()
7166
7167         * lily/piano-pedal-bracket.cc: new file. Change
7168         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7169         cleaned up.
7170
7171         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7172
7173         * input/regression/tuplets.ly (texidoc): rename file.
7174
7175         * po/fr.po: update
7176
7177         * buildscripts/lilypond-profile.sh: error message if script is not
7178         sourced.
7179
7180         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7181         bracket-flare
7182         (make_bracket): simplify code.
7183
7184         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7185         argument.
7186
7187         * python/lilylib.py (lilypond_version_check): new function
7188
7189         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7190
7191         * scripts/ly2dvi.py (run_lilypond): add version check.
7192
7193         * scripts/lilypond-book.py (option_definitions): typo
7194
7195         * scripts/ly2dvi.py (include_path): typo
7196
7197         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7198
7199         * lily/parse-scm.cc (parse_handler): typo
7200
7201         * Documentation/user/macros.itexi: use @heading for headings.
7202
7203         * Documentation/user/refman.itely: updates, fixes.
7204
7205 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7206
7207         * po/fi.po: add Finnish translations. fixes.
7208
7209         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7210
7211         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7212         from lily/glissando-engraver.cc.
7213
7214 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7215
7216         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7217         for non-first _broken_ bracket.
7218
7219         * Documentation/user/refman.itely: corrections.
7220
7221 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7222
7223         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7224         support of the fingerings.
7225
7226         * po/fr.po: French translation update.
7227
7228         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7229         strings.
7230
7231 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7232
7233         * Documentation/user/introduction.itely: Small fixes.
7234
7235 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7236
7237         * Documentation/topdocs/AUTHORS.texi: polish.
7238
7239 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7240
7241         * Documentation/user/introduction.itely: revise
7242
7243         * Documentation/user/tutorial.itely: reorganise.
7244
7245         * Documentation/topdocs/index.tely: remove.
7246
7247         * Documentation/header.html.in: prune.
7248
7249         * GNUmakefile.in: clean up web building.
7250
7251         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7252         target.
7253
7254 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7255
7256         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7257
7258         * lilypond-mode.el: turn on blink-matching-paren.
7259
7260 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7261
7262         * scm/output-sodipodi.scm (svg-header): Fix typo.
7263
7264 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7265
7266         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7267         fixes a security hole.
7268
7269         * scripts/lilypond-book.py (original_dir): remove temp_dir
7270
7271         * scm/document-translation.scm: use @code tags.
7272
7273 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7274
7275         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7276
7277         * lilypond-mode.el: add a buffer-local post-command-hook to set
7278         context dependent syntax-table after each cursor event. Remove old
7279         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7280
7281         * lilypond-indent.el: update comments.
7282
7283         * Documentation/footer.html.in: add period.
7284
7285 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7286
7287         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7288
7289         * scm/document-translation.scm (document-property-operation): add
7290         @code{} tags.
7291
7292         * VERSION (PACKAGE_NAME): release 1.7.27
7293
7294         * config.make.in: add PAPER variable
7295
7296         * buildscripts/new-chords.py (help): add help text
7297
7298         * Documentation/user/introduction.itely (Typography and program
7299         architecture):  fixes.
7300
7301         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7302         for texinfo and dvips. This fixes problems with PDF output of the
7303         wrong size.
7304
7305         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7306         DVIPS_PAPERSIZE variable
7307
7308         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7309         TEXINFO_PAPERSIZE variable 
7310
7311 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7312
7313         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7314
7315         * mf/feta-toevallig.mf: lowres fixes.
7316
7317 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7318
7319         * NEWS: Typo and fill-paragraph fixes.
7320
7321         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7322         cast #define.
7323
7324         * configure.in: 
7325         * config.hh.in: Check for lrint.
7326
7327 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7328
7329         * VERSION: 1.7.26 released
7330
7331         * lily/separation-item.cc: add padding property.
7332
7333         * input/test/*.ly: various fixes, remove solo-a2.ly
7334
7335         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7336         bugfix. Fixes old-style markup compatibility.
7337
7338         * Documentation/user/introduction.itely (Introduction): historical
7339         elucidations
7340
7341         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7342
7343         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7344
7345         * Documentation/index.texi (Top): cleanup.
7346
7347         * Documentation/user/introduction.itely (Introduction): rewrite
7348         introduction, 
7349         (Music notation and  engraving): about notation. Add flat-picture
7350
7351 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7352
7353         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7354         separation items. This keeps lyrics from bumping into each other.
7355
7356 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7357
7358         * GNUmakefile.in (topdocs-web): New target.
7359         (local-web): Depend on topdocs-web; fixes html-doc.
7360
7361 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7362
7363         * po/lilypond.pot: run po-replace
7364
7365         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7366
7367         * scm/drums.scm (reset-drum-kit): new function.
7368
7369         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7370
7371         * scripts/update-lily.py: remove
7372         
7373         * VERSION: release 1.7.25
7374         
7375         * Documentation/user/introduction.itely (Introduction): rewrite
7376         start of introduction.
7377
7378 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7379
7380         * lily/all-font-metrics.cc: fixed typo
7381
7382 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7383
7384         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7385         LilyPond-mode-context-set-syntax-table): new functions to define
7386         the syntax table according to context.
7387
7388         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7389
7390 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7391
7392         * Documentation/user/refman.itely (Figured bass): 
7393         language nit courtesy http://www.vocabula.com
7394
7395         * GNUmakefile.in: remove no kpathsea hack.
7396
7397         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7398         doco.
7399
7400         * GNUmakefile.in: remove web-doc target.
7401
7402         * lily/all-font-metrics.cc (find_afm): add message about
7403         buildscripts/clean-fonts.sh 
7404
7405         * scm/define-music-properties.scm (figure): use string for 'figure
7406
7407         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7408
7409         * input/regression/ : add raggedright = ##t where applicable. 
7410         
7411         * scm/bass-figure.scm (make-bass-figure-markup): add
7412         alignBassFigureAccidentals property.
7413
7414         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7415         bracket.
7416
7417         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7418         syllables widths into account for minimum-length.
7419
7420         * input/test/staff-container.ly: update file
7421
7422         * input/test/stem.ly: remove
7423
7424         * lily/event.cc (LY_DEFINE): add ly: prefix.
7425
7426         * input/test/clef-manual-control.ly: from manual-clef
7427
7428         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7429
7430         * input/test/different-time-signatures.ly: move to poly-metric.ly
7431
7432         * input/test/hara-kiri*,scales.ly: remove
7433         
7434         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7435         with chord-names-jazz.ly)
7436
7437         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7438         get scalable cm fonts too.
7439
7440         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7441         --encoding for mftrace if present.
7442
7443         * input/regression/slur-area.ly: move from test/
7444
7445         * input/test/: remove simple-slur-endings slur-attachment
7446         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7447         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7448         slur-symmetry slur-symmetry tie-broken.ly
7449
7450         * scm/drums.scm (set-drum-kit): add function.
7451
7452         * Documentation/user/refman.itely (Percussion staves): use
7453         set-drum-kit
7454
7455         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7456         too
7457         (Global_measure.set_timesig): handle 3/8 time sig too.
7458
7459         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7460         note about triangle note heads.
7461
7462         * scm/drums.scm: use alist for instrument-settings. This fixes the
7463         bug with assigning to drums in the .ly file.
7464
7465         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7466         CHANGED.
7467
7468         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7469         cluster-beacon-interface
7470
7471         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7472
7473         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7474
7475         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7476
7477         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7478         to get positions.
7479
7480         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7481         make ClusterSpannerBeacon to record Y positions. This removes the
7482         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7483         make cluster-note-events.
7484
7485 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7486
7487         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7488
7489         * configure.in: Use lily/main.cc as identifying source file.
7490
7491         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7492
7493         * config.hh.in: 
7494         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7495
7496         * configure.in: Require PYTHON >= 2.0.
7497
7498         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7499           $PYTHON for include dir location.
7500         (STEPMAKE_PYTHON): New function.  Use
7501         
7502             PYTHON=foo ./configure
7503
7504           to override.
7505
7506 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7507
7508         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7509         something.
7510
7511         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7512         ftp.lilypond.org everywhere.
7513
7514 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7515
7516         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7517         detected.
7518
7519         * Documentation/user/refman.itely (Grace notes): note on explicit
7520         contexts
7521
7522 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7523
7524         * lilypond-font-lock.el: add a comment about LilyPond specific
7525         escape characters: ^, - and _, in the syntax table.
7526
7527         * Documentation/user/appendices.itely: a majuscule fix.
7528
7529 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7530
7531         * input/test/trills.ly (endHorizScript): fixes.
7532
7533         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7534         notation, move from regression.
7535
7536         * input/test/script-stack.ly: change name from stacked-scripts
7537
7538         * input/test/ossia.ly: octave errors.
7539
7540         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7541         for midi-volume-equaliser
7542
7543 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7544
7545         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7546         cm fonts.
7547
7548         * mf/feta-beugel.mf: don't multiply font_count by 10.
7549
7550         * lily/lookup.cc (horizontal_line): new function. Use
7551         horizontal-line in output backends.
7552
7553         * Documentation/user/tutorial.itely (An orchestral part): new
7554         section on orchestral stuff and identifiers.
7555
7556 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7557
7558         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7559         some interference to other modes.
7560
7561 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7562
7563         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7564         not maximum of spacing wishes in polyphonic situations.
7565
7566         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7567         number
7568
7569         * lilypond-indent.el: remove paren matching. 
7570
7571         * lily/text-item.cc (interpret_new_markup): new function
7572         use iso. text2molecule.
7573
7574         * lily/main.cc (notice): change FSF address 
7575
7576         * po/de.po: update PO file to 1.6.
7577
7578 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7579
7580         * Documentation/user/ {many}: Add periods and remove spaces.
7581         
7582 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7583
7584         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7585         Disable buffer-locally default paren hook and make a new one. 
7586
7587         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7588         locally LilyPond-paren-mode. Add todo for mouse double-click.
7589
7590 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7591
7592         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7593         Disable buffer-locally default paren idle timer and make a new one. 
7594
7595         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7596         locally LilyPond-show-paren-mode. Add to menu a toggle for
7597         LilyPond-show-paren-function.
7598
7599 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7600
7601         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7602
7603 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7604
7605         * Documentation/user/refman.itely: spelling fix.
7606
7607         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7608         paren highlight function definitions. add todo for
7609         LilyPond-show-paren-mode.
7610
7611 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7612
7613         * input/template/jazz-combo.ly: new file.
7614
7615 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7616
7617         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7618         lo-res fixes.
7619
7620         * mf/feta-schrift.mf: bugfix in varcoda sign.
7621         WARNING: FONT CHANGED
7622
7623         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7624         in accordance with lexer.ll.   
7625
7626 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7627
7628         * Documentation/user/tutorial.itely: Edit introduction.
7629
7630 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7631
7632         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7633         ly:grob-staff-position
7634
7635 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7636
7637         * scm/to-xml.scm: import srfi-1
7638
7639         * VERSION (MAJOR_VERSION):  release 1.7.24
7640
7641         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7642
7643         * scripts/lilypond-book.py (do_file): put texidoc before image.
7644         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7645
7646         * input/regression/*.ly: fix snippet octaves 
7647
7648         * input/test/spanner-after-break-tweak.ly: import
7649         broken-spanner-adjustment
7650
7651         * input/no-notation/midi-transposing.ly: move from input/test/
7652
7653         * input/test/: remove chord-markup
7654
7655         * input/regression/instrument-name-partial.ly: move from input/test.
7656
7657         * input/test/vertical-text.ly: remove
7658
7659         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7660         space above lyrics lines.
7661
7662         * input/test/uniform-breaking.ly: remove file.
7663
7664         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7665         uniform spacing density. 
7666
7667         * input/test/chords.ly (keys): remove file.
7668
7669         * scm/documentation-lib.scm (oop): use srfi-1 too.
7670
7671         * input/regression/*.ly: add \version
7672
7673         * Documentation/user/*.itely: various fixes.
7674
7675         * buildscripts/mf-to-table.py (base): break table every three
7676         symbols.
7677
7678         * input/:  remove %% new-chords-done %% .
7679
7680         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7681         os-music.ly
7682         
7683 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7684
7685         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7686
7687         * scm/new-markup.scm (box-markup): new function.
7688         (box-markup): new function. Contributed by Dick Schoeller
7689         <schoeller@attbi.com>
7690
7691         * scm/lily.scm: remove reduce-no-unit 
7692         (list-insert-separator): use fold-right
7693
7694         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7695         of arguments. 
7696
7697         * NEWS: more neutral language for ancient notation 
7698
7699         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7700         inside pointing beaming for chord tremolo.
7701
7702         * Documentation/user/lilypond-book.itely: minor editing
7703
7704 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7705
7706         * NEWS: added news for 1.8 regarding ancient notation
7707
7708         * Documentation/user/refman.itely (Gregorian square neumes
7709         ligatures): fixed typo
7710
7711         * lily/vaticana-ligature-engraver.cc,
7712         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7713         lower/upper head of Pes only when heads are stacked
7714
7715         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7716         scm/define-grob-properties.scm: cleanup: make "join-left" a
7717         boolean grob property and save delta pitch in grob property
7718         "delta-pitch" instead
7719
7720         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7721
7722 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7723
7724         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7725         completely borked
7726
7727         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7728         (try_music): bug fix: beam multiplicity was completely borked.
7729
7730         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7731         first-n, butfirst-n in favor of srfi-1 functions.
7732         remove string-join, string-pad in favor of srfi-13 functions.
7733
7734         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7735
7736         * NEWS: use complete sentences.
7737
7738         * Documentation/user/introduction.itely (Example applications):
7739         add note about databases and lilypond-book.
7740
7741         * input/test/volta.ly: remove file
7742
7743         * input/regression/volta-broken-left-edge.ly: simplify file
7744
7745 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7746
7747         * Documentation/user/refman.itely (Constructing a tweak): new
7748         subsection.
7749
7750         * Documentation/user/tutorial.itely (Fine tuning layout): add
7751         common tweaks.
7752
7753         * scm/define-grobs.scm (TextScript): use new brewer.
7754
7755 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7756
7757         * VERSION: release 1.7.23
7758
7759         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7760
7761         * python/lilylib.py (make_ps_images): bugfixes.
7762
7763         * input/regression/volta-multi-staff.ly: new file.
7764
7765         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7766
7767         * Documentation/user/tutorial.itely (Piano staffs): new section.
7768         (Setting variables): new section
7769         (Fine tuning layout): new section
7770
7771         * input/just-friends.ly: remove file. Superseeded by
7772         input/test/chords-without-melody.ly
7773
7774         * ly/property-init.ly: add all commands to refman.
7775
7776         * scm/define-translator-properties.scm: remove
7777         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7778
7779         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7780         name. Underscores botch up PS output.
7781
7782         * scm/define-translator-properties.scm: remove
7783         textNonEmpty, oneBeat, regularSpacingDelta
7784
7785         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7786         rule for automaticBars.
7787
7788         * lily/timing-engraver.cc (start_translation_timestep): change
7789         barNonAuto to automaticBars
7790
7791 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7792
7793         * input/test/perform-tie.ly: delete file.
7794
7795 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7796
7797         * Documentation/user/refman.itely (Gregorian square neumes
7798         ligatures): bugfix: do not show ledger lines in neumes table
7799         (fixed by setting staff symbol to transparent rather than removing
7800         it from staff context)
7801
7802 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7803
7804         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7805         glue into brew-new-markup-molecule.
7806
7807         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7808
7809         * Documentation/user/introduction.itely (Computerized typography):
7810         new section
7811
7812         * Documentation/user/tutorial.itely (An orchestral part): remove
7813         pc example from tutorial.
7814
7815         * input/tutorial/lilbook.tex: use screech-boink
7816
7817         * scripts/lilypond-book.py (compile_all_files): split formatting
7818         output body and scheduling lilypond compilation.
7819         (format_lilypond_output_bodies): new function
7820         (format_lilypond_block): new function
7821         (html_pages): allow multi-page images in HTML
7822
7823         * python/lilylib.py (make_ps_images): rename function from
7824         make_preview, merge with make_page_images
7825
7826 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7827
7828         * input/test/key-clefs.ly: moved to regression.
7829
7830         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7831
7832         * input/no-notation/README: added note about midi-*.ly files.
7833
7834         * input/test/two-key.ly: moved to no-notation/parse5.ly
7835
7836         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7837         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7838
7839         * input/test/ {various}: modified comments, marked some for deletion.
7840
7841         * input/test/lines.ly: deleted file; duplicate of
7842         embedded-postscript.ly
7843
7844         * input/test/mmrest-collision: moved to regression.
7845
7846 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7847
7848         * scm/chord-name.scm (note-name->markup): don't superscript root
7849         alterations in chordnames.
7850
7851 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7852
7853         * Documentation/user/refman.itely (Multi measure rests): more
7854         index/cross-referencing.
7855
7856         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7857
7858         * scm/font.scm: remove properties-to-font-name code.
7859
7860         * scm/define-grob-properties.scm: remove 'type
7861
7862         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7863         conversion
7864
7865         * lily/text-spanner.cc: change 'type grob prop to 'style 
7866
7867         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7868         "first" flag to decide whether to make a start-repeat
7869
7870         * input/regression/grace-volta-repeat-2.ly: new file.
7871
7872 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7873
7874         * lilypond-indent.el: rename generic functions to LilyPond-*
7875
7876 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7877
7878         * input/test/thumb.ly: delete, merged into refman.
7879
7880         * Documentation/user/refman.itely: added thumb info to Fingering.
7881
7882         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7883         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7884         vertical-align.ly : deleted files.
7885
7886 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7887
7888         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7889
7890         * lily/line-spanner.cc (broken_trend_offset): remove function.
7891         (get_broken_offset): idem.
7892         (brew_molecule): rewrite the line-break case.
7893
7894         * input/regression/follow-voice-break.ly:  new file.
7895
7896         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7897         start of a system.
7898
7899 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7900
7901         * input/test/tuplet-rest.ly: moved to regression.
7902
7903         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7904         deleted file.
7905
7906         * input/test/ {many} : marked file for possible deletion.
7907
7908 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7909
7910         * input/regression/beam-funky.ly: add note about (disputed)
7911         correct beaming.
7912
7913         * ly/engraver-init.ly (ScoreContext): put key-signature after
7914         staff-bar
7915         
7916 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7917
7918         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7919
7920         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7921
7922         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7923
7924         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7925         stem-extend was deleted (it was duplicate example, and not as
7926         good).
7927
7928         * input/test/[s-z]*.ly: add texidoc index.
7929
7930 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7931
7932         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7933         get_first_notecolumn_y
7934
7935         * lily/spanner.cc (broken_spanner_index): new function.
7936
7937 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7938
7939         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7940         lyric-hyphen.ly : moved to regression.
7941
7942         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7943         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7944
7945         * input/test/instrument-name-mmrest.ly: moved to
7946         ../regression/multi-measure-rest-instr-name.ly
7947
7948         * input/test/knee-sym.ly: moved to
7949         ../regression/beam-knee-symmetry.ly.
7950
7951         * input/test/hymn.ly: change comments.
7952
7953         * input/test/[p-r]*.ly: add texidoc index.
7954
7955 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7956
7957         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7958         to postfix syntax
7959         
7960         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7961         syntax.
7962
7963         * VERSION: release 1.7.22
7964
7965 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7966
7967         * input/test/[h-k]*.ly: added texidoc index.
7968
7969         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7970
7971         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7972
7973         * input/test/ various : mark files for deletion or moving to
7974         regression.
7975
7976         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7977
7978         * input/test/[l-o]*.ly: added texidoc index.
7979
7980 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7981
7982         * scm/music-functions.scm (make-ottava-set): 
7983         only do ottavation if centralCPosition is set.
7984
7985         * lily/translator-scheme.cc (ly:context-property-where-defined):
7986         return '() if not found.
7987
7988 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7989
7990         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7991         Use one command for both commenting and uncommenting.
7992
7993         * lilypond-indent.el (LilyPond-comment-region): new function,
7994         (un)comments each line separately.
7995
7996         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7997         
7998         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7999         imenu is not added by default; adapted from f90.el,
8000         makes Help-menu, which does not fit, visible in XEmacs.
8001         
8002 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8003
8004         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8005         show-paren-mode sets blink-matching-paren-on-screen local.
8006         Try to make show-paren-function to paren-highlight local.
8007
8008         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8009         Copy definitions of Emacs' show-paren-function and
8010         XEmacs' paren-highlight and make minimal changes;
8011         add comments about locality. 
8012         Fix matching first open-paren-char in '<< .. >>'.
8013
8014 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8015
8016         * input/test/g*: added texidoc index.
8017
8018         * input/test/[a-g]*: added raggedright==#t when it
8019          seemed appropiate.
8020
8021         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8022
8023         * Documentation/topdoc/INSTALL.texi: removed false warnings
8024         about gcc 3.3.
8025
8026 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8027
8028         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8029
8030         * input/test/chords-without-melody.ly (texidoc): add from
8031         input/just-friends.ly
8032
8033         * input/regression/size{13--26}.ly: move from input/
8034
8035         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8036         input/{star-spangled-banner,twinkle}.ly: remove 
8037         
8038         * lily/slur.cc: remove slur over rest warnings.
8039
8040         * lily/note-spacing.cc (get_spacing): include left part of right
8041         object in fixed space. This fixes stretched space before
8042         accidentals.
8043
8044         * input/regression/spacing-accidental-stretch.ly: new file.
8045
8046 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8047
8048         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8049         Reduce to 16pt.
8050
8051 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8052
8053         * input/regression/spacing-knee.ly: docstring
8054
8055         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8056
8057         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8058         input/tutorial/{test,solar,flowing}.ly: remove
8059
8060         * input/rhythm.ly: remove
8061
8062         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8063
8064         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8065         update syntax. 
8066
8067         * scm/define-grobs.scm (all-grob-descriptions): set
8068         knee-spacing-correction to 1.0
8069
8070         * lily/note-spacing.cc (stem_dir_correction): compute knee
8071         correction using stem-thickness and head width.
8072
8073         * input/regression/beam-quanting-horizontal.ly: update texidoc
8074
8075         * scm/define-grobs.scm (all-grob-descriptions): set
8076         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8077         This fixes 32nd beams for noteheads in spaces quants.
8078
8079         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8080
8081 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8082
8083         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8084
8085 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8086
8087         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8088
8089         * VERSION (PACKAGE_NAME): release 1.7.21
8090
8091         * input/regression/stem-shorten.ly: new file.
8092
8093         * lily/stem.cc (get_default_stem_end_position): revise stem
8094         shortening code.
8095
8096         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8097
8098         * input/test/{scripts,volta-start,sleur}.ly: remove
8099         
8100         * input/regression/span-bar.ly: smaller file.
8101
8102         * input/regression/spacing-{natural,tight,loose}.ly: remove
8103
8104         * input/test/markup.ly: remove
8105
8106         * scripts/lilypond-book.py: put printfilename in separate chunk,
8107         so texidoc is printed after the filename.  
8108
8109 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8110
8111         * make/lilypond.mandrake.spec.in: fix docdirs.
8112
8113 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8114
8115         * input/regression/beam-french.ly: bugfix.
8116
8117         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8118
8119         * input/regression/(various).ly: add raggedright = #t.
8120
8121         * input/regression/auto-beam.ly: move from abe.ly
8122
8123 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8124
8125         * input/test/f*.ly: added texinfo index.
8126         
8127         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8128
8129 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8130
8131         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8132         quant penalty for beam just outside staff.
8133
8134         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8135         from beam-pos.ly,  remove non-horizontal tests. 
8136
8137         * input/test/(various): cleanup header info. 
8138
8139         * input/test/tchaikovsky.ly: remove file.
8140
8141         * scm/chord-generic-names.scm: move from
8142         double-plus-new-chord-name.scm
8143
8144         * input/test/orchestscore.ly: remove file
8145
8146         * Documentation/user/refman.itely (Vocal music): update documentation.
8147
8148         * scm/define-translator-properties.scm (chordNoteNamer): remove
8149         chordNameStyle, use chordNameFunction
8150
8151         * scm/chord-name.scm (set-chord-name-style): remove
8152         set-chord-name-style. Use \property chordNameFunction.
8153
8154 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8155
8156         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8157         music): remove @TeX{} command.
8158
8159 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8160
8161         * lilypond-indent.el (scan-sexps): Renamed to
8162         aargh-this-breaks-other-emacs-modes-scan-sexps.
8163
8164 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8165
8166         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8167         closing slurs: '()', etc. Add comments.
8168
8169         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8170
8171         * lilypond-font-lock.el: match unending string at eof.
8172
8173         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8174         
8175 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8176
8177         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8178         input/test/beam-dir.ly input/test/beam-position.ly    
8179         input/test/beam-suspect.ly input/test/beam-trend.ly    
8180         input/test/beams.ly input/test/crescendo-text.ly : deleted
8181         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8182         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8183         * input/test/default-bars.ly: moved to bar-always.ly
8184         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8185
8186 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8187
8188         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8189
8190 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8191
8192         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8193
8194 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8195
8196         * lilypond-indent.el: Match better slurs in scheme expressions.
8197         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8198
8199         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8200
8201 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8202
8203         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8204
8205         * input/ac-extra-voice.ly: Add texidoc.
8206
8207         * ly/chord-modifiers-init.ly: 
8208         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8209         and chordNameExceptionsPartial for new chord names.
8210
8211         * input/test/chord-names-dpnj.ly: 
8212         * input/test/dpncnt.ly: Update.
8213
8214         * scm/chord-name.scm: 
8215         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8216         chord selection and options.
8217
8218         * ly/chord-modifiers-init.ly: Add exceptions 
8219
8220         * scm/define-translator-properties.scm (chordNameStyle) 
8221         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8222
8223 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8224
8225         * ly/property-init.ly (germanChords): Added.
8226         (semiGermanChords): Added.
8227         
8228         * input/test/chord-names-german.ly: Use new macros
8229         
8230 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8231
8232         * lilypond-indent.el: Use similar parenthesis highlighting for 
8233         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8234         functions; removed LilyPond-show-paren-function. Fix indenting.
8235         Turn paren-matching on also in XEmacs.
8236
8237         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8238         as needed by parenthesis highlighting functions (in scan-sexp).
8239
8240 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8241
8242         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8243         function.
8244         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8245
8246 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8247
8248         * lilypond-indent.el: tune regexp for show-paren-function.
8249
8250 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8251
8252         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8253         for all LilyPond-produced tex snippets.
8254
8255         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8256         fixes one line --preview output of ly2dvi.
8257
8258 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8259
8260         * lilypond-indent.el: match only one type of slurs in
8261         LilyPond-show-paren-function.
8262
8263 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8264
8265         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8266         * debian/lilypond1.7.dirs: 
8267         * debian/lilypond1.7-doc.dirs: New file.
8268
8269         * input/regression/chord-name-exceptions.ly: Add parameter for
8270         ignatzekExceptions.  Quote hash in docstring.
8271
8272 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8273
8274         * lilypond-indent.el (show-paren-function): define show-paren-function
8275         as LilyPond-blink-matching-open and use it for closing parens.
8276         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8277
8278         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8279         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8280         LilyPond-blink-matching-paren in order to match both open and close
8281         brackets.
8282         
8283 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8284
8285         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8286         testing by modifying the code from FSF Emacs paren.el. Add comments.
8287
8288 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8289
8290         * input/test/dpncnt.ly: Transpose example to match new
8291         default \chords octave.  Add comment.
8292         
8293         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8294         comment about octave change.
8295
8296 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8297
8298         * input/test/[d,e]: added texinfo index tags.
8299         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8300
8301 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8302
8303         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8304
8305 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8306
8307         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8308         as in blink-matching-open.
8309
8310 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8311
8312         * input/test/[a-c]: more comments in files.
8313         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8314         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8315         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8316         mark file for proposed deletion.
8317         * input/test: renaming files:
8318         auto-beam-4-8.ly to beam-auto-4-8.ly
8319         auto-beam-override.ly to beam-auto-override.ly
8320         auto-beam.ly to beam-auto.ly
8321         blank.ly to blank-paper.ly
8322         absolute-volume.ly to dynamic-absolute-volume.ly
8323
8324 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8325
8326         * input/test/dpncnt.ly: 
8327         * input/test/chord-names-dpnj.ly: Resurrect.
8328
8329         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8330
8331         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8332
8333         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8334         Better docstring, add parameter OMIT-ROOT, tidy up.
8335
8336 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8337
8338         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8339
8340 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8341
8342         * scm/output-ascii-script.scm (as-font-alist-alist):
8343         (as-properties-to-font-name):
8344         (as-make-style-sheet): Remove.
8345
8346         * scm/font.scm (as-make-font-list): New function.
8347         (as-font-sheet-alist): New variable.
8348
8349         * ly/paper-as9-init.ly: 
8350         * ly/paper-as5-init.ly: Update.
8351
8352         * ly/paper-as5.ly:
8353         * ly/paper-as9.ly: New file.
8354
8355 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8356
8357         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8358
8359 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8360         * input/sondag-morgen/*: removed due to copyright concerns.
8361         * input/[a,b]*.ly: added a newline at the end of the texinfo
8362         doc string (produces better output in HTML version).
8363         * input/c*.ly: added texinfo index and added comments to
8364         aid in future changes to input/test/ files.
8365
8366 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8367         
8368         * Documentation/user/refman.itely: fixed build problem (missing
8369         file) caused by previous renaming.
8370
8371 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8372         
8373         * input/test/[a,b]*.ly: added texinfo index and added comments to
8374         aid in future changes to input/test/ files.
8375         * input/test/bar-number-every-5-reset.ly: renamed to
8376         bar-number-every-five-reset.ly
8377         * input/test/bar-script-visibility.ly: renamed to
8378         bar-number-show-all.ly
8379
8380 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8381
8382         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8383         to Voice.
8384
8385         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8386         out note-line and glissando functionality.
8387         
8388         * lily/line-spanner.cc (brew_molecule): cleanup.
8389
8390 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8391
8392         * scripts/as2text.scm: Use rdelim module.
8393         (start-system): Rename from start-line.
8394         (stop-system): Rename from stop-line.
8395         (af-gulp-file): Use string iso symbol for getenv.
8396
8397         * scm/output-ascii-script.scm: Add guile and lily modules.
8398         (font-name-alist): New variable.
8399         (draw-line): New function.
8400
8401         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8402         (Were these silently removed, without ChangeLog entry?)
8403
8404 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8405
8406         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8407         process 2nd ottava correctly.
8408
8409 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8410
8411         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8412
8413 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8414
8415         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8416
8417 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8418
8419         * VERSION: release 1.7.20
8420         
8421         * lily/text-spanner.cc (brew_molecule): clean up function. This
8422         fixes bugs with broken 8va spanners.
8423
8424         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8425         This prevents spurious line-breaks with raggedright
8426         
8427 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8428
8429         * lily/key-performer.cc (create_audio_elements): always use major
8430         key
8431
8432         * Documentation/user/internals.itely: updates
8433
8434         * input/regression/beam-break.ly: new file.
8435
8436         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8437         beams if starting or terminating stems have 'beaming set.)
8438
8439         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8440         property.
8441
8442         * lily/parser.yy (verbose_command_req): add comment about scales.
8443
8444 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8445
8446         * lilypond-indent.el: adjust regexps in bracket-matching.
8447
8448 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8449
8450         * Documentation/user/refman.itely: more tiny fixes
8451
8452         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8453         "Chord names"; added table with input syntax for solesmes neumes
8454         table; added some words about rationale on input syntax design
8455
8456         * lily/gregorian-ligature-engraver.cc,
8457         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8458         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8459         alignment of Pes Initio Debilis
8460
8461         * Documentation/user/refman.itely,
8462         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8463         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8464         bugs in the solesmes neumes table
8465
8466 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8467
8468         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8469         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8470
8471         * lilypond-mode.el: fix tag-score. small improvements.
8472
8473 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8474
8475         * .cvsignore: Add aclocal.m4.
8476
8477         * lily/music-constructor.cc: Include <assert.h>.
8478
8479 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8480
8481         * ly/engraver-init.ly (HaraKiriStaffContext): use
8482         RemoveEmptyStaffContext instead.
8483
8484         * Documentation/user/refman.itely: updates
8485
8486 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8487
8488         * Documentation/user/refman.itely: added solesmes neumes table;
8489         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8490         bugfix: "Ornaments" -> "Articulations"
8491
8492         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8493
8494 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8495
8496         * lilypond-indent.el: Add a message about trying to match \] or \).
8497         
8498 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8499         
8500         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8501         obsolete "arithmetic_*"
8502
8503         * input/bugs/ligatures.ly: removed (will be put into a different
8504         directory later)
8505
8506 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8507
8508         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8509         libkpathsea (Maurizio Tomasi).
8510
8511 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8512
8513         * input/regression/repeat-slash.ly (texidoc): new file
8514
8515         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8516         slash repeats separately. Slash repeats and %
8517         repeats can now be nested.
8518
8519 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8520
8521         * lilypond-indent.el: Add preliminary test for closing \] and \).
8522         
8523 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8524
8525         * lily/gregorian-ligature-engraver.cc,
8526         lily/vaticana-ligature-engraver.cc,
8527         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8528         mf/parmesan-heads.mf: various semivocalis related bugfixes
8529
8530         * input/bugs/ligatures.ly: new file demonstrating problems with
8531         ligatures
8532         
8533 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8534
8535         * lilypond-mode.el,
8536         lilypond-font-lock.el,
8537         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8538
8539 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8540
8541         * lilypond-mode.el: Remove outdated code. Stress the difference 
8542         between Emacs and XEmacs definitions.
8543
8544         * lilypond-mode.el,
8545         lilypond-indent.el: Define a function interactive only when necessary.
8546
8547 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8548
8549         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8550         Use inactive regions also in XEmacs.
8551
8552 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8553
8554         * Documentation/user/refman.itely (Repeat syntax): more updates
8555
8556         * lily/simple-spacer.cc (solve): move solution process into
8557         solve(). This fixes a bug with collisions and raggedright = ##t.
8558  
8559         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8560
8561         * ly/engraver-init.ly: remove GraceContext. Update examples.
8562
8563 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8564
8565         * GNUmakefile.in (fonts): Also make fontball.
8566
8567         * Website fixes:
8568
8569         * ly/engraver-init.ly (GraceContext): Add.
8570
8571         * run:
8572
8573             convert-ly $(find . -name *.ly)
8574
8575         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8576         new chords.
8577
8578 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8579
8580         * VERSION: 1.7.19 released
8581         
8582         * scm/music-functions.scm (set-octavation): new function.
8583
8584         * input/regression/ottava.ly: new file
8585
8586         * lily/translator-scheme.cc (LY_DEFINE): new function
8587         ly:unset-context-property
8588         (LY_DEFINE) new function ly:context-property-where-defined: 
8589
8590 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8591
8592         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8593
8594         * lilypond.words: add few.
8595
8596         * input/test/script-chart.ly: fix typo.
8597
8598 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8599
8600         * scm/define-grobs.scm: uniform naming for definitions and output
8601         routine files. 
8602
8603         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8604         scm/context-description.scm
8605
8606         * lily/parser.yy (translator_spec_body): add \description to the
8607         \translator{} body syntax.
8608
8609         * lily/ottava-engraver.cc: new file.
8610
8611         * scm/chord-name.scm (natural-chord-alteration): replace old
8612         chord stuff. 
8613
8614         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8615
8616         * Documentation/user/refman.itely (Metronome marks): update doco.
8617
8618         * input/regression/markup-note.ly: new file
8619
8620         * input/regression/metronome-marking.ly: new file
8621
8622         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8623
8624         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8625         metronome marks.
8626
8627 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8628
8629         * Documentation/user/GNUmakefile: Compatibility fix for new
8630         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8631         for making binary packages; info splitting bug has been fixed.
8632
8633         * Documentation/user/refman.itely: Compile fixes.
8634
8635 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8636
8637         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8638         Count \midi -keywords also for a region.
8639
8640 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8641
8642         * lily/lookup.cc (LY_DEFINE): new function
8643
8644         * Documentation/user/tutorial.itely: updates
8645
8646 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8647
8648         * lilypond-mode.el: Allow Midi on buffer.
8649         Use only '.ly'-extension, remove '.sly' and '.fly'.
8650         Allow use of inactive regions. Invoke next Command on Master file, 
8651         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8652
8653 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8654
8655         * Documentation/user/tutorial.itely: updates.
8656
8657 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8658
8659         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8660
8661 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8662
8663         * lily/coherent-ligature-engraver.cc: fixed typo
8664
8665         * lily/coherent-ligature-engraver.cc,
8666         lily/gregorian-ligature-engraver.cc,
8667         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8668         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8669         lily/vaticana-ligature-engraver.cc,
8670         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8671         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8672         removed all ligature specific stuff from NoteHead code
8673
8674         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8675         ligatures now use regular noteheads
8676
8677         * lily/vaticana-ligature.cc: tiny code cleanups
8678
8679         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8680         space between two adjacent noteheads of the same pitch
8681
8682         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8683         description; cleanup: removed obsolete font-family settings
8684
8685 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8686
8687         * lily/coherent-ligature-engraver.cc,
8688         lily/gregorian-ligature-engraver.cc,
8689         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8690         lily/mensural-ligature-engraver.cc,
8691         lily/vaticana-ligature-engraver.cc,
8692         lily/include/gregorian-ligature-engraver.hh: updated for new
8693         Coherent_ligature_engraver; added comments that describe the basic
8694         design ideas of the ligature implementation
8695
8696         * lily/coherent-ligature-engraver.cc,
8697         lily/include/coherent-ligature-engraver.hh: new file: shared code
8698         between mensural ligatures and Gregorian chant notation ligatures
8699
8700 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8701
8702         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8703         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8704         use only two arguments in sit-for, use no arguments in
8705         read-char-exclusive, backspace is not a character (127) in XEmacs.
8706
8707         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8708
8709 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8710
8711         * lilypond-mode.el: un-commenting works after syntax-table fix.
8712
8713         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8714         group, verbose commenting for syntax table.
8715
8716         * lilypond-indent.el: add TODO for ligature slurs.
8717
8718 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8719
8720         * lilypond-mode.el: Move comments of parenthesis matching away,
8721         (blink-matching-paren-on-screen) fix blinking in Emacs.
8722
8723         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8724         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8725
8726         * lilypond-indent.el: Add TODO for parenthesis matching.
8727
8728 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8729
8730         * lilypond-mode.el: Fix XEmacs: 
8731         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8732         invoke explicitly easy-menu-add (in Emacs done automatically).
8733         
8734         * lilypond.words: Add few words from input/*/*.ly.
8735
8736 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8737
8738         * VERSION (PATCH_LEVEL): release 1.7.18
8739
8740         * scripts/lilypond-book.py: only print basename for printfilename
8741         option
8742
8743         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8744         and syntax updates.
8745
8746 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8747
8748         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8749         better parametrisation. Move fatness of bulb downward.
8750
8751         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8752         glyph names. Underscores are not allowed .ps encoding files.
8753
8754 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8755
8756         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8757         variable "packed" for packed right-ragged mode
8758
8759         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8760         unused variable ragged; fixed indentation
8761
8762         * Documentation/user/refman.itely: tiny cleanups in ancient
8763         clef and custos section
8764
8765 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8766
8767         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8768         \applyoutput PROCEDURE
8769
8770         * lily/my-lily-lexer.cc: add \applyoutput.
8771
8772         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8773
8774         * lily/text-item.cc: clean text-interface description
8775
8776 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8777
8778         * input/{regression,test}/: use postfix for slur endings and beam
8779         begins.
8780
8781         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8782         style beams too. 
8783
8784         * input/regression/lyrics-melisma-beam.ly: new file.
8785
8786         * lily/lyric-engraver.cc (process_music): change from
8787         process_acknowledged_grobs()
8788
8789         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8790         functions to set and revert auto-beam settings.
8791
8792 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8793
8794         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8795
8796 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8797
8798         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8799         Documentation/user/lilypond.tely: fixed some typos; updated author
8800         info
8801
8802         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8803         #"" -> #'flag-style = #'()
8804
8805         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8806         cleanup: removed dead #includes
8807
8808         * lily/gregorian-ligature-engraver.cc,
8809         lily/include/gregorian-ligature.hh,
8810         scm/grob-property-description.scm: small cleanups, small spacing
8811         fixes
8812
8813         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8814         lily/vaticana-ligature.cc,
8815         lily/include/gregorian-ligature-engraver.hh,
8816         scm/grob-property-description.scm, scm/music-types.scm:
8817         "porrectus" -> "pes or flexa"
8818
8819         * ly/engraver-init.ly, scm/grob-description.scm,
8820         scm/grob-property-description.scm: junked porrectus, now handled
8821         by ligature code
8822
8823         * scm/grob-description.scm: bugfix: added space-alist entry for
8824         breathing sign/custos
8825
8826 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8827
8828         * Another grand 2003 update.
8829         
8830         * Remove mentioning of `mudela'; There's no such thing.
8831
8832 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8833
8834         * Documentation/user/preface.itely (Preface to version 1.8): update
8835
8836         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8837
8838         * Documentation/user/converters.itely (Invoking convert-ly): revise
8839
8840         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8841
8842         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8843
8844 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8845
8846         * Documentation/user/internals.itely: more updates.
8847
8848 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8849
8850         * Documentation/user/refman.itely: revise 
8851
8852         * Documentation/user/internals.itely: revise
8853
8854         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8855
8856 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8857
8858         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8859         beautification: reformatted ancient clefs section; cleanup: small
8860         wording fixes
8861
8862 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8863
8864         * lilypond.words: added words for chant notation, sorted
8865         alphabetically through "sort lilypond.words"
8866
8867 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8868
8869         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8870         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8871         chant notation
8872
8873 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8874
8875         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8876         prevent TeX from interpreting them as long dash
8877
8878         * input/test/vaticana.ly: updated
8879
8880         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8881         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8882         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8883         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8884         fixes
8885
8886         * mf/parmesan-heads.mf: ledger endings: removed dead code
8887
8888 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8889
8890         * VERSION: 1.7.17 released
8891         
8892         * Documentation/user/GNUmakefile
8893         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8894         files too.
8895
8896         * scm/document-markup.scm: new file: document all markup
8897         functions.
8898
8899         * scm/documentation-generate.scm: rename all documentation modules
8900         to document-*.scm
8901
8902         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8903         .png
8904
8905         * input/test/divisiones.ly: added
8906
8907         * input/regression/output-property.ly: new file
8908
8909         * lily/cluster.cc: change cluster-interface to use style property
8910
8911 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8912
8913         * input/test/chord-names-german.ly: modified.
8914
8915         * scm/chords-ignatzek.scm:
8916           chord-name->german-markup: Added
8917           note-name->german-markup: Changed (now producing lowercase notenames)
8918
8919         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8920         
8921 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8922
8923         * scripts/convert-ly.py (FatalConversionError.conv):
8924         divisiominima -> divisioMinima, etc.
8925
8926         * ly/engraver-init.ly (FiguredBassContext): add
8927         Separating_line_group_engraver to Figured bass context.
8928
8929         * ly/german-chords-init.ly: remove file
8930
8931         * input/test/chord-names-german.ly (scm): new file.
8932
8933         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8934
8935         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8936         Chord_name_engraver
8937
8938         * Documentation/user/refman.itely: lots of updates.
8939
8940         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8941         new file
8942
8943         * input/test/bar-number-every-5-reset.ly: new file.
8944
8945 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8946
8947         * input/regression/chord-name-major7.ly: new file
8948
8949         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8950         if specced explicitly.
8951
8952         * input/regression/chord-name-entry-11.ly: new file.
8953
8954         * input/test/slur-beautiful.ly: new file.
8955
8956         * Documentation/user/refman.itely: updates.
8957
8958         * input/regression/collisions.ly (threevoice): cleanup.
8959
8960         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8961
8962 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8963
8964         * Documentation/user/*.itely: various updates.
8965
8966         * ly/spanners-init.ly: enddecr/ endcr.
8967
8968         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8969         of tutorial
8970
8971 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8972
8973         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8974
8975         * lily/new-chord-name-engraver.cc (process_music): use octavation
8976         (a number) instead of original-pitch to store inversions. This
8977         fixes a problem with transposed chords with inversions.  
8978
8979 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8980
8981         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8982         used in includable-lexer.hh.
8983
8984         * lily/includable-lexer.cc: Bugfix: include config.h.
8985
8986         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8987         circumvention of Debian packaging bug.
8988
8989 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8990
8991         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8992         
8993         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8994
8995         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8996         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8997
8998         * lily/include/includable-lexer.hh: 
8999         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9000
9001         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9002
9003         * aclocal.m4: Regenerate.
9004
9005         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9006         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9007
9008         * scm/pdf.scm (use-modules): Include lily.
9009
9010         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9011         Noordkamp).
9012         (use-modules): Include lily.
9013         (lily-def): Bugfix: include tex-val in let.
9014
9015 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9016
9017         * lilypond-mode.el: sensible error if lilypond.words not found.
9018
9019         * lilypond.words: add few words.
9020
9021 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9022
9023         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9024
9025         * mf/parmesan-scripts.mf: fixed typo in char name
9026
9027 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9028
9029         * VERSION: 1.7.16 released
9030
9031         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9032         (this is a security vulnerability).
9033
9034         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9035
9036         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9037         add staff support.
9038
9039 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9040
9041         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9042         ly/script-init.ly, scm/script.scm: bugfix: renamed
9043         fermata->signumcongruentiae to fix naming clash with feta font
9044
9045 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9046
9047         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9048
9049         * lily/multi-measure-rest-engraver.cc
9050         (start_translation_timestep): use grace timing too for determining
9051         when to make mmrest.
9052         (start_translation_timestep): clear numbers too.
9053
9054 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9055
9056         * scm/music-types.scm: compile fix: escape braces
9057
9058         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9059         work around font selection problem
9060
9061         * Documentation/user/refman.itely: BreathingSign: added docu for
9062         property "text"
9063
9064 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9065
9066         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9067         information.
9068
9069 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9070
9071         * lily/multi-measure-rest-engraver.cc (class
9072         Multi_measure_rest_engraver): make multiple Number objects, one
9073         for each MultiMeasureTextEvent.
9074
9075         * scm/music-functions.scm (glue-mm-rest-texts): use
9076         MultiMeasureTextEvent
9077
9078         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9079
9080         * Documentation/user/refman.itely (Multi measure rests): update.
9081
9082 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9083
9084         * lily/ly-module.cc (ly_copy_module_variables): use
9085         scm_internal_hash_fold() for iterating modules.
9086
9087 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9088
9089         * Documentation/user/refman.itely: Section Custodes: added more
9090         example code
9091
9092         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9093         neo-mensural rests to parmesan font
9094
9095         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9096         header
9097
9098 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9099
9100         * Documentation/user/macros.itexi: @fileref macro.
9101
9102         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9103         each file. 
9104
9105 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9106
9107         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9108         Documentation/topdocs/AUTHORS.texi: updated my email address
9109
9110         * Documentation/user/refman.itely: updated custos documentation;
9111         beautified divisiones example; beautified articulations table
9112
9113         * lily/breathing-sign.cc: bugfix: finalis molecule
9114
9115 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9116
9117         * Documentation/user/refman.itely: added docu for
9118         contemporary fermata symbols, gregorian breathing signs; small fixes
9119
9120         * ly/gregorian-init.ly: removed obsolete #'type props
9121
9122 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9123
9124         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9125         minimum-length property correctly.
9126
9127 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9128
9129         * scm/music-functions.scm (make-multi-measure-rest): set input
9130         locations for multimeasure rests.
9131
9132 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9133
9134         * input/regression/breathing-sign.ly: updated to for ancient
9135         notation
9136
9137 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9138
9139         * scripts/ly2dvi.py: Add newline.
9140
9141 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9142
9143         * scripts/ly2dvi.py (dependency_files): Compile fix.
9144
9145 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9146
9147         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9148         (make_html_menu_file): --html menu. 
9149
9150 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9151
9152         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9153
9154 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9155
9156         * input/screech-boink.ly: new file.
9157
9158 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9159
9160         * scripts/lilypond-book.py (make_lilypond_file): convert
9161         lilypond-file to lilypond block directly, without going through
9162         begin/end lilypond text.
9163         
9164
9165 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9166
9167         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9168         scm/grob-description.scm: moved Michael's original breathing sign
9169         code in brew_molecule() to divisio_minima(); provided new
9170         brew_molecule() that effectively replaces the
9171         Text_item::brew_molecule callback (with additional fallback to
9172         Michael's original code); added callbacks for brewing divisio
9173         maior/maxima and finalis
9174
9175         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9176         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9177
9178         * script-init.ly: added shortfermata, longfermata,
9179         verylongfermata, varcoda
9180
9181         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9182         longfermata, verylongfermata, varcomma, varcoda
9183
9184 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9185
9186         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9187           Remove all noquote and insert a few quote.
9188         
9189         * Documentation/user/lilypond-book.itely (Music fragment options),
9190           scripts/lilypond-book.py: Don't include quotation blocks by
9191           default. Introduce option quote instead of noquote
9192
9193 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9194
9195         * VERSION: 1.7.15 released
9196         
9197         * Documentation/user/lilypond.tely: omf updates.
9198
9199         * buildscripts/texi2omf.py (omf_vars): include version.date
9200
9201         * make/lilypond.redhat.spec.in: fixes for spec file. 
9202
9203         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9204         by function definition: lily now requires a recent GNU Make.
9205
9206         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9207         writing.
9208
9209         * make/ly-rules.make: remove .ly -> .tex rule
9210
9211         * Documentation/user/refman.itely (Figured bass): revised figured
9212         bass example.
9213
9214 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9215
9216         * stepmake/stepmake/omf-targets.make (local-install): add
9217         scrollkeeper-update message.
9218
9219         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9220         to binary.
9221         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9222
9223         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9224
9225         * Documentation/user/converters.itely (Invoking midi2ly): add
9226         track/channel notice.
9227
9228 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9229
9230         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9231
9232         * lily/parser.yy (scalar): DIGIT is also a scalar.
9233
9234         * Documentation/user/music-glossary.tely: add @omf tags
9235
9236         * Documentation/user/lilypond.tely: add @omf tags
9237
9238         * scm/generate-documentation.scm (string-append): add @omf tags.
9239
9240         * stepmake/stepmake/omf-*: new files 
9241
9242         * input/regression/multi-measure-rest.ly (texidoc): add doco
9243
9244         * GNUmakefile.in (web-doc-install): add web-doc-install target
9245
9246         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9247         fixes crashes while dumping MIDI.
9248
9249         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9250         midi
9251
9252 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9253
9254         * buildscripts/texi2omf.py: new file.
9255
9256         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9257         font-name
9258
9259 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9260
9261         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9262
9263         * lily/sequential-iterator.cc (descend_to_child): call
9264         descend_to_child() for all types of music.
9265
9266 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9267
9268         * scm/translator-property-description.scm: Add
9269         bassFigureFormatFunction.  Replace some entries.
9270
9271 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9272
9273         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9274         clean out.
9275
9276 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9277
9278         * scripts/midi2ly.py (Note.dump): never dump duration for
9279         dump_dur=0.
9280
9281         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9282         new function
9283
9284         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9285         figures using new markups. Much simpler, and should improve layout
9286         a little.
9287
9288         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9289
9290 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9291
9292         * ly/engraver-init.ly: use Hara kiri by default for 
9293         ChordNames, FiguredBass and Lyrics(Voice) context. 
9294
9295         * lily/axis-group-engraver.cc (acknowledge_grob): use
9296         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9297
9298         * scm/new-markup.scm (markup-function-list): add bracket,
9299         vbracket.
9300
9301         * ly/engraver-init.ly (ChordNamesContext): set
9302         minimumVerticalExtent
9303
9304 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9305
9306         * input/test/time-signature-double.ly: new file 
9307
9308         * input/regression/collision-head-chords.ly (texidoc): new file.
9309
9310         * lily/type-swallow-translator.cc: add note swallow translator 
9311
9312         * input/test/time-signature-double.ly: new file.
9313
9314         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9315
9316         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9317         (FiguredBassContext): idem.
9318
9319         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9320
9321         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9322
9323         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9324
9325         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9326         .afm dependency
9327
9328         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9329
9330         * python/lilylib.py (make_page_images): add function.
9331
9332         * scripts/ly2dvi.py (run_latex): include title in preview image.
9333
9334         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9335         from lilypond-book for <ly2dvifile> tags in HTML.
9336
9337         * scripts/ly2dvi.py (option_definitions): add --debug option to
9338         print out environment.
9339
9340         * input/regression/tie-chord-partial.ly: new file.
9341
9342 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9343
9344         * lilypond.words: add 3
9345
9346 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9347
9348         * scm/new-markup.scm (markup-function-list): add finger-markup
9349
9350         * input/tutorial/brahms-tweaked.ly: new markup 
9351
9352         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9353
9354         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9355         crash when processing '() markup
9356
9357         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9358
9359         * lily/breathing-sign.cc (railtracks): another caesura.
9360
9361         * mf/feta-schrift.mf: caesura symbol. 
9362
9363 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9364
9365         * scripts/convert-ly.py (FatalConversionError.conv): add
9366         ly:molecule-XXX conversions.
9367
9368         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9369
9370         * input/regression/multi-measure-rest-text.ly: new file.
9371
9372         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9373         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9374
9375         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9376         ScoreContext
9377
9378         * scm/new-markup.scm (center-markup): \center markup.
9379
9380         * scm/music-functions.scm: remove pitchify scripts.
9381
9382         * lily/music.cc (print_smob): display music name if available 
9383
9384 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9385
9386         * Documentation/user/refman.itely (Instrument names): remove
9387         \turnOff doco.
9388
9389 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9390
9391         * lily/score.cc (mark_smob): bugfix.
9392
9393         * input/regression/rehearsal-mark.ly: new file.
9394
9395         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9396         report error at the current token again.
9397
9398 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9399
9400         * cygwin/mknetrel: Exit if doc build fails.
9401
9402         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9403
9404 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9405
9406         * scm/music-types.scm (music-descriptions): add doc strings
9407
9408 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9409
9410         * lily/lexer.ll: 
9411         * lily/include/my-lily-lexer.hh: 
9412         * lily/include/includable-lexer.hh: Add flex kludge.
9413
9414         * config.hh.in: 
9415         * config.make.in: 
9416         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9417         cruft.
9418         
9419         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9420         code.
9421
9422 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9423
9424         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9425
9426         * lily/parser.yy (new_chord): Compile fix.
9427
9428 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9429
9430         * Documentation/user/refman.itely (Tuning groups of objects):
9431         remove documentation for \turnOff. 
9432
9433         * lily/percent-repeat-engraver.cc (try_music): add correct
9434         processing moments for double-measure percents as well.
9435
9436         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9437
9438         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9439         grob prop type. 
9440
9441         * Documentation/user/refman.itely (Printing named chords): add
9442         chord name tweak doco.
9443
9444         * input/template/gregorian-transcription.ly: new file.
9445
9446 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9447
9448         * VERSION: 1.7.13 released
9449         
9450         * input/test/*: lots of cleanups/comment-outs/removals in chord
9451         examples
9452         
9453         * input/regression/*: lots of cleanups/comment-outs/removals in
9454         chord examples
9455         
9456         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9457         options
9458
9459         * lily/new-chord-name-engraver.cc (process_music): give original
9460         inversion pitch to chord name routine.
9461
9462         * input/tutorial/os-score.ly: update to new markup
9463
9464         * Documentation/user/appendices.itely: simply include
9465         chords-ignatzek. 
9466
9467         * Documentation/user/refman.itely (Chords mode): add documentation
9468         for chord mode.
9469
9470         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9471         not present in chord.
9472         (construct-chord): add inversion and bass support.
9473
9474         * lily/chord.cc: junk contents.
9475
9476 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9477
9478         * Documentation/user/refman.itely:
9479         * Documentation/user/music-glossary.tely: fix. 
9480
9481 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9482
9483         * scm/chord-entry.scm (construct-chord): move chord construction
9484         to Scheme.
9485
9486         * lily/parser.yy (new_chord): new setup for chord entry.
9487
9488 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9489
9490         * lilypond.words:
9491         * Documentation/user/music-glossary.tely: add ambitus.
9492
9493 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9494
9495         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9496
9497         * lily/include/*.hh: string() -> to_string()
9498
9499         * scm/chords-ignatzek.scm: new file.
9500
9501         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9502         standard chord name exceptions.
9503
9504         * scm/translator-property-description.scm (chordNameSeparator):
9505         add property.
9506         (majorSevenSymbol): add property
9507
9508         * lily/translator-scheme.cc (ly:context-properties): new function
9509         (ly:context-parent): new function.
9510         (print_smob): print context name.
9511
9512         * lily/music.cc (ly:get-music-length): new function
9513         (print_smob): don't print properties.
9514
9515         * lily/duration.cc (duration<?): new function
9516
9517         * input/regression/chords-funky-ignatzek.ly: new file.
9518
9519         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9520         jazz chords.
9521
9522         * lily/pitch.cc (ly:pitch-diff): new function.
9523
9524         * input/regression/chords-ignatzek.ly: new file.
9525
9526 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9527
9528         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9529         pitches for jazz chords.
9530
9531 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9532
9533         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9534
9535 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9536
9537         * lilypond.words: add 1
9538
9539 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9540
9541         * Documentation/topdocs/AUTHORS.texi: refine.
9542
9543 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9544
9545         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9546         
9547         * lilypond.words: add one.
9548
9549 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9550
9551         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9552         Fontify bass note in chords, e.g., e in c1/e.
9553         
9554 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9555
9556         * Documentation/user/music-glossary.tely: Dutch updates and
9557         additions (Arent Storm).
9558
9559 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9560
9561         * input/regression/ambitus.ly:  move file.      
9562
9563         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9564
9565         * lily/event.cc (transpose): add tonic property to Key_change_req
9566         and to Key_engraver.
9567
9568 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9569
9570         * Documentation/user/refman.itely: fix typo.
9571
9572         * lilypond.words: removed wrong identifiers.
9573
9574 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9575
9576         * mf/feta-toevallig.mf: make flat stem shorter 
9577
9578 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9579
9580         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9581
9582         * lilypond.words: add from Phrasing slur.
9583         
9584 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9585
9586         * lilypond-mode.el: allow launching multiple ViewPS processes.
9587         
9588         * lilypond.words: add from Text markup.
9589
9590 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9591
9592         * input/test/ossia.ly (texidoc): add comment.
9593
9594         * input/regression/voice-follower.ly: new file.
9595
9596         * mf/feta-toevallig.mf: make flat heavier.
9597
9598         * lily/cluster-engraver.cc: clean up Cluster engraver
9599
9600         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9601         Engraver. Use Note_column to compute Y positions and deal with
9602         line break stuff.
9603
9604 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9605
9606         * lily/stem.cc: move french-beaming to stem.
9607
9608 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9609
9610         * lilypond-font-lock.el: fontify all durations in chords.
9611
9612         * lilypond.words: add from lily/my-lily-lexer.cc
9613
9614 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9615
9616         * VERSION: release 1.7.12
9617
9618         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9619
9620         * lily/gregorian-ligature.cc: new file
9621
9622         * lily/*: the Great 2003 search & replace.
9623
9624         * Documentation/user/refman.itely (Manual repeat commands): add
9625         note about font selection.
9626
9627 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9628
9629         * lilypond-mode.el: propose recompiling midi while invoking playing,
9630         not while stopping playing.
9631
9632 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9633
9634         * lilypond.words: add one.
9635
9636         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9637         and expressional note grouping. Fontify chord modes.
9638
9639 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9640
9641         * Documentation/user/music-glossary.tely (Top): translate melisma.
9642
9643 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9644
9645         * Documentation/user/music-glossary.tely (Top): add melisma.
9646
9647 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9648
9649         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9650         interfaces for (abstract) grob GregorianLigature
9651
9652         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9653         renamed head* -> glyph_name*, x-shift* -> x-offset*
9654
9655         * scm/grob-property-description.scm: bugfix: added missing descriptions
9656
9657 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9658
9659         * input/test/chord-names-dpnj.ly: New file.
9660
9661         * scm/double-plus-new-chord-name.scm: Implement full and partial
9662         exceptions.
9663
9664         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9665
9666         * scm/double-plus-new-chord-name.scm
9667         (double-plus-new-chord->markup): Fix sub->markup.
9668
9669
9670 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9671
9672         * lily/custos-engraver.cc: added TODO; editorial changes
9673
9674         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9675         consistency with other ligature engravers; removed access on (now)
9676         private variable _ligature of Ligature_engraver
9677
9678         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9679         renamed last_bound -> last_bound_; issue programming_error on
9680         abstract method calls; moved primitives code from
9681         Mensural_bracket_engraver to here (because almost ligature
9682         engravers will need it); renamed try_stop_ligature () ->
9683         typeset_ligature (); bugfix: store primitives of finished ligature
9684         in separate variable finished_primitives_ to avoid clash on input
9685         like "\] \["; added current_ligature () to enable access on
9686         private variable _ligature
9687
9688         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9689         (now in super class); renamed try_stop_ligature () ->
9690         typeset_ligature ()
9691
9692         * lily/mensural-ligature.cc: issue programming_error on abstract
9693         method calls
9694
9695         * lily/note-heads-engraver.cc: added TODO comment upon bool
9696         in_ligature
9697
9698         * mf/parmesan-heads.mf: fixed some of set_char_box()
9699
9700         * scm/grob-description.scm: added VaticanaLigature
9701
9702         * scm/grob-property-description.scm: added neume prefix properties
9703
9704         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9705         lily/include/gregorian-ligature-engraver.hh,
9706         lily/include/gregorian-ligature.hh: new files; framework for
9707         gregorian ligature engravers such as vaticana
9708
9709         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9710         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9711         vaticana style ligature implementation (still somewhat uncomplete)
9712
9713 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9714
9715         * VERSION: release 1.7.11
9716
9717         * scripts/convert-ly.py: add ly:pitch-transpose rule
9718
9719 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9720
9721         * input/test/dpncnt.ly: New file.
9722
9723         * lily/my-lily-lexer.cc: Add chordnames keyword.
9724
9725         * lily/parser.yy (chordnames_block): Parse chord name exception
9726         lists, see input/test/dpncnt.ly.
9727
9728         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9729         function.
9730
9731         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9732         filter-out too.
9733
9734         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9735         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9736         pitch functions (except for ly:make-pitch, but that's apparently
9737         some sort of scheme naming standard?).
9738
9739         * scm/lily.scm (!=): define-public.
9740
9741         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9742
9743 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9744
9745         * scm/double-plus-new-chord-name.scm
9746         (double-plus-new-chord-name->markup): New file.
9747
9748 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9749
9750         * python/lilylib.py (make_preview): don't suppress progress for
9751         bbox extraction.
9752
9753 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9754
9755         * Documentation/user/appendices.itely (scheme): update for new syntax.
9756
9757         * input/regression/chord-name-styles.ly: new file
9758
9759         * lily/instrument-name-engraver.cc: create instrument names
9760         without barline too.  Allows instrument name on ChordNames  
9761
9762         * scm/new-markup.scm (interpret-markup): allow simple strings as
9763         markup too.
9764
9765 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9766
9767         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9768         (step->markup-accidental): Fix: add accidental.
9769         (chord::inner-name-american): 
9770         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9771         append stray '/' if last superscript addition was 'o'.
9772
9773         * scm/new-markup.scm (normal-size-sub-markup) 
9774         (normal-size-super-markup): New function.
9775
9776         * lily/source-file.cc (Source_file): Add warning for possibly
9777         intentional but suspicious initialization.
9778
9779         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9780         add comments about cut-and-paste programming.
9781
9782         * flower/rational.cc (lcm): Not used; comment out.
9783
9784 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9785
9786         * lily/new-fingering-engraver.cc (position_scripts): use
9787         fingerHorizontalDirection to determine fingering horizontal
9788         directions.
9789  
9790         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9791         fingering support.
9792
9793         * scripts/convert-ly.py (FatalConversionError.conv): add style
9794         conversion rule. 
9795
9796         * scm/chord-name.scm (set-chord-name-style): new function.
9797         (new-chord-name-brew-molecule): revise to interpret markup only
9798         (new-chord->markup): cleanuppish rewrite. To be called from the
9799         new engraver.
9800
9801         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9802         Markup earlier, during interpreting.
9803
9804         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9805         style settings. Rename to chord-names-*.ly
9806
9807 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9808
9809         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9810         markup code and update to new markup.  Most probably broke some of
9811         it.
9812         
9813 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9814
9815         * Documentation/user/refman.itely: added docu for ambitus and
9816         clusters
9817
9818         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9819         ly_quote_scm() in lookup.cc
9820
9821         * mf/parmesan-clefs.mf: set_char_box fix
9822
9823         * lily/cluster-engraver.cc: junk implicit protection; use
9824         Protected_scm instead
9825
9826 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9827
9828         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9829         throughout.
9830
9831         * scm/new-markup.scm: Turn-off error-triggering test code.
9832
9833 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9834
9835         * scm/new-markup.scm (markup-thrower-typecheck) 
9836         (markup-typecheck?):  add full typechecking functions.
9837         (make-markup-maker): add make-FOO-markup functions.
9838         (markup-argument-list-error): nice error checking messages.
9839         (make-markup): better function: less quoting escapades.
9840
9841 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9842
9843         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9844
9845 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9846
9847         * cygwin/lilypond.hint (requires): Add cygwin.
9848
9849         * .cvsignore: Remove stepmake (huh!?!), add lib.
9850
9851         * GNUmakefile.in: Add libdir links for builddir runs.
9852
9853         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9854         instead of datadir.
9855
9856         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9857         local_lilypond_libdir.
9858
9859         * config.make.in (lilypond_libdir): Add.
9860
9861         * stepmake/stepmake/substitute-rules.make: 
9862         * stepmake/stepmake/script-rules.make: 
9863         * stepmake/stepmake/python-module-rules.make:
9864         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9865         lilypond-python-module patch.
9866
9867 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9868
9869         * Documentation/user/refman.itely (Graphical interfaces): add note
9870         about xml2ly.
9871
9872 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9873
9874         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9875
9876 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9877
9878         * VERSION: released 1.7.10
9879
9880         * scripts/musedata2ly.py (): idem
9881
9882         * scripts/midi2ly.py (dump_chord): idem
9883
9884         * scripts/etf2ly.py (version): idem 
9885
9886         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9887
9888         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9889
9890         * scm/tex.scm (tex-output-expression): remove eval compat
9891         glut. Other output files too.
9892
9893         * scm/chord-name.scm: don't export anything from chord module.
9894
9895         * input/test/american-chords.ly: idem
9896
9897         * input/test/banter-chords.ly (texidoc): idem
9898
9899         * input/test/Cc-chords.ly: add breakage notes.
9900
9901         * Documentation/user/refman.itely (Text markup): rewrite manual
9902         section.
9903
9904         * lily/parser.yy (scalar): allow \markup { } as property value. 
9905
9906         * scm/chord-name.scm: complete new markup usage
9907
9908         * scm/grob-description.scm (all-grob-descriptions): use new markup
9909         texts by default
9910
9911 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9912
9913         * scm/chord-name.scm: partial move to new markup texts.
9914
9915 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9916
9917         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9918
9919         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9920         settable.
9921
9922 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9923
9924         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9925         invoked for old midi, wait for killing.
9926
9927 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9928
9929         * Documentation/user/music-glossary.tely: Finnishing.
9930
9931 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9932
9933         * mf/feta-nummer-code.mf: some kerning pairs.
9934
9935 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9936
9937         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9938         Added.
9939
9940         * Documentation/user/refman.itely (Bar numbers):
9941         set-bar-number-visibility added, modulo-bar-number removed again
9942         (sorry).
9943
9944 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9945
9946         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9947
9948         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9949
9950         * Documentation/user/music-glossary.tely: translate into Finnish.
9951
9952 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9953
9954         * lilypond-mode.el: add shortcut for 2midi
9955
9956         * lilypond-font-lock.el: fontify lyrics
9957
9958 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9959
9960         * scm/drums.scm : use 1.7.x names.
9961
9962         * input/regression/drums.ly : Don't use << chords >>
9963
9964 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9965
9966         * lilypond-mode.el: tidy, add TODO
9967
9968         * make/lilypond.mandrake.spec.in: install-info quietly.
9969
9970 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9971
9972         * input/test/markup.ly: use new syntax.
9973
9974 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9975
9976         * ly/params-init.ly (interscoreline): add word-space
9977
9978         * input/test/metronome.ly (eighthNote): idem.
9979
9980         * input/test/script-priority.ly: use new markup
9981
9982         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9983
9984         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9985
9986         * lily/parser.yy (gen_text_def): bugfix.
9987         (full_markup): allow markup identifier.
9988
9989 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9990
9991         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9992         jobs at the same time. Add horizontal lines to Command menu.
9993         Allow one compiling job -- propose killing others before a new one.
9994
9995         * lilypond.words: add markup, teeny, etc.
9996
9997 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9998
9999         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10000         Allow only one type of midi process; launching Midi either stops
10001         midis or plays the current midi and launching MidiAll stops midis
10002         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10003         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10004
10005 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10006
10007         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10008         markup  for new markup texts.
10009
10010         * lily/mark-engraver.cc (process_music): idem
10011         
10012         * lily/instrument-name-engraver.cc (create_text): idem
10013
10014         * scm/new-markup.scm (magnify-markup): new function.
10015
10016         * scm/molecule.scm (stack-lines): bugfix.
10017
10018         * lily/font-interface.cc (get_font): take font-magnification from
10019         alist chain.
10020
10021 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10022
10023         * lily/molecule-scheme.cc: move scheme functions to separate file.
10024
10025         * lily/font-metric.cc  (ly_get_glyph): new function. 
10026         
10027         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10028         (italic-markup, dynamic-markup): new functions
10029         (font-markup): new function
10030
10031         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10032         padding and minimum
10033
10034 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10035
10036         * lily/accidental-engraver.cc:
10037         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10038
10039 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10040
10041         * lilypond.vim:
10042         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10043         [a-zA-Z] for user defined identifiers. Separate note cases 
10044         with and without a duration (allow cis\longaX).
10045
10046         * lilypond.words: Add words from Info.
10047
10048 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10049
10050         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10051
10052 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10053
10054         * lilypond-mode.el: Propose reverting buffer before a command if
10055         it was edited with an another editor.
10056
10057 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10058
10059         * lily/molecule.cc (ly_translate_molecule): new function
10060
10061         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10062         into libdir
10063
10064         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10065
10066         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10067
10068 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10069
10070         * lilypond.words: take \words from Info-index.
10071
10072 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10073
10074         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10075
10076 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10077
10078         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10079
10080 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10081
10082         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10083         and lilypond-documentation.
10084
10085 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10086
10087         * lily/parser.yy: Compile fix (bison 1.75).
10088
10089 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10090
10091         * VERSION: 1.7.9 released
10092
10093         * scm/music-functions.scm (shift-one-duration-log): refactor.
10094         Use music-map.
10095
10096         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10097
10098         * NEWS: update.
10099
10100         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10101         argument
10102         
10103         * scm/music-functions.scm (display-music): new function
10104         (music-map): change arg order.
10105
10106         * input/regression/new-markup-syntax.scm: new file
10107
10108         * lily/parser.yy (markup): add \markup { .. } syntax.
10109
10110         * scm/new-markup.scm (override-markup): new function
10111         (lookup-markup): new function
10112         (music-markup): new function
10113         (lookup-markup-command): use markup-signature to store argument
10114         format for parser.
10115
10116         * lily/lexer.ll: preliminary \markup syntax. 
10117
10118 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10119
10120         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10121         add pre/post-dependencies and menus with icons from source.
10122
10123         * Documentation/pictures/lilypond-48x48.xpm:
10124         * Documentation/pictures/lilypond-32x32.xpm:
10125         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10126         transparent.
10127
10128         * stepmake/stepmake/generic-targets.make:
10129         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10130
10131 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10132
10133         * input/regression/music-map.ly (texidoc): new file.
10134
10135         * scm/music-functions.scm (music-map): new function
10136
10137 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10138
10139         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10140
10141 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10142
10143         * input/test/to-xml.ly:
10144         * lily/ligature-engraver.cc: Fixes documentation.
10145
10146         * lilypond.mandrake.spec.in:
10147         * lilypond.redhat.spec.in: Add lilypond.words.
10148
10149         * Documentation/user/refman.itely: Mention Info inside emacs.
10150         
10151         * lilypond.suse.spec.in:
10152         * lilypond.redhat.spec.in:
10153         * lilypond.mandrake.spec.in: Set root-owner for doc
10154         (tobbe@nyvalls.se).
10155
10156 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10157
10158         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10159         os.popen.read ().
10160
10161 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10162
10163         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10164
10165         * python/lilylib.py (error): add space
10166
10167 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10168
10169         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10170         distribution.
10171
10172 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10173
10174         * lily/paper-outputter.cc (Paper_outputter): close port when
10175         finishing score.
10176
10177 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10178
10179         * scm/sodipodi.scm: Fixes.
10180
10181 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10182
10183         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10184
10185         * buildscripts/make-font-dir.py: Fix. 
10186
10187 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10188
10189         * lilypond-mode.el: Add support for Info inside Emacs.
10190
10191 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10192
10193         * buildscripts/make-font-dir.py: 
10194         * mf/GNUmakefile: Make sodipodi font map.
10195
10196         * scm/sodipodi.scm: Add more output functions.
10197
10198         * mf/feta-nummer.mf: 
10199         * mf/feta-beugel.mf: Add font_coding_scheme.
10200
10201         * lily/paper-outputter.cc (output_header): Fix creator string.
10202
10203 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10204
10205         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10206         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10207
10208         * lilypond.words: add two (Everybody can add/remove words now!).
10209
10210         * debian/rules:
10211         * make/lilypond.suse.spec.in:
10212         * make/lilypond.mandrake.spec.in:
10213         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10214
10215         * Documentation/user/refman.itely: Mention autocompletion.
10216
10217 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10218
10219         * scripts/ly2dvi.py: Add paper sizes.
10220
10221         * lily/timing-engraver.cc: 
10222         * lily/time-signature.cc: 
10223         * lily/span-bar.cc: 
10224         * lily/grob-scheme.cc: Code formatting fixes.
10225
10226         * scm/sodipodi.scm: 
10227         * scm/sketch.scm:
10228         * buildscripts/mf-to-table.py: 
10229         * buildscripts/make-font-dir.py: Font testing.
10230
10231 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10232
10233         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10234         inserts try-completion and shows all-completions.
10235
10236         * lilypond.words: '\' -> '\\'
10237
10238         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10239         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10240         
10241         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10242         and LilyPond-reserved-words.
10243         
10244 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10245
10246         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10247         from load-path.
10248         
10249         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10250         the mini-buffer with Control-Shift-c.
10251         
10252 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10253
10254         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10255         duration. This fixes \tempo taking time.
10256
10257 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10258
10259         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10260         Allow for text markup in repeatCommands. 
10261
10262 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10263
10264         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10265         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10266         Get rid of skeleton.el-dependency.
10267
10268         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10269
10270 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10271
10272         * lily/beam-engraver.cc (stop_translation_timestep): reset
10273         now_stop_ev_
10274
10275         * lily/scm-option.cc: add parse-protect to ly:set-option
10276
10277         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10278
10279 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10280
10281         * lily/include/ligature-bracket.hh: removed
10282         * lily/ligature-bracket.cc: removed
10283
10284         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10285         .tex
10286
10287         * lily/beam.cc (set_beaming): don't change beam count on rests.
10288         (brew_molecule): always set flag-width > 0.
10289
10290 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10291
10292         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10293         chars, remove instructions; instead, refer to lilypond-init.el and
10294         Documentation/topdocs/INSTALL.texi.
10295
10296         * lilypond.words: add identifiers and reserved words.
10297
10298         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10299         files and adding a load-path.
10300
10301         * lilypond-init.el: Instructions, extracted from 
10302         Documentation/topdocs/INSTALL.texi. 
10303         
10304 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10305
10306         * VERSION: 1.7.8 released 
10307
10308         * lily/grob.cc (warning): better robustness fix.
10309
10310 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10311
10312         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10313
10314         * lily/cluster-engraver.cc: stick better to variable naming
10315         conventions
10316
10317         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10318         until stop_translation_timestep()
10319
10320         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10321         min/max coordinates to backend, but no musical info such as
10322         pitches
10323
10324         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10325
10326         * lily/grob.cc: robustness fix: warning(): do not crash if
10327         cause is not set
10328
10329         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10330         the much more elaborated tuplet brackets than the very naive and
10331         simple ligature bracket grob
10332
10333 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10334
10335         * Documentation/user/refman.itely (Analysis brackets): add
10336         horizontal bracket doco.
10337
10338         * ly/property-init.ly (setMmRestFermata): added.
10339
10340         * Documentation/user/refman.itely (Multi measure rests): fermatas
10341         on mm rests.
10342
10343         * input/regression/apply-context.ly (texidoc): new file
10344
10345         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10346         code to be executed during interpretation. Possible applications:
10347         smart octavation, more advanced bar checks. 
10348
10349         * lily/apply-context-iterator.cc: new file.
10350
10351 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10352
10353         * input/test/new-markup.ly: new file.
10354
10355         * lily/text-item.cc (text_to_molecule): new function
10356
10357         * scm/new-markup.scm (lambda): new file
10358
10359         * lily/function-documentation.cc (ly_add_function_documentation):
10360         add proc property as well
10361
10362 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10363
10364         * Documentation/user/music-glossary.tely (Top): add custos.
10365
10366 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10367
10368         * Documentation/topdocs/INSTALL.texi: advise how to include source
10369         path to Emacs load-path and improve language.
10370
10371 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10372
10373         * GNUmakefile.in: config.h message fix.
10374
10375         * autogen.sh:
10376         * aclocal.m4: Regenerate.
10377
10378         * configure.in: 
10379         * config.make.in: 
10380         * stepmake/config.make.in: 
10381         * stepmake/configure.in: 
10382         * stepmake/autogen.sh: 
10383         * stepmake/aclocal.m4: Update for autoconf 2.56.
10384
10385 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10386
10387         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10388         to install Emacs-mode. Instructions how to use vim-mode.
10389
10390 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10391
10392         * scm/music-types.scm (music-descriptions): no length for tempo event.
10393
10394         * input/*.ly: add \version everywhere.
10395         
10396         * input/*.ly: update syntax to 1.7 + new-chords.
10397
10398         * VERSION: 1.7.7 released.
10399         
10400         * Documentation/user/*.tely: new chord syntax.
10401
10402         * input/regression/[bc]*.ly (texidoc): syntax updates.
10403         
10404 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10405
10406         * lilypond.words: add vocabulary to be used in auto-completion
10407
10408         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10409
10410         * lilypond.vim: allow note name at EOF
10411
10412 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10413
10414         * buildscripts/new-chords.py (edit): -e option: inline editing.
10415
10416         * input/regression/a*.ly (texidoc): syntax updates.
10417
10418         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10419         music): elucidations. 
10420
10421 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10422
10423         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10424         ly/spanners-init.ly, scm/grob-description.scm,
10425         scm/grob-property-description.scm, scm/music-types.scm,
10426         lily/cluster-engraver.cc, lily/cluster.cc,
10427         lily/include/cluster.hh, input/test/cluster.ly: cluster
10428         implementation
10429
10430         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10431         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10432         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10433
10434         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10435
10436         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10437
10438         * scm/grob-description.scm: bugfix: by default, use default note
10439         head style when engraving ligatures
10440
10441         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10442
10443         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10444         events
10445
10446         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10447
10448         * input/test/ancient-font.ly: bugfix: style -> flag-style
10449
10450         * lily/ligature-engraver.cc: indentation fix
10451
10452         * lily/parser.yy: indentation fixes
10453         
10454 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10455
10456         * input/regression/measure-grouping.ly: more elaborate example.
10457
10458         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10459         ly:div-moment. New functions 
10460
10461         * scm/music-functions.scm (set-time-signature): new function,
10462         allow inline time sig settings with measure grouping.
10463
10464         * lily/parser.yy (command_element): move time sig construction
10465         into Scheme.
10466
10467         * lily/side-position-interface.cc (out_of_staff): new function,
10468         like padding, but keep minimum distance from staff. Easier than
10469         linespanners (dynamics, pedals), but roughly the same effect.
10470
10471 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10472
10473         * emacs-mode.el: Added spanish-note-replacements 
10474         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10475
10476         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10477
10478 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10479
10480         * lilypond.vim: Do not fontify cises, desis, etc.
10481
10482         * vimrc: view dvi with <S-F6>
10483
10484 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10485
10486         * lily/lookup.cc (triangle): new function.
10487
10488         * input/regression/measure-grouping.ly (texidoc): new file: show
10489         triangles and brackets for beat groups of 3 and 2.
10490
10491         * lily/include/measure-grouping-spanner.hh (class
10492         Measure_grouping): new file.
10493
10494         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10495
10496         * lily/measure-grouping-engraver.cc (class
10497         Measure_grouping_engraver): new file.
10498
10499 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10500
10501         * Merge from stable:
10502
10503             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10504         
10505         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10506         stylesheet.
10507
10508         * ly/paper19.ly: Include paper19-init.ly.
10509
10510         * ly/paper19-init.ly: New file.
10511
10512         * Documentation/user/tutorial.itely (First steps): Fix first
10513         example for font test.
10514
10515         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10516
10517         * ChangeLog: Add 1.7.6 release marker (see below).
10518
10519         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10520         Add .py files.
10521
10522 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10523
10524         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10525
10526         * input/tutorial/*.ly: update to new syntax.
10527
10528         * lily/parser.yy (Composite_music): new transpose syntax,
10529         \transpose FROM TO MUSIC. 
10530
10531 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10532
10533         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10534         latex progress/error output to stderr (by default this goes to
10535         stdout).  Show lilypond progress, even when not verbose.
10536
10537         * python/lilylib.py (system): New optional parameter to control
10538         showing of progress.
10539
10540         * scm/backend-documentation-lib.scm (check-dangling-properties):
10541         Fix error message.
10542
10543         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10544         axis, extent.
10545
10546         * scm/grob-property-description.scm (magnify): Remove.
10547         (extent, axis): Add.
10548
10549 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10550
10551         * VERSION: Release 1.7.6.
10552
10553         * scripts/convert-ly.py: more uniformization substitutions.
10554
10555         * buildscripts/new-chords.py (sub_chords): new file.
10556
10557 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10558
10559         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10560         lilypond.map.  Include sauter fonts too.  Cleanups.
10561
10562 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10563
10564         * Documentation/user/tutorial.itely (First steps): change to new
10565         chord/tie/slur/beam notation.
10566
10567         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10568         ties.
10569
10570         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10571         engraver. Process ties in postfix notation, i.e. c8-~ c
10572
10573         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10574
10575         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10576
10577         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10578
10579         * lily/beam-engraver.cc (try_music): accept new-beam-events
10580
10581         * input/regression/chord-scripts.ly (texidoc): new file
10582
10583         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10584         script-events.
10585
10586         * scm/script.scm (default-script-alist): cleanup.
10587
10588         * lily/script-engraver.cc (make_script_from_event): cleanup.
10589
10590         * lily/lyric-combine-music-iterator.cc
10591         (Lyric_combine_music_iterator): remove superfluous events.
10592         (melisma_busy): new function. Fix broken melismas.
10593
10594 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10595
10596         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10597         Remove nonvalid settings. Use descriptive key names.
10598         Use <Return> to indicate the pressing of that key.
10599
10600 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10601
10602         * scripts/lilypond-book.py (option_definitions): Typo.
10603
10604         * scripts/ly2dvi.py: Updates.
10605
10606         * python/lilylib.py (setup_environment, print_environment)
10607         (get_bbox, make_preview): Merge and remove from ly2dvi and
10608         lilypond-book.
10609
10610         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10611
10612         * .cvsignore: Remove some cruft.
10613
10614         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10615         path.
10616
10617         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10618         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10619         throughout.
10620
10621         * python/lilylib.py (quiet_system): Junk
10622         (system): Display error log upon failure.
10623         (read_pipe): New function.  Cleanups and fixes.
10624
10625         * python/*.py: Rename from *.py.in.
10626         
10627         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10628
10629         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10630
10631 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10632
10633         * python/GNUmakefile: Bugfix: handle modules.
10634
10635         * stepmake/stepmake/python-module-targets.make (default): Add
10636         compiled modules. 
10637
10638         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10639         compiling modules.
10640
10641         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10642         Bugfix.  (OUT_PYC_MODULES): Add.
10643
10644 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10645
10646         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10647         Use default paths. Refresh description.
10648
10649 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10650
10651         * VERSION: 1.7.5 released
10652
10653         * input/regression/finger-chords.ly (texidoc): new file.
10654
10655         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10656         support
10657
10658         * lily/fingering-engraver.cc (process_music): remove kludgy
10659         scriptHorizontal stuff.
10660
10661         * lily/script.cc: remove staff-support property.
10662
10663         * lily/new-fingering-engraver.cc (add_fingering): new
10664         file. Fingering engraver for new style chords.
10665
10666 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10667
10668         * lily/parser.yy (bare_number): allow 4 \cm (without
10669         decimal dot). (should backport to 1.6?)
10670
10671         * ly/declarations-init.ly: use Scheme for dimension defs.
10672
10673         * lily/parser.yy (TODO): remove hard coded dimensions, add
10674         REAL NUMBER_IDENTIFIER production.
10675
10676         * lily/rest-collision.cc (force_shift_callback): rewrite using
10677         -done property.
10678
10679         * scm/grob-property-description.scm (rest-collision-done): add
10680         property.
10681         
10682         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10683
10684 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10685
10686         * input/regression/multi-measure-rest-center.ly: new file.
10687
10688         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10689         off horizontally by 0.05 ss. Fixed.
10690
10691 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10692
10693         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10694
10695         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10696
10697 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10698
10699         * lily/tie.cc (get_control_points): also avoid staff lines on the
10700         just outside the outer staff lines
10701
10702 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10703
10704         * ly/params-init.ly: Just define style-alist, no need to
10705         define-public.
10706
10707         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10708         (thanks Han-Wen).
10709
10710         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10711         (FET_FILES): = FONT_FILES.
10712
10713         * Merge from stable:
10714
10715             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10716
10717 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10718
10719         * VERSION: 1.7.4 released.  
10720         
10721         * scm/generate-documentation.scm (string-append): add macro
10722         definitions.
10723
10724         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10725         normal texts.
10726
10727         * lily/multi-measure-rest-engraver.cc: make separate
10728         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10729
10730         * lily/multi-measure-rest.cc: remove text handling. Remove
10731         number-threshold.
10732
10733 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10734
10735         * scm/music-types.scm: doc patch by Graham Percival
10736
10737 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10738
10739         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10740         encoding part.
10741         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10742         (sketch_p): Sketch wants only first four elements of X11 font spec.
10743
10744         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10745
10746         * mf/feta-autometric.mf: Write foundry and family to log.
10747
10748         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10749         font translation table.
10750
10751         * buildscripts/mf-to-table.py: Better font info into afm.
10752
10753         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10754         1.0.9 required.
10755
10756         * configure.in: Whine for mftrace 1.0.9.
10757
10758 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10759
10760         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10761
10762         * lily/main.cc (main_prog): don't try to load init.EXT when
10763         processing foo.EXT.
10764
10765 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10766
10767         * scm/tex.scm (zigzig-line): added.
10768
10769         * scm/ps.scm (zigzag-line): added.
10770
10771         * ps/music-drawing-routines.ps (subvec): added.
10772         (draw_zigzag_line): added.
10773         
10774         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10775         grob properties zigzag-width and zigzag-length.
10776
10777         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10778
10779 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10780
10781         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10782         svg output, including font.
10783
10784 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10785
10786         * scm/lily.scm: Register sodipodi output module.
10787
10788         * scm/sodipodi.scm: New file.
10789
10790         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10791
10792         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10793         comment, after header.
10794         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10795         FullName.  Fix FontName key.
10796
10797 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10798
10799         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10800         and breve rests.
10801         
10802         * input/test/blank-notes.ly: bugfix
10803
10804         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10805         rests. (Kim Shrier)
10806
10807         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10808         
10809 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10810
10811         * scm/tex.scm: 
10812         * scm/ps.scm: Cleanup and remove obsolete junk.
10813
10814         * Documentation/user/internals.itely:
10815         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10816
10817         * lily/parser.yy: Identify shift/reduce problems.
10818
10819         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10820         make-style-sheet.  Too specific for convert-ly?
10821
10822 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10823
10824         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10825
10826         * input/test/*.ly: various fixes.
10827
10828         * lily/music.cc (name): bugfix
10829
10830         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10831
10832         * lily/input-file-results.cc (code): set-point-and-click! ->
10833         set-point-and-click
10834         
10835 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10836
10837         * Use uniform ly: prefix for exported scheme primitive functions.
10838
10839         * scm/music-types.scm: junk compat glue
10840
10841         * scripts/convert-ly.py: add rules for stuff below, junk
10842         compatibility glue for spanrequest.
10843
10844         * lily/parser.yy (verbose_event): remove \spanrequest,
10845         \commandspanrequest, \script. 
10846         
10847         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10848
10849         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10850         for \penalty, \glissando.
10851
10852         * VERSION: release 1.7.3
10853         
10854 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10855
10856         * lily/accidental-engraver.cc: Fix
10857         grace-in-the-beginning-of-measure bug caused by the resent
10858         partial-measure fix.
10859
10860         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10861         overlap looks too crowded)
10862         
10863 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10864
10865         * lily/parser.yy (assignment): allow SCM expression as assignment.
10866
10867         * lily/include/music-output-def.hh (class Music_output_def):
10868         * lily/music-output-def.cc: 
10869         * lily/paper-def.cc: 
10870         * scm/font.scm (markup-to-properties):
10871         * lily/parser.yy (music_output_def_body): 
10872         remove style_sheet_
10873
10874 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10875
10876         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10877         length.
10878
10879         * input/regression/spacing-to-grace.ly: new file.
10880
10881         * input/regression/spacing-end-of-line.ly: new file.
10882
10883         * lily/note-spacing.cc (get_spacing): take into account breakable
10884         stuff sticking out at the left (time sig change at line break).
10885
10886         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10887         raggedright code.
10888
10889         * scm/music-functions.scm (make-voice-props-set): add
10890         staff-position for mm rests.
10891  
10892         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10893         before grace notes a little.
10894
10895         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10896
10897         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10898         key adds space at the end of line. 
10899
10900 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10901
10902         * scm/sketch.scm: Fix beams.
10903
10904         * buildscripts/mf-to-table.py: Add EncodingScheme.
10905
10906         * scm/sketch.scm: Resurrect.
10907
10908 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10909
10910         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10911         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10912
10913 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10914
10915         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10916
10917         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10918
10919 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10920
10921         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10922         token for origin information.
10923
10924         * lily/parser.yy (My_lily_lexer): do identifier location and
10925         cloning from lexer.
10926
10927         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10928         logic out of the parser. Add bar checks on both ends.
10929
10930         * Documentation/user/refman.itely (Multi measure rests): add more
10931         notes about mm rests.
10932
10933 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10934
10935         * input/regression/bar-scripts.ly: Re-enable.
10936
10937         * lily/parser.yy:
10938         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10939         released rsn.  Bison 1.50 has a crucial bug and won't work.
10940
10941         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10942
10943
10944 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10945
10946         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10947
10948 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10949
10950         * Actually merge changes since 1.6.4 besides ChangeLog, and
10951         resolve conflicts.  Lots of updates, hope all is well.
10952         
10953         * cygwin/lilypond.hint (requires): Add ghostscript.
10954
10955         * scm: Update some (c).
10956         
10957 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10958
10959         * input/test/{various}.ly: add \header fields and texidoc strings.
10960
10961 2002-10-05  Werner Lemberg  <wl@gnu.org>
10962
10963         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10964         renamed to `output_latex_quoted'.
10965         Added `output_latex_noquote'.
10966         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10967         mode.
10968
10969 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10970
10971         * ChangeLog: Add 1.6.6 release marker.  See below.
10972
10973         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10974
10975         * scripts/midi2ly.py: Fix global syntax warnings.
10976
10977         * GNUmakefile.in: Generate builddir locale tree too.
10978
10979         * scripts/ly2dvi.py:
10980         * scripts/midi2ly.py: 
10981         * scripts/mup2ly.py: 
10982         * scripts/update-lily.py:
10983         * lily/main.cc (setup_paths): Fix for locales setup.
10984
10985 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10986
10987         * Documentation/windows/installing.texi: Soften wording about
10988         necessity of becoming Administrator.  tommie@iae.nl reports this
10989         does not seem to be necessary for his flavour of Windows 2000.
10990         Explicitely discourage text mode mounts.
10991
10992 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10993
10994         * lily/rest.cc (after_line_breaking): backport dot position fix.
10995
10996         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10997         rests. Thanks to Klaus Zimmermann for finding this bug.
10998
10999 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11000
11001         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11002
11003 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11004
11005         * Documentation/user/music-glossary.tely: fix links.
11006
11007 2002-10-21  Werner Lemberg  <wl@gnu.org>
11008
11009         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11010         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11011         scaling factor) only once and use them in the definition of
11012         \embeddedps.
11013         * ps/music-drawing-routines.ps (skeel): Removed.
11014
11015 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11016
11017         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11018         Solaris7, as we don't use nested $( ) constructs.
11019
11020 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11021
11022         * VERSION: Release 1.6.6.
11023         
11024 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11025
11026         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11027         as workaround for /bin/sh problems on Solaris7.
11028
11029 2002-10-19  Werner Lemberg  <wl@gnu.org>
11030
11031         * GNUmakefile.in (web-doc): Fix typos.
11032         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11033         `music-drawing-routines.ps' but emit \special{header=...} once.
11034         * scm/tex.scm (header-end): Updated.
11035
11036 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11037
11038         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11039         undefined tremolo. 
11040
11041 2002-10-15  Werner Lemberg  <wl@gnu.org>
11042
11043         * scripts/lilypond-book.py (g_make_html): New global variable.
11044         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11045         if `g_make_html' isn't set.
11046         [main]: Add format `texi-html'.
11047         (option_definitions): Updated.
11048         * Documentation/user/lilypond-book.itely: Updated.
11049
11050         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11051         * make/ly-rules.make (%.texi, %.nexi): Use it.
11052         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11053         format to lilypond-book.
11054         * GNUmakefile.in (web-doc): Ditto.
11055
11056 2002-10-14  Werner Lemberg  <wl@gnu.org>
11057
11058         Further improve TeX output.  The produced files are about 40%
11059         smaller.  `lilyponddefs.tex' is now read only once.
11060
11061         * tex/lilyponddefs.tex: Remove footer stuff.
11062         (\ifundefined): Renamed to...
11063         (\lilypondundefined): This.  Use LaTeX's definition to
11064         make it nestable and make it global.
11065         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11066         output.
11067         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11068         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11069         them global.
11070         (\placebox): Renamed to...
11071         (\lyitem): This.
11072         Make it global and call \outputscale by itself.
11073         (\lybox, \lyvrule): New macros to reduce input data.
11074         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11075         New auxiliary macros.
11076         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11077         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11078         to...
11079         (\lilypondspace): This and made it global.
11080         (\turnOnPostScript): Renamed to...
11081         (\lilypondpostscript): This and made it global.
11082         (\turnOnExperimentalFeatures): Renamed to...
11083         (\lilypondexperimentalfeatures): This and made it global.
11084         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11085         (\lilypondsetdimen): This and made it global.
11086         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11087         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11088         (all, $(outdir)/music-drawing-routines.ps): New rules.
11089         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11090         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11091         start-system, stop-system, stop-last-system, filledbox): Updated to
11092         use the changed macros from lilyponddefs.tex.
11093         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11094
11095 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11096
11097         * Documentation/windows/installing.texi: Update.
11098
11099 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11100
11101         * VERSION: 1.6.5 released
11102
11103         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11104
11105 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11106
11107         * scm/translator-property-description.scm (voltaOnThisStaff): add
11108         property.
11109
11110 2002-09-28  Werner Lemberg  <wl@gnu.org>
11111
11112         * scm/tex.scm (header-end): Suppress page numbering.
11113
11114         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11115         Fix quotation for HTML output.
11116
11117 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11118         
11119         * Documentation/user/refman.itely: grammar and phrasing
11120           fixes to "Note Entry" section.  Also adds a few new examples.
11121
11122 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11123
11124         * flower/include/string-data.icc: include string.h
11125
11126 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11127
11128         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11129
11130 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11131
11132         * Documentation/user/GNUmakefile (extra-local-help): Add.
11133
11134         * stepmake/stepmake/www-targets.make (local-help): Add.
11135
11136 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11137
11138         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11139         packages.
11140
11141         * Documentation/topdocs/README.texi (Top): building documentation
11142         (not website.)
11143
11144 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11145
11146         * Documentation/user/refman.itely: 
11147         * Documentation/user/tutorial.itely: 
11148         * Documentation/user/music-glossary.tely: Merge changes.
11149
11150         * Documentation/user/glossary.html.in: 
11151         * Documentation/index.texi: 
11152         * Documentation/header.html.in: Accomodate renaming of glossary.
11153         
11154         * Documentation/user/tutorial.itely: Add some glossary references.
11155         
11156         * Documentation/user/refman.itely: Minor fixes.
11157         
11158         * Documentation/user/lilypond.tely: Add glossary do direntry.
11159
11160         * Documentation/user/music-glossary.tely: Rename (previously:
11161         glossary.tely).  Fix anchor placement.
11162
11163         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11164
11165 2002-09-23  Werner Lemberg  <wl@gnu.org>
11166
11167         * scripts/lilypond-book.py (output_dict): Fix handling of
11168         various environments by avoid extraneous newlines.
11169         Rename `output-all' regexp for html to `output-html'.
11170         Replace `output-all' regexp for texi with `output-texi-quote'
11171         and `output-texi-noquote'.
11172         (compose_full_body): Don't override `linewidth' user option
11173         for `singleline'.
11174         (schedule_lilypond_block): Don't indent text specified with
11175         `intertext' option.
11176         Add new option `noquote'.
11177         (compile_all_files): Use latex instead of tex to compile ly
11178         files directly.
11179
11180         * Documentation/user/lilypond-book.itely: Updated and revised.
11181         Improve layout.
11182
11183         * Documentation/user/glossary.tely,
11184         Documentation/user/introduction.itely,
11185         Documentation/user/tutorial.itely,
11186         Documentation/user/refman.itely,
11187         Documentation/user/appendices.itely: Fix overfull LilyPond
11188         boxes caused by the new lilypond-book code.  Other minor
11189         fixes.
11190
11191         * Documentation/user/macros.itexi (@texiflat): Don't emit
11192         trailing space.
11193
11194         * scm/tex.scm (end-output, header-end): Add preamble and
11195         postamble to make lilypond output directly compilable with
11196         latex.
11197
11198         
11199 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11200
11201         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11202         instructions.
11203
11204 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11205
11206         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11207
11208 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11209
11210         * lily/beam.cc (connect_beams): don't crash if there are quarter
11211         notes in beams.
11212
11213 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11214
11215         * Documentation/user/refman.itely: corrected ancient clef
11216         docu; added docu on ligatures
11217
11218 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11219
11220         * Documentation/user/glossary.tely,
11221         Documentation/user/refman.itely, input/les-nereides.ly,
11222         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11223         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11224         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11225         Stem properties: flag-style -> stroke-style, style -> flag-style.
11226
11227
11228 2002-09-22  Werner Lemberg  <wl@gnu.org>
11229
11230         * scripts/lilypond-book.py: Add option `notime' to suppress
11231         printing of a time signature.  Specify default indentation of 0pt
11232         if single line fragment.  Don't emit redundant `\paper{ }'.
11233
11234         * Documentation/user/lilypond-book.itely: Updated.
11235
11236         * Documentation/user/glossary.tely: Completely reformatting.
11237
11238 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11239
11240         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11241
11242 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11243
11244         * Documentation/user/tutorial.itely: Fix links.
11245         
11246         * Documentation/topdocs/index.tely:
11247         * Documentation/index.texi:
11248         * Documentation/header.html.in: Small website fixes and updates.
11249
11250         * debian/: Debian patch by Anthony Fok.
11251
11252 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11253
11254         * Documentation/footer.html.in: How time flies: It's already 2002!
11255
11256         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11257         more descriptive link names than 'here'.
11258
11259 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11260
11261         * VERSION: 1.7.2 released
11262         * VERSION: 1.6.4 released
11263         
11264         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11265
11266         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11267         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11268
11269         * mf/feta-din.mf (test): add x-height and space.
11270
11271         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11272         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11273
11274         * ly/grace-init.ly: add-to-grace-init: function to portably add
11275         settings to \grace. 
11276
11277         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11278         if we get an absolute dynamic event.
11279  
11280         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11281
11282         * lily/source-file.cc (get_line): oops. All line numbers were off
11283         by 2. Fix that. 
11284
11285         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11286         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11287
11288         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11289
11290         * lily/parser.yy (number_factor): remove (number) as number
11291         expression. ("Let them eat Lisp").
11292
11293 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11294
11295         * lily/horizontal-bracket.cc: new file.
11296
11297         * lily/horizontal-bracket-engraver.cc: new file.
11298
11299         * input/regression/note-group-bracket.ly: new file. Support
11300         horizontal note brackets for music analysis.
11301
11302         * lily/stem.cc (flag): new flag-style: no-flag.
11303
11304         * input/test/stem-cross-staff.ly: new file
11305         
11306         * Documentation/user/internals.itely: Improved formatting, fixing
11307         typos.  Added a section `Output details' to describe how the TeX
11308         code looks like.
11309
11310         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11311
11312         * lily/parser.yy: remove \dynamicscript.
11313
11314         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11315         definitions. 
11316
11317         * python/midi.c (midi_error): take two arguments.
11318
11319         * Merge 1.6.5 changes:
11320         
11321 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11322
11323         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11324         staff-space.  Previous 1.5 was probably meant as half-spaces.
11325         (cautionary-style): parentheses (was: smaller).  This is what doco
11326         says, and it seems more logical.
11327
11328         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11329         for 2nd sentence.
11330
11331 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11332
11333         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11334
11335 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11336
11337         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11338
11339 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11340
11341         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11342
11343 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11344
11345         * scm/translator-property-description.scm (voltaOnThisStaff): add
11346         property.
11347
11348 2002-09-28  Werner Lemberg  <wl@gnu.org>
11349
11350         * scm/tex.scm (header-end): Suppress page numbering.
11351
11352         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11353         Fix quotation for HTML output.
11354
11355 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11356         
11357         * Documentation/user/refman.itely: grammar and phrasing
11358           fixes to "Note Entry" section.  Also adds a few new examples.
11359
11360 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11361
11362         * flower/include/string-data.icc: include string.h
11363
11364 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11365
11366         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11367
11368 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11369
11370         * Documentation/user/GNUmakefile (extra-local-help): Add.
11371
11372         * stepmake/stepmake/www-targets.make (local-help): Add.
11373
11374 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11375
11376         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11377         packages.
11378
11379         * Documentation/topdocs/README.texi (Top): building documentation
11380         (not website.)
11381
11382 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11383
11384         * Documentation/user/refman.itely: 
11385         * Documentation/user/tutorial.itely: 
11386         * Documentation/user/music-glossary.tely: Merge changes.
11387
11388         * Documentation/user/glossary.html.in: 
11389         * Documentation/index.texi: 
11390         * Documentation/header.html.in: Accomodate renaming of glossary.
11391         
11392         * Documentation/user/tutorial.itely: Add some glossary references.
11393         
11394         * Documentation/user/refman.itely: Minor fixes.
11395         
11396         * Documentation/user/lilypond.tely: Add glossary do direntry.
11397
11398         * Documentation/user/music-glossary.tely: Rename (previously:
11399         glossary.tely).  Fix anchor placement.
11400
11401         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11402
11403 2002-09-23  Werner Lemberg  <wl@gnu.org>
11404
11405         * scripts/lilypond-book.py (output_dict): Fix handling of
11406         various environments by avoid extraneous newlines.
11407         Rename `output-all' regexp for html to `output-html'.
11408         Replace `output-all' regexp for texi with `output-texi-quote'
11409         and `output-texi-noquote'.
11410         (compose_full_body): Don't override `linewidth' user option
11411         for `singleline'.
11412         (schedule_lilypond_block): Don't indent text specified with
11413         `intertext' option.
11414         Add new option `noquote'.
11415         (compile_all_files): Use latex instead of tex to compile ly
11416         files directly.
11417
11418         * Documentation/user/lilypond-book.itely: Updated and revised.
11419         Improve layout.
11420
11421         * Documentation/user/glossary.tely,
11422         Documentation/user/introduction.itely,
11423         Documentation/user/tutorial.itely,
11424         Documentation/user/refman.itely,
11425         Documentation/user/appendices.itely: Fix overfull LilyPond
11426         boxes caused by the new lilypond-book code.  Other minor
11427         fixes.
11428
11429         * Documentation/user/macros.itexi (@texiflat): Don't emit
11430         trailing space.
11431
11432         * scm/tex.scm (end-output, header-end): Add preamble and
11433         postamble to make lilypond output directly compilable with
11434         latex.
11435
11436         
11437 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11438
11439         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11440         instructions.
11441
11442 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11443
11444         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11445
11446 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11447
11448         * lily/beam.cc (connect_beams): don't crash if there are quarter
11449         notes in beams.
11450
11451 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11452
11453         * Documentation/user/refman.itely: corrected ancient clef
11454         docu; added docu on ligatures
11455
11456 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11457
11458         * Documentation/user/glossary.tely,
11459         Documentation/user/refman.itely, input/les-nereides.ly,
11460         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11461         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11462         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11463         Stem properties: flag-style -> stroke-style, style -> flag-style.
11464
11465 2002-09-22  Werner Lemberg  <wl@gnu.org>
11466
11467         * scripts/lilypond-book.py: Add option `notime' to suppress
11468         printing of a time signature.  Specify default indentation of 0pt
11469         if single line fragment.  Don't emit redundant `\paper{ }'.
11470
11471         * Documentation/user/lilypond-book.itely: Updated.
11472
11473         * Documentation/user/glossary.tely: Completely reformatting.
11474
11475 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11476
11477         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11478
11479 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11480
11481         * Documentation/user/tutorial.itely: Fix links.
11482         
11483         * Documentation/topdocs/index.tely:
11484         * Documentation/index.texi:
11485         * Documentation/header.html.in: Small website fixes and updates.
11486
11487         * debian/: Debian patch by Anthony Fok.
11488
11489 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11490
11491         * Documentation/footer.html.in: How time flies: It's already 2002!
11492
11493         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11494         more descriptive link names than 'here'.
11495
11496 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11497
11498         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11499
11500 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11501
11502         * lily/part-combine-music-iterator.cc (get_state): cleanup
11503         (get_music_info): cleanup.
11504
11505 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11506
11507         * scm/backend-documentation-lib.scm (interface-doc-string):
11508         crosslinks between interfaces and grobs. Headings for interfaces
11509         in grob explanation.
11510
11511 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11512
11513         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11514         dtd).  Add preliminary dtd.
11515         (re-sub-alist): Robustify.
11516
11517 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11518
11519         * lily/include/event-chord-iterator.hh,
11520         lily/context-specced-music-iterator.cc,
11521         lily/event.cc, lily/event-chord-iterator.cc: add
11522
11523 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11524
11525         * lily/: some (c) header fixes.
11526         
11527         * lily/request-chord.cc: Remove.
11528         
11529         * lily/include/event-chord-iterator.hh:
11530         * lily/include/event.hh:
11531         * lily/event-chord.cc: New file.
11532         
11533         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11534         requested.
11535
11536 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11537
11538         * lily/ : rename Request to Event
11539
11540         * lily/parser.yy (command_element): move clef stuff into Scheme.
11541
11542         * lily/:  rename length_mom () to get_length()
11543
11544         * lily/part-combine-music.cc: removed file and class.
11545
11546         * lily/context-specced-music-iterator.cc (class
11547         Context_specced_music_iterator): new file. Obsoletes the
11548         Context_specced_music type.
11549
11550         * scm/music-types.scm (make-repeated-music): put different kinds
11551         of repeated music into music-type table.
11552
11553         * VERSION: 1.7.1 released.
11554
11555         * scm/to-xml.scm: new file.
11556
11557         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11558         new Input representation: dump music as XML.
11559
11560         * scm/engraver-documentation-lib.scm
11561         (engraver-accepts-music-types?): add links from music to engraver,
11562         from music-type to engraver.
11563
11564         * lily/include/command-request.hh: removed
11565         lily/include/musical-request.hh: removed. Removed all _req classes
11566         except Key_change_req. Changes throughout.
11567
11568 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11569
11570         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11571
11572 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11573
11574         * lily/*.cc: specify accepts for many engravers.
11575
11576         * scm/music-documentation-lib.scm: dump music expressions and
11577         music subtypes.
11578
11579         * scm/documentation-lib.scm: complete revision.
11580         Use GOOPS objects to store document tree explicitly. Cleaned up and
11581         sped up doco generation a lot.
11582
11583 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11584
11585         * input/trip.ly (fugaIILeft): add arpeggio
11586
11587         * lily/translator-group.cc (try_music_on_nongroup_children):
11588         oops. The name symbol is in the cdr of the assoc handle.
11589
11590         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11591         Hyphen_req, Glissando_req, Break_req, Mark_req 
11592
11593 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11594
11595         * lily/musical-request.cc (music-duration-length,
11596         music-duration-compress): new functions.
11597
11598         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11599         throughout. Warning doesn't work yet.
11600
11601         * lily/translator-group.cc (try_music_on_nongroup_children):
11602         new implementation: store candidate acceptors in a hashTable.
11603
11604 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11605
11606         * scm/music-types.scm (music-descriptions): change name to
11607         internal-class-name
11608
11609         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11610
11611 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11612
11613         * lily/beam.cc (connect_beams): don't crash if there are quarter
11614         notes in beams.
11615
11616 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11617
11618         * Documentation/user/refman.itely: corrected ancient clef
11619         docu; added docu on ligatures
11620
11621 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11622
11623         * Documentation/user/glossary.tely,
11624         Documentation/user/refman.itely, input/les-nereides.ly,
11625         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11626         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11627         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11628         Stem properties: flag-style -> stroke-style, style -> flag-style.
11629
11630 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11631
11632         * scm/music-functions.scm (music-separator?): don't use name music
11633         property.
11634
11635 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11636
11637         * stepmake/stepmake/generic-targets.make (help): Document check
11638         target.
11639
11640         * lily/new-accidental-engraver.cc: Compile fix.
11641
11642 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11643
11644         * scripts/convert-ly.py: Add rule.
11645
11646         * input/test/music-creation.ly:
11647         * input/test/add-staccato.ly:
11648         * input/test/add-text-script.ly: ly-make-music.
11649
11650         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11651         More ly-make-music renamings.
11652
11653         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11654
11655         * lily/music-constructor.cc (make_music): Add debugging info.
11656
11657         * scm/music-functions.scm (make-simultaneous-music,
11658         (make-sequential-music, context-spec-music):
11659         * scm/music-types.scm (music-descriptions): Get lily to run.
11660
11661 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11662
11663         * lily/command-request.cc (transpose_key_alist): new function.
11664
11665         * lily/key-performer.cc (create_audio_elements): cleanup. 
11666
11667 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11668
11669         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11670
11671         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11672         events-accepted field.
11673
11674         * scm/music-types.scm: new file.
11675
11676         * lily/parser.yy: put music type initialization into scheme,
11677         similar to grob initialization.  Changes throughout.
11678
11679 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11680
11681         * Documentation/user/tutorial.itely: Fix links.
11682         
11683         * Documentation/index.texi: 
11684         * Documentation/header.html.in: 
11685         * Documentation/topdocs/index.tely: Small website fixes and updates.
11686
11687         * debian/: Debian patch by Anthony Fok.
11688
11689 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11690
11691         * Documentation/footer.html.in: How time flies: It's already 2002!
11692
11693         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11694         more descriptive link names than 'here'.
11695
11696         * ROADMAP: Remove test stuff.
11697
11698         * scripts/update-lily.py: Allow auto-building of stable and
11699         development versions.  Bugfixes.
11700
11701 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11702
11703         * VERSION: released 1.7.0
11704
11705         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11706
11707         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11708         positive line widths.
11709
11710 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11711
11712         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11713         go.  Fix comments.
11714
11715         * cygwin: Cygwin updates.
11716
11717 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11718
11719         * Documentation/windows/installing.texi (Top): version for python,
11720         urls for ghostscript (thanks to John Potelle)
11721         
11722         * lily/simultaneous-music-iterator.cc
11723         (Simultaneous_music_iterator): init children_list_ before
11724         triggering GC.
11725
11726         * lily/*-iterator.cc: be even more careful with smobbed copy
11727         constructors. 
11728
11729         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11730         LeftEdge item.
11731
11732 2002-09-15  Werner Lemberg  <wl@gnu.org>
11733
11734         Improving LilyPond's output to make them ordinary TeX boxes with
11735         predictable dimensions.  System boxes are now vertically centered on
11736         the baseline; this offset can be further controlled with
11737         \lilypondscoreshift.
11738
11739         * lily/system.cc (System::post_processing): Pass length of current
11740         system to `start-system' (including any horizontal indentation).
11741
11742         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11743         prettier.
11744         (lily-def): Append `%'.
11745         (start-system): Add parameter `wd'.  Output more TeX code to specify
11746         box dimensions.
11747         (stop-system, stop-last-system): Complement changes in
11748         `start-system'.
11749         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11750         Updated.
11751
11752         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11753         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11754         Write final `\endinput'.
11755
11756         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11757         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11758         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11759         files and macro definitions don't produce spurious spaces and
11760         paragraphs (using \endlinechar).
11761         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11762
11763         * Documentation/user/internals.itely: Improved formatting, fixing
11764         typos.  Added a section `Output details' to describe how the TeX
11765         code looks like.
11766
11767 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11768
11769         * lily/accidental-engraver.cc: Also work with partial measures.
11770
11771 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11772
11773         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11774         spanner.
11775
11776 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11777
11778         * lily/identifier-smob.cc (unpack_identifier): new file.
11779
11780         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11781         pass off scheme expressions as music identifiers.
11782
11783         * scm/lily.scm: reorganisation, cleanups.
11784
11785         * lily/main.cc: small cleanups.
11786
11787 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11788
11789         * lily/ly-module.{cc,hh}: new file.
11790
11791 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11792
11793         * lily/accidental-engraver.cc: Also work with partial measures.
11794
11795 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11796
11797         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11798
11799 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11800
11801         * lily/my-lily-lexer.cc: use SCM module in stead of
11802         Scheme_hash_table. Changes throughout.  
11803
11804 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11805
11806         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11807