]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(binary-indep): Link images for info.
[lilypond.git] / ChangeLog
1 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * debian/rules (binary-indep): Link images for info.
4
5         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
6         feature nicked from jEdit.
7
8 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
9
10         * Documentation/user/introduction.itely: Minor corrections.
11
12         * Documentation/user/notation.itely: Minor corrections.
13
14         * Documentation/user/tutorial.itely: Minor corrections.
15         
16 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17
18         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
19
20         * scm/*.scm:
21         * ly/paper-defaults.ly: Use papersizename only.
22
23 2004-10-11  Werner Lemberg  <wl@gnu.org>
24
25         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
26         \raise work with positive values.
27
28 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
29
30         * Documentation/user/notation.itely (Multi measure rests): Update
31         the docs corresponding to the implementation change from 2004-10-08.
32
33 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
34
35         * VERSION (MY_PATCH_LEVEL): release 2.3.22
36
37         * scm/part-combiner.scm (determine-split-list): reinstate
38         playing+resting case. 
39
40         * Documentation/user/invoking.itely (Reporting bugs): rename.
41
42         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
43
44         * lily/parser.yy (Prefix_composite_music): change no-transposition
45         for mode_changing_head to figures too.
46
47         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
48         with normal slurs too.
49         
50         * lily/slur-scoring.cc (move_away_from_staffline): new function.
51         (get_base_attachments): move away attachment point for breaks
52         similar to attachment points on slurs (staffline collision, and
53         half a space of padding)
54
55         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
56         force twice.
57
58         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
59         mode, return #f.        
60
61         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
62         for last page if raggedlast. 
63
64         * lily/parser.yy (Prefix_composite_music): untransposable is for
65         FiguredBass, not ChordNames
66
67 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * scm/framework-tex.scm: Merge fix.
70
71 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
72
73         The grand \paper -> \layout, \bookpaper -> \paper renaming.
74
75 2004-10-10  Graham Percival  <gperlist@shaw.ca>
76
77         * Documentation/user/notation.itely: add raggedright to a whole
78         bunch of places.
79
80 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
81
82         * scm/paper.scm (set-paper-dimension-variables): new
83         function. Define dimension-variables explicitly in \paper too.
84         This allows overriding linewidth inside \score { \paper { } }
85         blocks
86  
87         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
88         landscape.
89         (header): add landscape and papersize options.
90
91 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
92
93         * lily/*.cc: use robust_scm2moment() where appropriate.
94
95         * lily/moment.cc (robust_scm2moment): new function.
96
97         * scm/titling.scm (default-score-title): remove caps for piece.
98
99         * VERSION: 2.3.21 released.
100         
101         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
102
103         * lily/include/slur-configuration.hh (class Slur_configuration):
104         new file.
105
106         * lily/slur-configuration.cc: new file. move scoring functions
107         into Slur_configuration.
108
109         * lily/slur-scoring.cc (Slur_score_state): change static functions
110         to methods of Slur_score_state.
111
112         * lily/bezier-bow.cc (Message): 
113
114         * flower/include/interval-set.hh (Message): new file.
115
116         * flower/interval-set.cc (Message): new file.
117
118 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
119
120         * lily/multi-measure-rest-engraver.cc (process_music): always
121         generate MultiMeasureRestNumbers.
122
123         * SConstruct (txt_files): switch of make dist
124
125         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
126         make sure that (indent < len / 3). This fixes progerror-max_h.ly
127
128         * lily/multi-measure-rest-engraver.cc (process_music): make
129         MultiMeasureRestNumber too.
130
131 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
132
133         * Documentation/user/notation.itely (Bar lines): Added a note that
134         defaultBarType is to be changed in the Timing context.
135
136 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
137
138         * lily/include/guile-compatibility.hh: add file.
139
140         * scm/framework-tex.scm (convert-to-dvi): use max of current
141         extra_mem_top and 1M.
142
143         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
144         function.
145
146 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
147
148         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
149  
150 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
151
152         * lily/slur-scoring.cc (struct Slur_score_state): add
153         has_same_beam_, edge_has_beams_, is_broken_ bools.
154         (get_base_attachments): simpler Y attachment determination for
155         broken slurs.
156
157 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
158
159         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
160         bash without that is quite interesting.  Add xml and some omf
161         keys.
162
163 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
164
165         * Documentation/user/macros.itexi: Add xml macros.
166
167         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
168
169         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
170
171 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
172
173         * lily/break-substitution.cc (substitute_mutable_property_alist):
174         only put property back into value if != SCM_UNDEFINED
175
176         * lily/lyric-extender.cc (print): don't take common refpoint of
177         null object if right_text isn't there.
178  
179         * lily/slur-scoring.cc (struct Slur_score_state): new
180         struct. Collect scoring function arguments.
181         (struct Slur_score_state): add musical_dy_
182         (get_extra_encompass_infos): new function. Split off state computations.
183
184         * scm/part-combiner.scm (determine-split-list): remove playing1
185         and playing2.
186
187 2004-10-02  Graham Percival  <gperlist@shaw.ca>
188
189         * Documentation/index.html.in: remove link to templates.
190
191         * Documentation/user/notation.itely: more small fixes.
192
193 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
194
195         * lily/timing-engraver.cc (process_music): move setting
196         measure-length. This fixes spacing-whole-rest.ly
197
198         * VERSION (PACKAGE_NAME): release 2.3.20
199         
200         * input/regression/quote-transposition.ly: update example
201
202         * scm/define-music-properties.scm (all-music-properties): change
203         meaning of instrumentTransposition.  It is now the pitch played
204         that sounds as middle C. This means that instrumentTransposition
205         can be \transposed. 
206         Fixes: transpose-quote.ly
207
208         * lily/parser.yy (command_element): reverse setting of
209         instrumentTransposition
210
211         * lily/pitch.cc (pitch_interval): rename.
212
213         * lily/recording-group-engraver.cc (stop_translation_timestep):
214         remove macrameing of accumulator and set_car/cdr.
215         Fixes: transposition-quote.ly
216
217         * lily/music.cc (transpose): fold Event::transpose() in.
218
219         * lily/event.cc: remove Transpose. 
220
221         * lily/recording-group-engraver.cc: cleanup.
222
223         * ly/music-functions-init.ly (displayMusic): add function.
224
225         * make/lilypond.fedora.spec.in: rename file.
226
227         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
228         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
229
230         * Documentation/user/changing-defaults.itely (Changing context
231         properties on the fly): typo.
232
233         * lily/slur.cc (outside_slur_callback): try three sample points
234         for determining collisions. This fixes: slur-script.ly.
235
236 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
237
238         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
239
240 2004-10-01  Graham Percival  <gperlist@shaw.ca>
241
242         * Documentation/user/notation.itely: more small fixes.
243
244         * Documentation/user/examples.itely: make new sections.
245
246         * input/test/bar-lines.ly: improve output, fix bug.
247
248         * Documentation/user/changing-defaults.itely: small fixes.
249
250 2004-10-01  Werner Lemberg  <wl@gnu.org>
251
252         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
253         T1 encoding in texinfo mode.
254         (\lilypondstart): Use it.
255         (\lilypondloop, \lilyponditerate): Removed.  Unused.
256
257 2004-09-30  Werner Lemberg  <wl@gnu.org>
258
259         * tex/lilyponddefs.tex (\lilypondstart): Define
260         \lilypondfontencoding for both texinfo and latex mode.
261
262         * scm/framework-tex.scm (font-load-command): Use
263         \lilypondfontencoding.
264
265 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
266
267         * scm/framework-tex.scm (dump-page): take with-extents?
268         argument. If true, output Y extents. Used for lilypond-book
269         documents.
270
271         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
272         \bookpaper.
273
274         * lily/slur.cc (outside_slur_callback): epsilon-delta management
275         for slur edges. Fixes: progerror-no-bezier-intersection.ly
276  
277         * scm/framework-tex.scm (dump-page): put stencil height in dumped
278         page.
279
280 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
281
282         * Documentation/user/notation.itely (Multi measure rests):
283         Improved example.
284
285 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
286
287         * lily/auto-beam-engraver.cc (test_moment): robustify.
288
289 2004-09-28  Werner Lemberg  <wl@gnu.org>
290
291         * scm/framework-tex.scm (font-load-command): Define proper font
292         macro which sets font encoding if available.
293         (define-fonts): Define \lilypondpaperinputencoding, to be taken
294         from the \bookpaper block.
295
296         * tex/lilyponddefs.tex (\lilypondstart): Use
297         \lilypondpaperinputencoding for global input encoding.
298
299 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
300
301         * lily/score.cc (Score): oops. Copy error_found_ too.
302
303 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
304
305         * stepmake/stepmake/texinfo-rules.make: 
306         * Documentation/GNUmakefile: --srcdir build fixes.
307
308         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
309
310         * Documentation/user/latex-lilypond-example.latex:
311         * Documentation/user/latex-example.latex: Fix compile errors.
312         Still buggy, need more love.
313
314 2004-09-27  Werner Lemberg  <wl@gnu.org>
315
316         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
317
318 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
319
320         * Documentation/user/examples.itely: removed \midi block to
321         simplify the example
322
323         * Documentation/user/notation.itely: Removed superfluous
324         TextSpanner tweakings (is already done by engraver-init.ly).
325         Documented bug: vertical alignment of articulations.
326
327         * Documentation/user/notation.itely, ly/engraver-init.ly
328         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
329         padding.
330
331         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
332         docu about TextSpanner padding bug from manual to engraver.ly
333         (since it's workarounded and hence not user-visible any more)
334
335 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
336
337         * VERSION: release 2.3.19
338
339 2004-09-26  Graham Percival  <gperlist@shaw.ca>
340
341         * ly/property-init.ly: fix bug in displaying ledger lines while
342         \hideNotes is on.
343
344         * Documentation/user/notation.itely: more editing.
345
346         * Documentation/user/examples.itely: add piano-dynamics template.
347
348         * input/template/piano-dynamics.ly: remove.
349
350         * Documentation/user/sound-output.itexi: more editing
351
352 2004-09-25  Graham Percival  <gperlist@shaw.ca>
353
354         * Documentation/user/notation.itely: more editing.
355
356 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
357
358         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
359         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
360
361 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
362
363         * lily/hairpin.cc (print): check columns of bounds, not bounds
364         themselves.
365         (print): robustify bound-padding lookup.
366
367         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
368
369         * scripts/lilypond-book.py (Compile_error.process_include): catch
370         Compile_error exception, and remove output .texi.
371
372         * scm/define-music-properties.scm (all-music-properties): add
373         error-found
374
375         * lily/parser.yy (Music_list): add error-found to music with errors.
376
377         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
378
379         * lily/book.cc (process): ignore books with errors
380
381         * lily/include/score.hh (class Score): add error_found_ member.
382
383         * lily/drum-note-engraver.cc (try_music): idem.
384
385         * lily/note-heads-engraver.cc: remove start-playing-event.
386
387         * lily/part-combine-iterator.cc (Part_combine_iterator): use
388         BusyPlayingEvent to determine which voice was active last.
389         (unisono): use last active to where to get unisono information
390         from. This fixes: partcombine-rest.ly (again).
391
392         * scm/part-combiner.scm (determine-split-list): cleanups
393
394 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
395
396         * input/regression/lyric-extender.ly: simplify.
397         complexify.
398
399         * lily/lyric-extender.cc (print): use it to determine size of
400         extender. Remove Lyric_extender::is_visible().
401
402         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
403         next property.
404
405         * lily/lyric-engraver.cc: remove get_current_rest().
406         
407 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
408
409         * input/regression/lyric-extender.ly: Fix and add test.
410
411         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
412
413 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
414
415         * lily/note-head.cc: remove Note_head::extent.
416
417 2004-09-23  Graham Percival  <gperlist@shaw.ca>
418
419         * Documentation/user/tutorial.itely: do manual style 2-space
420         indents in examples
421
422         * Documentation/user/notation.itely: more editing.
423
424 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
425
426         * lily/lyric-engraver.cc (get_current_rest): New function.
427
428         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
429         stop at rest.
430
431         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
432
433         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
434
435 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
436
437         * Documentation/user/examples.itely (Small ensembles): added
438         example for transcription of mensural music
439
440         * Documentation/user/notation.itely (The Lyrics context): fixed broken
441         link to SATB vocal score
442
443         * Documentation/user/notation.itely (System start delimiters):
444         fixed typo: GrandStaff->StaffGroup
445
446         * Documentation/user/notation.itely (Ancient articulations):
447         removed obsolete comment on \episem bug
448
449 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
450
451         * scm/framework-tex.scm (output-preview-framework): Fix invocation
452         of header.
453
454 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
455
456         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
457         start to note-column.
458
459         * lily/hairpin.cc (print): check text-interface, to attach to
460         dynamic texts.  
461
462         * lily/include/text-item.hh (class Text_interface): rename
463         Text_item -> Text_interface
464
465         * lily/piano-pedal-bracket.cc (print): robustify.
466
467 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
468
469         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
470
471         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
472         true will print the page number in the first page.
473
474         * Documentation/user/changing-defaults.itely: Document
475         printfirstpagenumber.
476
477 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
478
479         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
480         objects.
481
482         * lily/beam-concave.cc (calc_concaveness): take absolute value of
483         dy for scaling. This fixes various downbeams.
484         
485
486         * lily/beam-quanting.cc (best_quant_score_idx): 
487
488 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
489
490         * scm/framework-tex.scm (header-to-file): Fix.
491
492 2004-09-22  Werner Lemberg  <wl@gnu.org>
493
494         * lily/parser.yy <score_body>: Fix typo.
495
496 2004-09-22  Graham Percival  <gperlist@shaw.ca>
497
498         * Documentation/user/tutorial.itely: modified a "future planning" comment.
499
500         * Documentation/user/notation.itely: more editing.
501
502 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
503
504         * scm/define-markup-commands.scm (note-by-number): read font-size
505         to determine stem length. Fixes: markup-note.ly
506
507 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
508
509         * lily/slur.cc (outside_slur_callback): read #'padding for
510         slur-padding. Fixes: slur-script.ly
511
512         * lily/parser.yy (score_body): disallow \bookpaper in \score.
513
514 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
515
516         * Documentation/user/notation.itely (ancient flags): documented
517         flags-related known bugs
518
519         * lily/include/ligature-engraver.hh: added comment about why and
520         how of (non-)use of abstract virtual methods
521
522         * ly/engraver-init.ly (VaticanaVoice,
523         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
524         unset dash-fraction property in order to get solid lines
525
526         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
527
528 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
529
530         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
531
532 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
533
534         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
535         in function.
536
537         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
538         openout_any=p.  Throughout: progress to stderr, translate user
539         messages.
540
541         * scm/output-gnome.scm: Fix font dir description.
542
543 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
544
545         * input/test/mensural-ligatures.ly (voice): move linethickness
546         settings to bookpaper.
547
548         * lily/simple-spacer.cc (Module): use force to stretch to 
549         line length as force measure for ragged spacing.
550         
551         * lily/lily-parser.cc (get_paper): don't set parent for \paper
552         blocks in the parser. This eliminates ordering dependency for
553         \bookpaper and \paper
554
555         * ly/part-paper-init.ly: remove file.
556
557         * lily/includable-lexer.cc (new_input): elucidate message.
558
559         * VERSION: 2.3.18 released.
560         
561 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
562
563         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
564         * input/mutopia/R.Schumann/romanze-op28-2.ly:
565         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
566         #'Slur.attachment setting.
567
568         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
569         friendlier for point and click.
570
571 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
572
573         * ly/init.ly: reverse collected scores.
574
575         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
576         layout to determine force.
577         
578 2004-09-18  Werner Lemberg  <wl@gnu.org>
579
580         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
581         ties.
582
583         * ly/declarations-init.ly (escapedBiggerSymbol,
584         escapedSmallerSymbol): Fix typos.
585
586         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
587
588 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
589
590         * input/{input,regression}/*.ly: run convert-ly
591
592         * VERSION: release 2.3.17
593
594         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
595         little wider for attachment calculation. This prevents stem and
596         slur touching.
597
598         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
599         ) 
600
601         * input/regression/tie.ly (texidoc): cleanup.
602
603         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
604         and ~
605
606         * lily/slur-scoring.cc (score_extra_encompass): check if extra
607         objects are on boundary column. 
608
609         * lily/main.cc (parse_argv): process --tex too.
610
611         * ly/music-functions-init.ly (keepWithTag): add music functions
612         keepWithTag and removeWithTag.
613
614         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
615
616         * lily/accidental-engraver.cc (recent_enough): interpret laziness
617         = #t. This fixes no-reset accidental-style.
618
619         * input/regression/accidental-piano.ly (Module): new file.
620
621         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
622
623 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
624
625         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
626         extra encompass.
627         (score_extra_encompass): use Y coordinate of attachment if X
628         attachment falls in extra encompass X extent.
629
630         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
631         GUILE_LOAD_PATH
632
633 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
634
635         * scm/output-gnome.scm: Small fixes.
636
637         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
638
639 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
640
641         * Documentation/user/notation.itely (Ancient flags): Removed
642         documentation on adjust-if-on-staffline (this property was removed
643         by Han-Wen).
644
645         * Documentation/user/notation.itely (Ancient notation): Minor
646         cleanups and fixes.  Renamed "Vaticana style contexts" ->
647         "Gregorian Chant contexts".  Added section "Mensural contexts".
648         Added section "Ancient articulations".
649
650         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
651
652 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
653
654         * buildscripts/guile-gnome.sh: Add missing bit.
655
656 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
657
658         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
659
660         * lily/slur-scoring.cc (get_y_attachment_range): set end point
661         using base_attachment.
662
663         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
664         page header back.
665
666         * scm/documentation-generate.scm (top-node): move version to top
667         node.
668
669         * lily/ledger-line-spanner.cc: add ledgered-interface, with
670         property no-ledgers.
671
672 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
673
674         * Documentation/user/{changing-defaults,examples,invoking,
675         tutorial}.itely: Expand 's to is.
676
677         * Documentation/user/notation.itely: Capitalize only first letter.
678
679         * Documentation/user/programming-interface.itely: Capitalize Scheme.
680
681         * Documentation/user/lilypond-book.itely: use @refbugs.
682
683         * THANKS: sort.
684
685         * input/mutopia/F.Schubert/morgenlied.ly,
686         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
687         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full name.
688
689 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
690
691         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
692         lneomensural char entry; (ii) fixed mensural/neomensural naming
693         clash typo; (iii) lneomensural char: fixed stem attachment point.
694         WARNING: FONT CHANGED!
695
696 2004-09-15  Graham Percival  <gperlist@shaw.ca>
697
698         * Documentation/user/introduction.itely: update \stemBoth to \stemNeutral
699
700         * Documentation/user/notation.itely: more editing of the manual.
701
702 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
703
704         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
705         factor in edge attraction. This reflects that the left edge may
706         have a larger gap for an ascending up-slur.
707         (get_base_attachments): copy bound Y from right bound, if there is
708         only one note-column after the line break.
709
710 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
711
712         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
713
714 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
715
716         * lily/phrasing-slur-engraver.cc (process_music): Create
717         PhrasingSlur instead of Slur.
718
719         * Documentation/user/changing-defaults.itely (Defining new
720         contexts): Fixed misprinted context name.
721
722 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
723
724         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
725
726         * scripts/convert-ly.py (conv): change Both to Neutral in property
727         settings.
728
729         * ly/engraver-init.ly: increase extent of Staff. 
730
731 2004-09-13  Graham Percival  <gperlist@shaw.ca>
732
733         * scm/script.scm: change behaviour of slur and accent.
734
735         * Documentation/user/music-glossary.tely: de-gender a few entires.
736
737         * Documentation/user/introduction.itely: de-gender a few sentences.
738
739 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
740
741         * input/regression/rehearsal-mark-number.ly: Reuse the existing
742         formatting routine when adding boxed numbers. Makes it easier to
743         extrapolate how to do for boxed letters.
744
745 2004-09-12  Graham Percival  <gperlist@shaw.ca>
746
747         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
748
749         * Documentation/user/invoking.itexi: updated the "reporting bugs" section.
750
751 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
752
753         * scm/define-grobs.scm (all-grob-descriptions): longer
754         ideallengths for stems in higher order beams.
755
756         * Documentation/user/changing-defaults.itely (Page layout):
757         document them.
758
759         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
760         to get sane spaces for titles.
761
762         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
763         beforetitlespace, betweentitlespace.
764
765         * input/regression/beam-quant-standard.ly (primeSixteenths): add
766         16th notes.
767
768         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
769         small slope up to smallest quant. This prevents small slopes from
770         getting rounded to zero.
771
772         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
773         are smaller than the smallest quant.
774
775         * input/tutorial/brahms*.ly: remove.
776
777         * input/*: update all .ly files.
778          
779         * ly/a4-init.ly (vsize): remove papersize init files.
780
781         * scripts/convert-ly.py (conv): add conversion.
782
783         * lily/parser.yy: change mode changing commands to XXXmode,
784         eg. drummode.
785         (mode_changing_head): group mode changes.
786         (mode_changing_head_with_context): new commands: create context as
787         well as change mode.
788
789         * input/regression/system-overstrike.ly: new file.
790
791         * scm/page-layout.scm (ly:optimal-page-breaks): add
792         betweensystempadding also to fixed distance for the spring.
793  
794         * scm/define-grobs.scm (all-grob-descriptions): fix order of
795         key-cancellation.
796
797         * input/regression/beam-concave-damped.ly: new file.
798
799         * lily/beam-concave.cc: new file, with new routines for concave
800         decisions. There are now two types of concaveness: 1. a sharp
801         logic decision forcing a beam horizontal, and 2. a number that
802         measures how concave beams are that are not caught by 1.
803
804         This fixes: morgenlied.ly and input/regression/beam-concave.ly
805         
806         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
807         property: add-stem-support
808
809 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
810
811         * lily/slur-scoring.cc (get_bound_info): only do
812         broken trend at the end of the line.
813
814         * VERSION (PACKAGE_NAME): release 2.3.16.
815
816         * input/regression/phrasing-slur.ly (Module): remove (duplicate
817         with phrasing-slur-slur-avoid.ly)
818
819         * lily/slur-scoring.cc (struct Extra_collision_info): collect
820         parameters for extra offset.
821         (get_bezier): add slurs mid-points for curve determination
822         (score_extra_encompass): add slur end points for scoring.
823
824 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
825
826         * scm/framework-ps.scm (reencode-font): Handling font scaling
827         and reencoding differently to work around a bug in gs 8.30 and
828         earlier.
829         Update callers.
830
831 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
832
833         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
834         extent index of other system. Fixes slurs across line breaks.
835
836         * lily/tuplet-engraver.cc (start_translation_timestep): use
837         Tuplet_description::stop_ for determining when to stop producing
838         tuplet brackets. This fixes: tuplet-overwrite.ly
839
840         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
841         errors with GUILE 1.7 CVS.
842
843         * lily/translator.cc (derived_mark): new function.
844
845         * lily/slur-scoring.cc (score_encompass): new penalty type:
846         variance penalty demerits slurs where one head/stem is much
847         closer to the slur than average.
848
849         * lily/tuplet-bracket.cc (print): use robust_relative_extent
850         iso. extent()
851         (calc_position_and_height): use robust_relative_extent(). This
852         fixes a couple of programming_errors
853
854         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
855         file.
856
857         * lily/part-combine-iterator.cc (unisono): bugfix for the case
858         that voice-2 plays solo, and voice-1 has an mmrest that starts
859         earlier. In that case, we switch to voice-2, so we catch the
860         mmrest of voice-2. This fixes: partcombine-rest.ly.
861  
862 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
863
864         * scm/define-grob-properties.scm (all-internal-grob-properties):
865         add adjacent-hairpins property.
866
867         * lily/hairpin.cc: lengthen hairpin if space is available.
868
869         * input/regression/dynamics-hairpin-length.ly (Module): new file.
870
871 2004-09-10  Graham Percival  <gperlist@shaw.ca>
872
873         * Documentation/user/notation.itely: small fixes to docs.
874
875 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
876         
877         * VERSION (PACKAGE_NAME): release 2.3.15
878
879         * make/lilypond.redhat.spec.in (Requires): bump requirement for
880         ec-fonts-mftraced
881
882         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
883         the latest ec-fonts-mftraced package.
884
885         * scm/define-context-properties.scm
886         (all-internal-translation-properties): add property. Remove
887         definition of quotes property.
888
889         * Documentation/user/notation.itely (Quoting other voices):
890         document it
891
892         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
893         property, to determine what events are processed in \quote.
894
895 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
896
897         * (many files): removed most occurrences of underscore ("_")
898         from font characters; made font character naming more
899         consistent
900
901         * input/test/gregorian-scripts.ly: fixed another victim of grand
902         replacement operations
903
904         * lily/vaticana-ligature-engraver.cc: caught some more "_"
905         inconsistencies
906
907         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
908
909 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
910
911         * Documentation/user/changing-defaults.itely (Paper size): doc
912         landscape
913         
914
915         * scm/framework-ps.scm (eps-header): bugfixes. 
916
917         * scm/titling.scm (default-score-title): remove opus from the
918         \score title.
919
920 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
921
922         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
923
924         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
925
926         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
927
928         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
929
930         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
931
932         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
933
934         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
935
936         * scripts/ps2png.py (program_name): changed to sys.argv[0]
937
938 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
939
940         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
941         character position.  Huh?
942
943         * scm/output-gnome.scm (placebox): Shield affine-relative.
944
945         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
946         cater for system's pango 1.5.1.
947
948         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
949
950         * scm/slur.scm: Tweak.
951
952 2004-09-08  Graham Percival  <gperlist@shaw.ca>
953
954         * Documentation/user/{first couple of chapters}: more editing.
955
956 2004-09-07  Graham Percival  <gperlist@shaw.ca>
957
958         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
959         and summary.
960
961         * Documentation/user/{first couple of chapters}: the big "Graham's
962         moved to a new city, his friends haven't arrived, and he has no
963         internet access" patch.  Numerous editorial and stylistic changes
964         to the manual.
965
966 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
967
968         * scm/framework-ps.scm (output-framework): handle landscape settings.
969
970         * ps/lilyponddefs.ps: cleanup.
971
972 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
973
974         * scm/define-grobs.scm (all-grob-descriptions): unset
975         threshold. This fixes morgenlied. 
976
977         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
978         rod calculation.
979
980         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
981         spanners into account for staff-extents.
982
983         * lily/ottava-bracket.cc (print): take common refpoint of dots
984         into account as well.
985
986 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
987
988         * lily/lookup.cc (triangle): translate by interval.
989
990         * VERSION (PACKAGE_NAME): release 2.3.14
991
992         * Documentation/user/changing-defaults.itely (Page layout): add
993         betweensystempadding
994
995         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
996
997         * input/regression/quote-cyclic.ly (Module): new file.
998
999         * scm/lily.scm (print): add function.
1000
1001         * scm/music-functions.scm (quote-substitute): new
1002         function. Substitute \quote when putting music into \score.
1003
1004         * input/regression/key-signature-cancellation.ly (Module): new file.
1005
1006         * lily/*.cc: more ly_scm2 -> scm_to converions.
1007
1008         * lily/key-signature-interface.cc (print): take position
1009         difference into account when spacing naturals.
1010
1011         * lily/key-engraver.cc (create_key): create KeyCancellation grob
1012         separately, so the cancellation can be put before the staff-bar
1013
1014         * scm/define-grobs.scm (all-grob-descriptions): add a
1015         KeyCancellation grob.
1016
1017         * lily/tuplet-engraver.cc (struct Tuplet_description): new
1018         struct. Use to clean-up Tuplet_engraver
1019
1020 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1021
1022         * lily/*: ly_scm2int -> scm_to_int
1023         ly_scm2double -> scm_to_double
1024
1025         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
1026
1027 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1028
1029         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
1030         0 springs
1031
1032         * lily/system.cc (post_processing): 
1033
1034         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
1035         density for vertical spacing by means of force penalty.
1036         
1037         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
1038         dimension-variables
1039
1040         * Documentation/user/changing-defaults.itely (Page layout): add
1041         betweensystemspace variable.
1042
1043         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
1044
1045         * scm/page-layout.scm (space-systems): new function. Use spring
1046         and rod approach for vertically spacing systems.
1047
1048         * ly/engraver-init.ly: tune down minimumVerticalExtent.
1049
1050         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
1051         vertical alignment.
1052
1053         * lily/slur-engraver.cc (process_music): add warning for slur.
1054
1055 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1056
1057         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
1058
1059         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
1060         export spacing routine to SCM.
1061
1062         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
1063         new class, separate Grobs from interface.
1064
1065 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1066
1067         * lily/include/lily-guile.hh: compatibility glue for 1.6
1068
1069         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
1070
1071         * lily/lily-guile.cc: remove ly_scm2str0.
1072
1073 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1074
1075         * Documentation/user/macros.itexi: Use @inforef iso @uref for
1076         external references.  Fixes HTML cross references with makeinfo 4.7.
1077
1078 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1079
1080         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
1081         expand_only option.
1082
1083 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1084
1085         * lily/system.cc (get_line): add System stencil to exprs. Fixes
1086         system-extents.ly.
1087
1088         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
1089
1090         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
1091         for MultiMeasureRestNumber
1092
1093         * VERSION (PACKAGE_NAME): release 2.3.13
1094
1095 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1096
1097         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
1098         takes two arguments.
1099
1100 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1101
1102         * input/regression/slur-stem-broken.ly: remove.
1103
1104         * lily/slur.cc: add quant-score.
1105
1106         * input/regression/slur-staccato.ly (texidoc): remove
1107
1108         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
1109
1110 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1111
1112         * lily/include/bezier-bow.hh: remove.
1113
1114         * lily/slur-bezier-bow.cc (Module): remove.
1115
1116         * lily/include/slur.hh (Module): remove.
1117
1118         * lily/slur.cc: remove
1119
1120         * input/test/slur-beautiful.ly (Module): remove
1121
1122         * input/test/slur-attachment-override.ly (Module): remove
1123
1124         * lily/slur-quanting.cc (after_line_breaking): only do scoring
1125         when less than 4 control-points.
1126
1127         * lily/key-signature-interface.cc: add style.
1128
1129         * Documentation/user/notation.itely (Automatic staff changes):
1130         document new behavior.
1131
1132         * input/regression/slur-extreme.ly: new file.
1133
1134         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
1135         bass. Obviates \clef bass in the bass staff, when using \autochange 
1136
1137         * lily/auto-change-iterator.cc (construct_children): instantiate
1138         up/down Staff, create Voice on up staff initially. Obviates
1139         explicit instantiation of up/down contexts for \autochange. 
1140
1141         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
1142         slur depending on extents of note heads.
1143         
1144 2004-08-28  Graham Percival  <gperlist@shaw.ca>
1145
1146         * Documentation/user/tutorial.itely: minor editing.
1147
1148         * Documentation/user/examples.itely: tiny editing.
1149
1150 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1151
1152         * lily/slur-quanting.cc (init_score_param): read scoring
1153         parameters from slur-details property
1154
1155         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
1156         Accidental
1157
1158         * Documentation/user/advanced.itely: removed.
1159
1160         * Documentation/user/programming-interface.itely (How markups work
1161         internally): new subsection.
1162
1163         * Documentation/user/converters.itely (Invoking abc2ly): remove
1164         musedata2ly.
1165
1166 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1167
1168         * Documentation/user/point-and-click.texi (Point and click): new file.
1169         put point & click in appendix.
1170         
1171         * Documentation/user/changing-defaults.itely (Vertical spacing):
1172         corrections
1173
1174 2004-08-27  Graham Percival  <gperlist@shaw.ca>
1175
1176         * Documentation/user/introduction.itely: add note about the
1177         "example templates" section of the manual, and remove link to
1178         input/template/
1179
1180 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
1181
1182         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
1183         -> La@TeX
1184
1185         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
1186         missing lneo_mensural head; editorial cleanups
1187
1188         * lily/mensural-ligature.cc: added more comments
1189
1190 2004-08-26  Graham Percival  <gperlist@shaw.ca>
1191
1192         * Documentation/user/examples.itely: second, third, fourth, and fifth sections added.
1193
1194         * input/template/{various}: removed files included in examples.itely.
1195
1196 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
1197
1198         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
1199         Stem::stem_end_position instead of broken
1200         Staff_symbol_referencer::get_position
1201
1202 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1203
1204         * debian/changelog: debian patch by Anthony Fok.
1205
1206         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
1207
1208         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
1209         get spurious messages with skipTypesetting on.
1210
1211 2004-08-25  Graham Percival   <gperlist@shaw.ca>
1212
1213         * Documentation/user/lilypond-book.itely: slight clean-up.
1214
1215         * Documentation/user/examples.itely: began section.
1216
1217 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1218
1219         * lily/script-interface.cc: add slur property.
1220
1221         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
1222         too.
1223
1224         * input/regression/phrasing-slur-slur-avoid.ly: new file.
1225
1226         * lily/ottava-bracket.cc (print): always start from right edge of
1227         a broken bound. This fixes ottava-clef.ps 
1228
1229 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1230
1231         * input/regression/slur-script-inside.ly: new file.
1232
1233         * lily/new-slur.cc (outside_slur_callback): new function, to make
1234         scripts avoid slurs 
1235
1236         * lily/slur-engraver.cc (finalize): 
1237
1238         * lily/script-interface.cc: add inside-slur property.
1239
1240         * lily/slur-engraver.cc (finalize): read inside-slur property.
1241
1242         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
1243         message.
1244
1245         * ly/property-init.ly (unHideNotes): hide accidentals at staff
1246         level. Fixes: hideNotes-accidental.ly
1247
1248 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
1249
1250         * scm/page-layout.scm (plain-header): fix bug that print page
1251         number in the first page if firstpagenumber was different than 1.
1252
1253 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1254
1255         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
1256         fonts. Fixes triangle markup for chords.
1257
1258         * lily/slur-quanting.cc (score_extra_encompass): make score depend
1259         on distance. This fixes slur-tenuto.ly and slur-tie.ly
1260  
1261         * flower/include/interval.hh (T>): add distance() function
1262
1263         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
1264         octaviation-dot.ly 
1265
1266         * lily/context-scheme.cc: ly_context_grob_definition: new function.
1267
1268         * VERSION (MY_PATCH_LEVEL): release 2.3.12
1269
1270         * lily/new-slur.cc (add_column): remove set_interface()
1271
1272 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1273
1274         * input/regression/slur-double.ly: new file. 
1275
1276         * lily/slur-engraver.cc: add doubleSlurs property
1277
1278         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
1279         symbols.
1280
1281         * Documentation/user/notation.itely (Easy Notation note heads):
1282         revise notation Chapter.
1283
1284         * ly/music-functions-init.ly (makecluster): add makeClusters music function.
1285
1286         * lily/part-combine-engraver.cc: rename soloADue ->
1287         printPartCombineTexts
1288
1289         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
1290
1291         * lily/horizontal-bracket.cc (print): use
1292         Tuplet_bracket::make_bracket, so it supports bracket-flare,
1293         edge-eight and shorten-pair.
1294
1295 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
1296
1297         * Documentation/user/changing-defaults.itely (Page layout):
1298         description of firstpagenumber. Moved @refbugs about rightmargin
1299         to the end of the section (it was looking like the documentation
1300         after the refbugs was part of the bug comment).
1301
1302         * scm/framework-ps.scm (output-framework): set the first
1303         postscript page number to firstpagenumber
1304
1305         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
1306         page number according to firstpagenumber
1307
1308         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
1309         parameter
1310
1311 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1312
1313         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
1314         nested slurs. 
1315
1316         * scripts/convert-ly.py (lilypond_version_re_str): handle
1317         \version "bar" % "foo"
1318
1319         * lily/completion-note-heads-engraver.cc (process_music): set
1320         duration-log before announcing object.
1321         
1322         * lily/staff-symbol.cc (print): subtract thickness from staff line
1323         length
1324
1325         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
1326         
1327 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
1328
1329         * scm/stencil.scm: remove fontify-text and fontify-text-white
1330
1331 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1332
1333         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
1334
1335         * Documentation/user/sound-output.texi (Sound): new file. Move all
1336         MIDI related information.
1337
1338 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1339
1340         * lily/script-engraver.cc (acknowledge_grob): only take into
1341         account note heads with a music cause. Fixes ambitus-accent.ly
1342
1343         * scm/define-markup-commands.scm (finger): set encoding to
1344         fetaNumber.
1345
1346 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
1347
1348         * scripts/convert-ly.py: typo
1349
1350 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
1351
1352         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
1353         font calls for diagrams based on paper and props
1354
1355 2004-08-19  Graham Percival <gperlist@shaw.ca>
1356
1357         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
1358
1359 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
1360
1361         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
1362         added setHairpinDecresc/Dim
1363
1364 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1365
1366         * lily/include/lily-guile.hh: Cosmetics.
1367
1368 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1369
1370         * input/regression/fermata-rest-position.ly: new file
1371
1372         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
1373
1374         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
1375
1376 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1377
1378         * scm/framework-tex.scm (output-preview-framework) 
1379         (output-classic-framework): 
1380         * scm/framework-ps.scm (output-preview-framework):
1381         s/ly:paper-book-lines/ly:paper-book-systems/g
1382
1383         * scm/fret-diagrams.scm (ss-font-encoding):
1384         s/my-font-encoding/ss-font-encoding
1385
1386 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1387
1388         * scm/music-functions.scm (direction-polyphonic-grobs): Set
1389         direction also on fingerings.
1390
1391         * lily/clef-engraver.cc: Add forceClef to list of read properties.
1392
1393 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1394
1395         * po/nl.po: Some updates.
1396
1397         * scm/lily.scm (_): New function.
1398         (postscript->pdf, postscript->png, lilypond-main)
1399         (postscript->pdf): Use it.  Write messages to stderr.
1400
1401         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
1402
1403         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
1404         xgettext does not recognise scheme yet.  Patch submitted.
1405
1406         * lily/scm-option.cc (LY_DEFINE):
1407         * lily/main.cc: The program is now called lilypond (WAS: lilypond-bin).
1408
1409         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
1410         messages.
1411
1412         * lily/include/paper-book.hh
1413         * lily/include/paper-system.hh: Finish renaming of paper-line to
1414         system.  Fix users.
1415
1416 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1417
1418         * scm/documentation-generate.scm (string-append): add version.
1419
1420         * scm/define-markup-commands.scm (box): add box-padding and
1421         thickness props for the box command.
1422  
1423         * Documentation/user/changing-defaults.itely (Text encoding):
1424         elucidate use of \encoding for \header strings.
1425
1426         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
1427
1428         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
1429         staff-change.ly
1430
1431         * lily/output-def.cc (assign_context_def): use set_variable().
1432
1433         * lily/text-item.cc (interpret_string): accept string input
1434         encoding too.
1435
1436         * scm/encoding.scm (read-encoding-file): print warning when file
1437         can't be found.
1438
1439         * tex/latin1.enc: remove.
1440
1441         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
1442
1443         * lily/rod.cc (columnize): robustness fix. Don't crash for
1444         nil span points. Fixes: appoggiatura-segfault.ly
1445         (add_to_cols): extra robustness fix.
1446
1447 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1448
1449         * lily/text-item.cc (interpret_string): use lookup_variable() to
1450         fidn inputencoding. Now, \paper inherits inputencoding from
1451         \bookpaper.
1452
1453         * lily/script-engraver.cc (stop_translation_timestep): remove slur
1454         collision kludge.
1455
1456         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
1457         kludge.
1458
1459 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1460
1461         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
1462
1463 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1464
1465         * lily/spanner.cc (spanned_rank_iv): Bugfix.
1466
1467         * lily.scm: Mark un-internationlised user messages (with FIXME).
1468
1469         * lily/include/modified-font-metric.hh (struct
1470         Modified_font_metric): New file.  (WAS: incorrectly named
1471         scaled-font-metric.hh ?)
1472
1473         * lily/include/scaled-font-metric.hh: Remove.
1474
1475         * lily/text-item.cc (interpret_string): Identify and document
1476         input-encoding problem.
1477
1478         * lily/paper-book.cc (pages): Do not use `paper' as variable name
1479         for a Bookpaper.
1480
1481         * tex/latin1.enc: Replace /minus with /hyphen.
1482
1483         * scm/encoding.scm: For latin1 (input-)encoding, use
1484         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
1485
1486         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
1487         inputencoding.
1488
1489 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
1490
1491         * Documentation/topdocs/INSTALL.html: fixes.
1492
1493 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
1494
1495         * buildscripts/builder.py: Fix for scons CVS.
1496
1497 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
1498
1499         * Documentation/user/notation.itely,
1500         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
1501         input/test/ambitus-mixed.ly: fix plurals:
1502         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
1503
1504 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1505
1506         * lily/dynamic-engraver.cc (typeset_all):
1507         * lily/script-engraver.cc (stop_translation_timestep): Handle
1508         collisions with new-slur.
1509
1510 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1511
1512         * scm/define-grobs.scm (all-grob-descriptions): Add
1513         new-slur-interface.
1514
1515 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1516
1517         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
1518         produces .PS
1519
1520 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
1521
1522         * scm/define-grob-properties.scm (all-user-grob-properties): fix
1523         definition of number-type
1524
1525 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
1526
1527         * scm/fret-diagrams.scm : change sans-serif font encoding from 
1528         TeX-text to ec (uses ecss fonts instead of cmss fonts)
1529
1530         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
1531         number-type and label-dir
1532
1533         * scm/define-grob-properties.scm: add number-type and label-dir
1534
1535         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either 
1536         left or right.  Allow choice of upper-case roman, lower-case roman, or
1537         arabic numerals in fret label
1538
1539 2004-08-04  Werner Lemberg  <wl@gnu.org>
1540
1541         * lily/slur-quanting.cc: Include libc-extension.hh.
1542         s/round/my_round/.
1543         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
1544         s/autobeaming/autoBeaming/.
1545
1546 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1547
1548         * VERSION: 2.3.11 released.
1549
1550         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
1551         renameinput.
1552
1553 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1554
1555         * lily/lookup.cc (round_filled_box): remove warnings about blot
1556         diameter.
1557
1558         * scm/paper.scm (paper-set-staff-size): make linethickness more
1559         easily tunable.
1560
1561         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
1562         \newlyrics -> \addlyrics
1563
1564         * lily/text-spanner.cc (print): use it.
1565
1566         * lily/dynamic-text-spanner.cc (print): use it.
1567
1568         * lily/grob.cc (robust_relative_extent): new function.
1569
1570         * scripts/lilypond-book.py (main): add -f tex as default process.
1571
1572         * lily/text-spanner.cc (print): only take linear_combination of
1573         nonempty interval.
1574         
1575
1576 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
1577
1578         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
1579         isn't specified by the user in \bookpaper center the music in the
1580         page.
1581
1582 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1583
1584         * Fix some problems after the renaming of my-lily -> lily
1585
1586 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1587
1588         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
1589
1590         * lily/slur-quanting.cc (enumerate_attachments): apply center on
1591         stem-X in more cases. 
1592
1593         * lily/stem.cc (dim_callback): solve todo.
1594
1595 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1596
1597         * input/test/README: new file.
1598
1599         * lily/lily-parser.cc: rename my-lily* files.
1600
1601         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
1602         parser.
1603
1604         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
1605
1606         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
1607
1608         * make/mutopia-targets.make (local-WWW): don't make ps.gz
1609         examples. They take a huge amount of space.
1610
1611         * Documentation/user/GNUmakefile: fix symlinks.
1612
1613         * VERSION: 2.3.10 released.
1614         
1615         * input/test/lyrics-skip-notes.ly: remove
1616
1617         * input/test/stem-cross-staff.ly (noFlag): fold into manual
1618
1619         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
1620         remove.
1621
1622 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
1623
1624         * Documentation/user/{changing-defaults,notation,tutorial}.itely: fixes.
1625
1626 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1627
1628         * input/regression/beam-dir-functions.ly: move from test/
1629
1630         * Documentation/user/notation.itely (Feathered beams): new node.
1631
1632         * Documentation/user/changing-defaults.itely (Difficult tweaks):
1633         new node
1634
1635         * input/regression/lyric-hyphen-retain.ly: move to regression.
1636
1637         * input/regression/harmonic.ly: fold into manual
1638         
1639         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
1640         stem-length,chord-names-no-inversions}.ly: remove
1641         
1642         * input/test/tie-cross-voice.ly: move to regression.
1643
1644         * Documentation/user/notation.itely (Running trills): new node.
1645
1646         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
1647
1648         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
1649
1650         * lily/trill-spanner-engraver.cc: new file.
1651
1652         * input/regression/trill-spanner.ly: new file.
1653
1654         * input/test/timing.ly: fold into manual.
1655
1656         * input/test/time.ly: remove
1657
1658         * input/test/trill.ly: remove
1659         
1660         * input/test/time-signature-double.ly: fold into manual
1661
1662         * input/test/separate-staccato.ly: remove
1663
1664         * input/test/spanner-after-break-tweak.ly: fold into manual.
1665
1666         * input/test/script-priority.ly: fold into manual.
1667
1668         * input/test/scheme-interactions.ly: remove.
1669         
1670         * input/test/unfold-all-repeats.ly (mel),
1671         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
1672         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
1673         fold into manual.
1674
1675         * input/regression/no-staff.ly: move from input/test/
1676
1677         * input/regression/markup-score.ly: move from input/test/
1678
1679         * input/test/lyrics-melisma-faster.ly: fold into manual
1680         
1681         * input/test/lyrics-melisma-variants.ly: fold into manual
1682
1683         * Documentation/user/notation.itely (Popular music): new node. 
1684
1685         * input/test/gourlay.ly: remove
1686         
1687         * input/test/improv.ly: fold into manual.
1688
1689         * input/test/figured-bass-alternate.ly (fl): remove
1690
1691         * lily/dynamic-text-spanner.cc (print): new file.
1692
1693         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
1694
1695         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
1696         keep recursing into children in case a parent context inserts a
1697         grob into a child context.
1698
1699         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
1700         
1701 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1702
1703         * scm/define-markup-commands.scm (postscript): new markup command
1704         \postscript
1705
1706         * Documentation/user/notation.itely (Formatting cue notes): new
1707         section.
1708
1709         * input/test/clef-end-of-line.ly: fold into manual.
1710
1711         * input/test/scales-greek.ly: remove.
1712
1713         * input/test/chords-without-melody.ly: fold into manual.
1714
1715         * input/test/cadenza-skip.ly: remove.
1716
1717         * input/test/clef-8-syntax.ly: remove.
1718
1719         * input/test/clef-manual-control.ly: move into manual.
1720
1721         * Documentation/user/notation.itely (Aligning to cadenzas): fold
1722         in cadenza-skip.ly
1723
1724         * mf/parmesan*.mf: change neo_mensural to neomensural.
1725
1726         * input/test/trills.ly: remove.
1727
1728         * input/test/transposition.ly: remove.
1729
1730         * input/test/to-xml.ly: move to no-notation.
1731
1732         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
1733
1734         * lily/ledger-line-spanner.cc (print): use staff variable, not
1735         me. Fixes ledger lines on differently sized staves.
1736
1737         * input/test/rhythm-excercise.ly: remove file.
1738
1739         * lily/stem.cc (dim_callback): only do something if visible. Fixes
1740         spurious flag not found warning for 128th rest.
1741
1742         * input/regression/rest-dot-position.ly: new file.
1743         
1744         * input/test/rest-dot-positions.ly: remove
1745
1746         * lily/staff-symbol-referencer.cc (get_position): emergency
1747         fallback: use coordinate * 2.
1748
1749         * input/no-notation/midi-scales.ly: move from test/
1750
1751         * scm/define-markup-commands.scm (score): remove debugging code.
1752
1753         * input/test/incipit.ly (violin): remove. 
1754
1755         * lily/system-start-delimiter.cc (print): only draw system
1756         delimiter to staves that reach up to left bound of the delimiter.
1757
1758         * input/no-notation/embedded-scm.ly: move from test/
1759
1760         * input/test/follow-voice.ly: remove
1761
1762         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
1763
1764         * input/test/drarn*: remove
1765         
1766         * input/test/count-systems.ly: remove.
1767
1768         * lily/bar-line.cc (compound_barline): fix : for staff without
1769         lines.
1770
1771         * lily/accidental.cc (print): use music_font_alist_chain(). This
1772         fixes smaller cautionaries.
1773
1774         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
1775         encoding for accidental.
1776
1777         * Documentation/user/notation.itely (Educational use): new section
1778
1779         * input/test/*.ly: clean up directory: move examples into manual
1780         or regtest.
1781         
1782
1783         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
1784         mode as well. This fixes resolution errors.
1785
1786 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1787
1788         * scm/lily.scm (postscript->png): show commands for --verbose.
1789
1790         * flower/include/getopt-long.hh: opps. short option should be
1791         char, not int.
1792
1793         * Documentation/user/GNUmakefile: use symlinks to save space.
1794
1795         * VERSION: 2.3.9 released.
1796
1797         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
1798
1799         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
1800         manual.
1801
1802         * Documentation/user/tutorial.itely (Integrating text and music):
1803         remove \score and \notes from manual.
1804
1805         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
1806         mode in the beginning.
1807
1808 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1809
1810         * Documentation/user/changing-defaults.itely (Horizontal spacing):
1811         Correct the documentation of the spacing parameters. 
1812
1813         * Documentation/user/tutorial.itely (Integrating text and music), 
1814         Documentation/user/lilypond-book.itely (Integrating LaTeX and
1815         music): Document that you need to add the map file ec-mftrace.map
1816         in the dvips command.   
1817
1818 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1819
1820         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
1821         found.
1822
1823         * lily/text-item.cc (interpret_string): insert encoding setting
1824         here
1825
1826         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
1827         encoding kludge.
1828
1829         * Documentation/user/changing-defaults.itely (Text encoding): node
1830         on encoding.
1831
1832         * lily/lyric-engraver.cc (try_music): remove superfluous check.
1833
1834         * lily/book-paper-def.cc (find_scaled_font): remove default
1835         encoding, because it messes up font loading for feta and
1836         parmesan. Encoding should only be specified for running texts.
1837
1838         * lily/modified-font-metric.cc (text_dimension): support coding
1839         scheme ""
1840         
1841 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1842
1843         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
1844         definition, so \override works as expected.
1845
1846         * lily/measure-grouping-engraver.cc: clarify
1847
1848 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1849
1850         * lily/parser.yy (context_def_mod): remove \consistsend
1851
1852         * lily/context-def.cc (instantiate): use Translator::must_be_last
1853         to determine engraver order.
1854
1855         * lily/translator.cc (must_be_last): new function
1856
1857         * scripts/convert-ly.py (conv): rule.
1858
1859         * lily/bar-line.cc (print): return '() for height == 0.0 too.
1860
1861 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1862
1863         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
1864  
1865 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1866
1867         * lily/include/lily-guile.hh (scm_is_int): compat glue.
1868
1869 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
1870
1871         * input/regression/page-layout.ly: new file.
1872
1873         * scm/paper.scm (set-paper-dimensions): Preliminary support for
1874         left and right margins.
1875
1876         * Documentation/user/changing-defaults.itely (Page layout):
1877         Explain the leftmargin option.
1878
1879 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1880
1881         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
1882
1883         * input/test/lyrics-melisma-faster.ly: new file.
1884
1885         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
1886         change of melody by setting associatedVoice.
1887
1888         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
1889
1890         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
1891         file contents, rather \include them, so default linewidth is set.
1892         (ly_options): make BOOKPAPER set of options. Move linewidth
1893         settings there.
1894
1895         * Documentation/user/examples.itely: new file. Templates are to be
1896         moved here.
1897
1898         * Documentation/user/programming-interface.itely: move chapter.
1899
1900         * scm/document-markup.scm (doc-markup-function): add @code
1901
1902         * stepmake/stepmake/texinfo-rules.make: remove chmod.
1903
1904 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1905
1906         * scm/page-layout.scm (plain-header): add printpagenumber boolean
1907         to bookpaper.
1908
1909         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1910         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
1911
1912         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
1913
1914         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
1915
1916         * scripts/lilypond-latex.py: move from lilypond.py
1917
1918         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
1919         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
1920
1921         * scm/lily.scm (postscript->png): new function
1922         (postscript->pdf): new function
1923
1924         * lily/paper-book.cc (post_processing): call
1925         convert-to-{dvi,ps,png,pdf}
1926
1927         * scripts/ps2png.py (option_definitions): new file.
1928
1929         * lily/paper-book.cc (output): call output-preview-framework
1930         (post_processing): new function. Do PDF/PNG conversion.
1931
1932         * lily/paper-outputter.cc (close): new function.
1933
1934         * scm/framework-ps.scm (convert-to-pdf): new function. Call
1935         ps2pdf.
1936         (output-preview-framework): new function. Generate a preview .ps
1937         
1938
1939 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1940
1941         * VERSION: release 2.3.8
1942         
1943         * lily/note-head.cc: remove ledger line handling.
1944
1945         * lily/ambitus.cc (print): strip away accidental / note head code,
1946         and associated properties.
1947
1948         * lily/ambitus-engraver.cc (create_ambitus): change name to
1949         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
1950         other ambitus parts.
1951         (create_ambitus): group grobs in Ambitus grouping object. 
1952
1953         * lily/include/pitch-interval.hh (Pitch>): new file.
1954
1955         * lily/pitch-interval.cc (add_point): new file.
1956
1957         * lily/ledger-line-engraver.cc: new file.
1958
1959         * lily/ledger-line-spanner.cc (print): new file. Set limits to
1960         ledger line length to avoid clashes.
1961
1962 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1963
1964         * Documentation/user/invoking.itexi (Invoking lilypond): remove
1965         deprecated options
1966
1967 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1968
1969         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
1970         to command line option: fast=1 (default on).
1971
1972         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
1973         This brings SCons run-time on up-to-date tree down from 48s with
1974         only checksums, to 34s without 2day checksums, to 14s (make needs
1975         4 seconds).
1976         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
1977         necessary.
1978
1979 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1980
1981         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
1982         (score_extra_encompass): process scripts at edges too, by checking
1983         control points directly. 
1984
1985 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1986
1987         * po/nl.po: Update.
1988
1989         * lily/main.cc: Fix ly:option-usage help.
1990
1991         * input/regression/slur-script.ly: More collision tests.
1992
1993         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
1994
1995 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1996
1997         * VERSION: release 2.3.7
1998
1999         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
2000         files.
2001
2002         * Documentation/user/notation.itely (Slurs): document ^ and _ for
2003         slurs.
2004
2005         * input/regression/slur-script.ly: new file.
2006
2007         * lily/accidental-engraver.cc (process_acknowledged_grobs):
2008         make accidental appear to come from note head engraver.
2009
2010         * lily/slur-quanting.cc: new file.
2011         (score_extra_encompass): new function. Avoid scripts and
2012         accidentals
2013
2014 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2015
2016         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
2017         This greatly reduces the number of files that get recompiled
2018         after touching config.hh.
2019
2020         * config.hh.in: Remove GUILE_*_VERSION.
2021
2022         * lily/new-slur.cc: Resolve conflicts.
2023
2024         * lily/stem-engraver.cc (make_stem): New method.
2025
2026         * lily/include/script-interface.hh:
2027         * lily/script-interface.cc: New file.
2028
2029         * lily/include/script.hh:
2030         * lily/script.cc: Remove.
2031
2032         * lily/music.cc (duration_log): New method.
2033
2034         * lily/script.cc (struct Skript): Remove.
2035
2036         * lily/new-slur.cc (get_base_attachments): Try at articulations.
2037         Lots of coding cleanups (Stom).
2038
2039 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2040
2041         * lily/new-slur.cc (avoid_staff_line): new function: avoid
2042         collisions with staff lines.
2043
2044         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
2045         global_path
2046
2047         * scm/define-grobs.scm (all-grob-descriptions): set ratio
2048         .25. This flattens short slurs.
2049
2050         * lily/new-slur.cc (enumerate_attachments): move X of attachment
2051         points for tilted slurs.
2052
2053         * input/regression/slur-tilt.ly: new file.
2054
2055         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
2056         stems of 16th graces too.
2057
2058         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
2059         quant penalty dependent on how much the line is in the gap.
2060
2061         * input/regression/grace-stem-length.ly: new file.
2062
2063         * lily/beam-quanting.cc (score_forbidden_quants): remove
2064         interquant check. The penalty of 1000 is much too harsh, and the
2065         inter case should be caught by check-staff-line-in-gap check.
2066
2067         * lily/scm-option.cc: move debug-beam to \paper.
2068
2069         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
2070         .txt files to appease makeinfo.
2071
2072         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
2073         remove texttagline.
2074         
2075         * lily/new-slur.cc: cleanup, split in functions.
2076
2077         * lily/parser.yy (chord_body_element): allow octave-check = inside
2078         chord body. 
2079
2080         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
2081
2082         * lily/stem.cc (height): call Beam::after_line_breaking().
2083
2084         * lily/rest-collision.cc (force_shift_callback): only call shift
2085         for columns containing rests.
2086
2087         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
2088
2089         * input/regression/font-postscript.ly: invoke afm2tfm. 
2090
2091 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2092
2093         * mf/SConscript: Build map files.
2094
2095         * SConstruct: Rename $out to out-www in web.
2096
2097 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2098
2099         * SConstruct (web_kluts): Have make web build in out-www.  Not.
2100
2101 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2102
2103         * Documentation/user/music-glossary.tely (Top): add fragment to
2104         pertinent @lilypond entries.
2105
2106         * scm/define-grobs.scm: switch on new-slur by default.
2107
2108         * lily/scm-option.cc: symbol != string.
2109
2110         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
2111         really work yet.
2112         (set_end_points): make X coord of attachment dependent on  Y.
2113         (score_encompass): add edges too.
2114
2115 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2116
2117         * lily/stem.cc (get_beaming): new function.
2118
2119         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
2120         for fragment snippets. This fixes inclusion of toplevel-music
2121         examples (such as new-slur.ly)
2122  
2123 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2124
2125         * scripts/lilypond-book.py: Remove second import of stat.
2126
2127         * More SCons cleanups.
2128
2129         * Documentation/bibliography/computer-notation.bib (note): Remove
2130         extraneous closing brace.
2131
2132 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2133
2134         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
2135         stat calls.
2136
2137         * Documentation/bibliography/SConscript (bibs): failed try to get
2138         bib2html find html-long.bst.
2139
2140         * buildscripts/bib2html.py (stat): fail if bibtex fails.
2141
2142         * make/stepmake.make: use usescons for using scons. 
2143
2144 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2145
2146         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
2147         for lilypondend.  Import stat (huh?).
2148
2149 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2150
2151         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
2152         bypass dvi. 
2153
2154         * input/regression/font-postscript.ly: new file. 
2155
2156         * scm/framework-ps.scm (load-fonts): load pfb files too.
2157
2158         * lily/pfb.cc (pfb2pfa): new file.
2159
2160 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2161
2162         * scripts/lilypond-book.py (PREAMBLE_LY): set
2163         toplevel-music-handler too.
2164
2165 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2166
2167         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
2168         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
2169
2170         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
2171
2172         * python/SConscript:
2173         * python/vim:
2174         * input/mutopia/*SConscript: New file.
2175
2176         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
2177
2178         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
2179         fixes web build.
2180
2181         * make/stepmake.make (scons): re-route to SCONS if user has been
2182         running scons in this tree.
2183
2184         * SConstruct (config_vars): Add CPPDEFINES.
2185         (env): Set checksums type to "content".
2186         (save_config_cache): Do not exit after configuring when using
2187         checksums (the default) instead of timestamps.
2188
2189 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2190
2191         * SConstruct: Further development.
2192
2193         * input/test/SConscript: 
2194         * input/template/SConscript: 
2195         * input/regression/SConscript: 
2196         * Documentation/bibliography/SConscript:
2197         * Documentation/bibliography/index.html.in: New file.
2198
2199         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
2200         generation.
2201
2202         * buildscripts/builder.py: Add new builders.
2203
2204         * make/stepmake.make: 
2205         * stepmake/stepmake/*.make: 
2206         * configure.in:
2207         * lily/*:
2208         * flower*: Use config.hh (Was config.h).
2209
2210         * scm/encoding.scm (get-coding): Print friendly error message when
2211         no encoding is found, rather than crashing.
2212
2213 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2214
2215         * lily/new-slur.cc (score_slopes): strong sloping score only when
2216         stems point in same dir. 
2217
2218 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2219
2220         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
2221         for beam start.
2222
2223         * lily/parser.yy (context_prop_spec): check grob name for
2224         alphanumericness..
2225
2226         * lily/lyric-engraver.cc: creates LyricText objects
2227
2228 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2229
2230         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
2231
2232 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2233
2234         * SConstruct: Configure only pristine build tree or on user
2235         request.  Cleanups.  Add Documentation/topdocs to subdirs.
2236         Use checksums instead of timestamps.
2237         (CheckYYCurrentBuffer): Return result.
2238
2239         * Documentation/topdocs/SConscript: New file.
2240
2241 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2242
2243         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
2244
2245         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
2246         scm_from_int instead.
2247
2248 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2249
2250         * SConstruct: Updates.  Add targets: tar, dist, release.
2251
2252 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2253
2254         * input/mutopia-header.ly: Generate output.
2255
2256         * SConstruct:
2257         * buildscripts/builder.py:
2258         * Documentation/user/SConscript: SCons fixes.
2259
2260 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2261
2262         * lily/new-slur.cc (class New_slur): new file. Score based slur
2263         computations.
2264
2265 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2266
2267         * mf/SConscript: Remove Builders.
2268
2269         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
2270
2271         * input/SConscript: 
2272         * Documentation/user/SConscript: New file.
2273
2274 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2275
2276         * Documentation/topdocs/NEWS.texi (Top): add note about new
2277         emacs electric-|
2278
2279         * scm/*.scm: adapt ly:warn calls.
2280
2281         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
2282
2283         * lily/repeat-acknowledge-engraver.cc (process_music): look at
2284         main timing, not grace timing. Fixes volta-repeat-grace.
2285
2286         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
2287         remove ly:kpathsea-gulp-file.
2288
2289         * scm/translation-functions.scm (format-metronome-markup): make
2290         note smaller, align to bottom.
2291
2292         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
2293
2294         * lily/metronome-engraver.cc (stop_translation_timestep): attach
2295         metronome to musical column. Don't ack time sigs or bar lines.
2296
2297 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
2298
2299         * THANKS: sort, add David. Kristof contributed code, he is a
2300         contributor.
2301
2302 2004-07-09  David Svoboda      <svoboda@cmu.edu>
2303
2304         * elisp/lilypond-mode.el,
2305         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
2306         count beats between last measure stop | and point in emacs.
2307         
2308 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2309
2310         * tex/GNUmakefile (TEX_FILES): don't dist
2311         music-drawing-routines.ps, latin1.enc 
2312
2313         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
2314         --no-pdf, --pdftex
2315         (copyright): add --latex option
2316         (ic_p.make_include_option): use direct PS as default.
2317
2318         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
2319
2320         * input/regression/beam-concave.ly (rossFourBeams): add cases from Ross
2321
2322         * scm/script.scm (default-script-alist): marcato should follow
2323         into staff
2324         
2325 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2326
2327         * buildscripts/builder.py:
2328         
2329         * Documentation/SConscript (outdir): New file.  Add *list.ly
2330         dependencies.  Fixes PDF doc build.
2331
2332 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2333
2334         * SConstruct: Add Tar target (incomplete), fix install issues, fix
2335         run from build-dir.
2336
2337         * ly/SConscript:
2338         * scm/SConscript: New file.
2339
2340         * lily/main.cc (dir_info): Print variables in sh format.
2341
2342         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
2343
2344         * mf/SConscript: Update multiple target rules.
2345
2346         * SConstruct (assert_version): Add.
2347
2348 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2349
2350         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
2351
2352 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2353
2354         * buildscripts/mf-to-table.py: Do not try to open ''.
2355
2356         * mf/SConscript: New file.
2357
2358 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
2359
2360         * scm/fret-diagrams.scm : Convert many properties to constants,
2361         reducing the pollution of the property namespace.
2362
2363         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
2364         unnecessary properties for fret-diagram
2365
2366         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
2367         for interface
2368
2369 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2370
2371         * SConstruct: Update.
2372
2373 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2374
2375         * input/regression/beam-quant-standard.ly (seconds): print desired
2376         quants when failing.
2377
2378 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2379
2380         * SConstruct:
2381         * flower/SConscript:
2382         * lily/SConscript: New file.
2383
2384 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
2385
2386         * scm/define-grob-properties.scm (all-user-grob-properties): Add
2387         descriptions for all fret-diagram properties.
2388
2389         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
2390         fret-diagram interface code
2391
2392 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2393
2394         * ly/book-paper-defaults.ly: set default encoding to ec.
2395
2396         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
2397         installed.
2398
2399         * tex/latin1.enc: new file, from a2ps. 
2400
2401 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
2402
2403         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
2404         add a faint, green border line.
2405
2406         * Documentation/index.html.in: drop <table>, add a faint border line.
2407
2408 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2409
2410         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
2411
2412         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
2413
2414 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
2415
2416         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
2417
2418         * scm/output-tex.scm (white-text): Add scale parameter to allow font scaling
2419
2420         * scm/stencil.scm (fontify-text-white) : Adjust to better center, properly
2421         scale white text
2422
2423         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
2424         position for numbered dots so dot will touch fret.
2425         (various routines): move to font-metric interface, rather than
2426         name, size interface.  Clean up comments.
2427
2428         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
2429         size and offset to better center white text.
2430
2431 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2432
2433         * ChangeLog: Remove pre-2.1 changes.
2434
2435         * Documentation/misc/ChangeLog-2.1: New file.
2436
2437         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
2438         from ChangeLog.
2439
2440 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2441
2442         * input/test/chords-below-volta-bracket.ly,
2443         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
2444
2445 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2446
2447         * VERSION: release 2.3.6
2448
2449         * input/regression/beam-quant-standard.ly: new file: test standard
2450         beam quants.
2451
2452         * scm/beam.scm (check-quant-callbacks): new function
2453         (check-beam-quant): new function: check whether current beam
2454         quants match argument.
2455
2456         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
2457         forbidden quant for sitting (upstem)/hanging (downstem) on outer
2458         staffline line.
2459
2460 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2461
2462         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
2463         functions.
2464
2465         * lily/note-collision.cc (do_shifts): align colliding notes to
2466         their leftmost note.
2467
2468         * input/regression/collision-alignment.ly: new file.
2469
2470         * ly/init.ly: don't print gc stats.
2471
2472         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
2473         extra newline
2474
2475         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
2476         for dimensions. This fixes ottava-remove-empty-staff.ly
2477
2478         * input/regression/lyrics-tenor-clef.ly: new file.
2479
2480         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
2481         cyclic parents when two axis-group-engravers are
2482         present. Fixes: crash-axis-group-engraver.ly. 
2483         
2484         * input/test/volta-chord-names.ly: new file.
2485
2486         * scm/define-context-properties.scm
2487         (all-user-translation-properties): change voltaOnThisStaff
2488         definition. 
2489
2490         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
2491         if necessary.
2492
2493         * lily/volta-bracket.cc (print): handle volta brackets without
2494         bars. 
2495
2496 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2497
2498         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
2499         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
2500
2501 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2502
2503         * scm/output-gnome.scm: updated instructions for running gnome
2504         backend
2505
2506 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
2507
2508         * scm/fret-diagrams.scm (draw-dots): default values for dot size
2509         and dot-position now depend on finger-code value; in-dot makes
2510         dots larger and centered.
2511         (draw-barre): added straight-barre indicator option
2512         (draw-dots): made fontify-text-white work.
2513
2514         * music-drawing-routines.ps: added /draw_white_text
2515
2516         * scm/output-tex.scm:  added white-text
2517
2518         * scm/output-ps.scm:  added white-text
2519
2520         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
2521         list of stencil expressions
2522
2523         * scm/stencil.scm: Added fontify-text-white
2524
2525 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
2526
2527         * input/regression/+.ly: use @unnumbered section.
2528
2529 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2530
2531         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
2532         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
2533
2534 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2535
2536         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
2537
2538 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2539
2540         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
2541         was causing an error. (was not actually commited in 2004-06-20)
2542
2543         * input/regression/lily-in-scheme.ly (withPaddingC): does not
2544         breaks anymore
2545
2546 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2547
2548         * VERSION: 2.3.5 released.
2549         
2550         * lily/my-lily-parser.cc (parse_string): switch module too.
2551
2552 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2553
2554         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
2555         ec-fonts-mftraced to running requirements.
2556
2557 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2558
2559         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
2560         assignments don't reach the original file.
2561
2562         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
2563         exists
2564
2565 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2566
2567         * scm/output-gnome.scm: 
2568         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
2569
2570         * debian/: Apply Debian patch (Anthony Fok).
2571
2572 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
2573
2574         * Documentation/user/music-glossary.tely: fix titling; @top is already
2575         an @unnumbered @chapter.
2576
2577 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2578
2579         * debian/GNUmakefile (EXTRA_DIST_FILES):
2580         (CONF_FILES): update file list.
2581
2582         * lily/stencil.cc (interpret_stencil_expression): bugfix.
2583
2584 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2585
2586         * debian/: Remove cruft (requested Anthony Fok.)
2587
2588         * buildscripts/guile-gnome.sh: Build without gcc libtool version
2589         juggling.
2590
2591         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
2592         Add popup menu with grob properties.
2593
2594         * lily/grob-scheme.cc (ly:grob-properties):
2595         (ly:grob-basic-properties): New function.
2596
2597         * lily/stencil.cc (interpret_stencil_expression): Comment-out
2598         "no-origin" call.  Fixes -fps output.
2599
2600         * scm/output-ps.scm (no-origin): Add dummy implementation.
2601
2602         * scm/output-gnome.scm (define-origin): Remove
2603         (grob-cause): Add.
2604
2605         * scm/output-ps.scm (scm):
2606         * scm/output-tex.scm (scm): Remove define-origin from exports list.
2607         (define-origin): Remove.
2608
2609         * scm/output-gnome.scm (define-origin): 
2610
2611         * scm/lily.scm (ly:all-output-backend-commands): Remove
2612         define-origin.  Add grob-cause.
2613
2614 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
2615
2616         * buildscripts/lilypond-words.py: add ly/portugues.ly.
2617
2618 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
2619
2620         * Documentation/user/GNUmakefile:
2621         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
2622         --include-css=.../texinfo.css; command includes css into the html.
2623
2624         * Documentation/texinfo.css: add file.
2625         define <hr> as black and thin.            
2626
2627 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2628
2629         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
2630         stencil expression. Junk define-origin.
2631
2632         * lily/my-lily-parser.cc (parse_string): init parser variable when
2633         lexer_ is set, ie. in parse_string and parse_file.
2634
2635         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
2636         ly:score-bookify.
2637
2638         * scm/lily.scm (collect-scores-for-book): new function.
2639
2640         * ly/init.ly: print collected scores/musics.
2641
2642         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
2643         scope, not in lily module.
2644
2645         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
2646
2647         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
2648         encapsulate gtk/pango tests.
2649
2650         * po/tr.po: Turkish translation.
2651
2652 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2653
2654         * input/regression/lily-in-scheme.ly: regression test for #{
2655         ... #} syntax
2656
2657         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
2658         was causing an error.
2659
2660         * Documentation/user/programming-interface.itely (Using LilyPond
2661         syntax inside Scheme): documentation for #{ ... #} syntax.
2662
2663 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
2664
2665         * Documentation/index.html.in: use black thin <hr>.
2666
2667         * buildscripts/mutopia-index.py: use thin black <hr>.
2668
2669 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2670
2671         * scm/fret-diagrams.scm: Use UNIX style line endings.
2672         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
2673         typo.  Fixes compile.
2674
2675         * scm/output-ps.scm (white-dot): Remove second incarnation.
2676
2677         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
2678
2679 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2680
2681         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
2682         single file error.
2683
2684         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
2685
2686 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
2687
2688         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
2689         remove size as argument to fret-diagram interface;
2690         improved white-circle dots for fret;
2691         improved top-fret thick line/
2692
2693         * scm/output-ps.scm: added white-dot function
2694
2695         * scm/output-tex.scm: added white-dot function
2696
2697         * tex/music-drawing-routines.ps: added draw_white_dot function
2698
2699         * ps/music-drawing-routines.ps: added draw_white_dot function
2700
2701         * input/test/fret-diagram.ly: examples to show multiple
2702         functions and multiple interfaces
2703
2704 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2705
2706         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
2707         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
2708
2709         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
2710         conflict.  Have I told you lately how much I love autotools?
2711
2712 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2713
2714         * lily/lily-guile.cc: 
2715         * lily/pangofc-afm-decoder.cc:
2716         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
2717         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
2718
2719         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
2720         developers.
2721
2722         * lily/paper-outputter.cc (file): New method.
2723         (dump_string): Use it.
2724
2725         * scm/output-gnome.scm: Update with pango CVS info, lilylib
2726         musing.
2727
2728         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
2729         of them has a comma :-).
2730
2731         * scm/framework-gnome.scm: Add pango decoders.
2732
2733         * lily/include/pangofc-afm-decoder.hh: 
2734         * lily/pangofc-afm-decoder.cc: New file.
2735
2736         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
2737
2738         * configure.in: Check for pango.
2739
2740         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
2741         autoconf).
2742         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
2743
2744         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
2745
2746 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2747
2748         * Documentation/user/tutorial.itely (Integrating text and music):
2749         fix grammar & punctuation.
2750
2751 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2752
2753         * lily/: Stray janitorial cleanups.
2754
2755         * scm/lily.scm (ly:all-stencil-expressions):
2756         * scm/lily.scm (ly:all-output-backend-commands): New function.
2757
2758         * scm/safe-lily.scm (safe-objects): Add them.
2759
2760         * scm/framework-gnome.scm (<gnome-outputter>): New class.
2761
2762         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
2763
2764 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2765
2766         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
2767
2768 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2769
2770         * scm/page-layout.scm (default-page-make-stencil): add
2771         raggedbottom, raggedlastbottom.
2772
2773         * Documentation/user/changing-defaults.itely (Page layout): add doc.
2774
2775         * scm/framework-tex.scm (define-fonts): fix export of
2776         papersize.
2777
2778         * lily/paper-book.cc (classic_output): strip suffixes from
2779         framework functions.
2780
2781         * lily/tuplet-bracket.cc (before_line_breaking): do not return
2782         SCM_UNDEFINED to Scheme.
2783
2784 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2785
2786         * lily/book.cc: remove Book::to_stencil().
2787         (process): whoops. Score::book_rendering returns vector, not list.
2788
2789         * scripts/convert-ly.py (conv): remove \notes.
2790         apply to input examples.
2791
2792         * lily/paper-outputter.cc (output_stencil): don't use
2793         smobify_self() but self_scm()
2794
2795         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
2796         from smobify_self().
2797
2798         * lily/paper-book.cc (output): load framework module
2799         scm_c_resolve_module().
2800
2801         * python/lilylib.py (exit): exit with argument i.
2802
2803 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2804
2805         * scm/framework-gnome.scm (output-framework-gnome): Try loading
2806         gnome modules from non-toplevel.
2807
2808         * lily/ly-module.cc (ly:import-module): Export to ly:.
2809
2810         * lily/paper-score.cc (process): Do not show progress newline.
2811
2812         * lily/paper-book.cc (output, classic_output): Show progess
2813         newline after score.
2814
2815 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
2816
2817         * buildscripts/lilypond-words.py: add ly/vlaams.ly
2818
2819 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2820
2821         * lily/score.cc (ly:run-translator): Do not crash on empty music
2822         list.
2823
2824         * lily/book.cc (process): Do not render score when systems is empty.
2825
2826         * input/simple-song.ly: Down one octave.
2827
2828         * scm/output-gnome.scm: Remove script again; re-add modules fix
2829         (CVS conflict resolve?)
2830
2831         * lily/stencil.cc (ly:interpret-stencil): Was:
2832         interpret_stencil_expression.
2833
2834 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2835
2836         * buildscripts/guile-gnome.sh: New file.
2837
2838         * scm/output-gnome.scm: White background, better window size, sane
2839         canvas size.  Cleanups.
2840
2841 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2842
2843         * VERSION: release 2.3.4
2844
2845         * Documentation/user/invoking.itexi (Invoking the lilypond
2846         binary): document --safe.
2847
2848         * scm/output-gnome.scm: set PATH in script.
2849
2850         * scm/page-layout.scm (default-page-make-stencil): don't stretch
2851         if there is too few systems on a page.
2852
2853         * lily/parser.yy (relative_music): start at middle C without pitch
2854         argument.
2855
2856         * Documentation/user/changing-defaults.itely (Page layout): new node.
2857         (Paper size): rename node
2858         (Page breaking): new node.
2859         (Titling): move from invoking.
2860         (File structure): new node.
2861
2862         * lily/parser.yy (score_body): allow \header and music anywhere in
2863         \score body.
2864
2865 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2866
2867         * scm/lily.scm (ly:load): Remove page-breaking.scm.
2868
2869 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2870
2871         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
2872
2873         * lily/include/paper-line.hh: rename to Paper_system.
2874
2875         * lily/include/paper-book.hh: doc class.
2876
2877         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
2878
2879         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
2880         (plain-header): add instrument-name.
2881         (default-page-make-stencil): bugfixes.
2882
2883         * lily/parser.yy (book_body): allow \header anywhere in \book{}
2884
2885         * lily/paper-book.cc: remove copyright & tagline. Remove
2886         interactions with Page
2887
2888         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
2889         here, 
2890         (default-page-make-stencil): new function
2891         (default-page-music-height): new function
2892         (page-headfoot): new function
2893         (ly:optimal-page-breaks): generate stencils directly from here
2894
2895         * scm/titling.scm: new file, group titling functions
2896
2897 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2898
2899         * scm/output-gnome.scm: Handle multiple pages.
2900
2901         * scm/framework-gnome.scm: Do not load output-gnome.
2902         (framework-gnome): Invoke output-gnome::header and
2903         output-gnome::end-output as faked stencils.  Fixes experimental
2904         gnome output.
2905
2906 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2907
2908         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
2909         octavation compatibility fixes. Backportme. 
2910
2911         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
2912         pages.
2913         (ly:optimal-page-breaks): combine-penalties: no shortcut for
2914         negative. Now we handle negative penalties (ie. \pageBreak)
2915         correctly.
2916
2917         * lily/system.cc (get_line): extract page-penalty from the left
2918         bound.
2919
2920         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
2921
2922 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2923
2924         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
2925
2926 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2927
2928         * scm/output-gnome.scm: Update script.  Move development to
2929         lilypond_2_3_2 branch for now.
2930
2931 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2932
2933         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
2934         negative penalties.
2935         cleanups.
2936
2937         * Documentation/user/changing-defaults.itely (Creating contexts):
2938         index entries
2939
2940         * scm/page-breaking.scm (ly:optimal-page-breaks): new
2941         file. Rewrite function. 
2942
2943         * lily/paper-book.cc (pages): new interface: page-breaking returns
2944         list of line-list.
2945
2946         * lily/page.cc (Page): take lines argument.
2947
2948         * scm/document-translation.scm (all-engravers-doc): link to user man
2949
2950         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
2951
2952         * Documentation/user/notation.itely (Relative octaves): typo.
2953
2954         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
2955
2956 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2957
2958         * scm/output-gnome.scm: Update build script.
2959
2960 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2961
2962         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
2963         gnome backend.
2964
2965         * scm/framework-gnome.scm: New file.
2966
2967         * scm/lily.scm: Use it.
2968
2969         * lily/paper-outputter.cc: Janitorial cleanups.
2970         (ly:outputter-dump-string): Remove unreachable statement.
2971
2972         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
2973         (ice-9): Bugfix: Add srfi-1.
2974
2975         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
2976
2977 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2978
2979         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
2980         in do_quit()
2981
2982 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2983
2984         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
2985
2986 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2987
2988         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2989         override of Beam::position-callbacks. Why would grace beams not be
2990         quantized? Fixes: weird-stem-size-grace. 
2991
2992         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
2993         warning only once. Backportme.
2994
2995         * lily/accidental-engraver.cc (number_accidentals_from_sig):
2996         bugfix, 2nd try. Backportme.
2997
2998         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
2999
3000 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3001
3002         * Documentation/user/notation.itely (Instrument transpositions):
3003         Correct the name of the instrumentTransposition property.
3004
3005 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3006
3007         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
3008
3009 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3010
3011         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
3012         and postLilyPondExample are called when defined.
3013
3014 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3015
3016         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
3017         This fixes setting notenames with `\include "nederlands.ly" '
3018
3019         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
3020         new function.
3021
3022 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3023
3024         * scm/page-layout.scm: don't do piece, it should be in score-title
3025         only.
3026
3027         * lily/lexer.ll: lex \score separately.
3028
3029         * lily/paper-book.cc: junk stencil2line.
3030
3031         * lily/paper-line.cc (Paper_line): construct from Stencil
3032         directly. No futzing with the dimensions.
3033
3034         * lily/include/paper-line.hh (class Paper_line): 
3035
3036         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
3037         takes arbitrary number of arguments.
3038
3039         * input/test/markup-score.ly (tuning): simplify example. 
3040
3041 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3042
3043         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
3044
3045         * scm/define-markup-commands.scm (score): define score-markup
3046
3047         * lily/parser.yy (markup): use score-markup.
3048
3049         * lily/score.cc: add ly:score? 
3050
3051 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
3052
3053         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
3054         fret-parse-string so it prepares for calls to fret-diagram-verbose
3055         Changed display constants to props so they are available for
3056         \override.
3057
3058 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3059
3060         * VERSION: release 2.3.3
3061
3062         * stepmake/stepmake/generic-vars.make: unset LANG.
3063
3064         * input/regression/tuplet-nest.ly: bugfix.
3065
3066         * lily/tie-performer.cc (stop_translation_timestep): reset
3067         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
3068
3069         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
3070         clear repeat_ directly after setting stem_tremolo_. Fixes:
3071         tremolo-repeat.ly
3072
3073         * input/regression/span-bar-break.ly: new file.
3074
3075         * scm/define-grobs.scm (all-grob-descriptions): remove
3076         break-visibility from SpanBar. Fixes: piano-repeat.ly
3077
3078 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3079
3080         * python/lilylib.py (make_ps_images): only compute bbox when needed.
3081
3082         * scripts/lilypond-book.py (process_snippets): use lily -f ps
3083         files for generating pngs. (failed experiment)
3084
3085         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
3086         file with PFA fonts included.
3087
3088         * lily/score.cc (default_rendering): put header in too.
3089
3090         * lily/paper-line.cc (LY_DEFINE): change function to
3091         ly:paper-line-extent
3092
3093         * scm/page-layout.scm (default-book-title): only add lines for
3094         non-nil fields.
3095         (default-score-title): idem.
3096
3097         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
3098
3099         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
3100
3101         * lily/include/paper-book.hh (class Paper_book): remove height_
3102         member.
3103
3104         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
3105
3106         * lily/ly-module.cc (LY_DEFINE): bugfix.
3107
3108         * lily/paper-book.cc (book_title): separate function for the book
3109         title.
3110
3111         * scm/page-layout.scm (default-book-title): only account for
3112         markup fields.
3113
3114         * scm/framework-ps.scm: new file. Move high level interface from
3115         output-ps.scm
3116
3117         * scm/music-functions.scm (def-grace-function): move macros from
3118         ly/music-functions-init.ly
3119
3120         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
3121         framework-tex.scm
3122
3123         * scm/framework-tex.scm (dump-line): new file. High level
3124         interface for output (pages, systems, header). 
3125
3126         * lily/include/page.hh (class Page): add is_last_ field.
3127
3128         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
3129
3130         * lily/paper-book.cc (split_string): new function
3131         (output): output multiple formats, i.e. --format=ps,tex
3132
3133         * scm/output-ps.scm (output-scopes): dump variables directly.
3134         (define-fonts): rewrite for new interface
3135
3136         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
3137
3138         * lily/paper-outputter.cc (Paper_outputter): take format argument.
3139
3140         * lily/main.cc (parse_argv): don't set extension for output.
3141
3142         * lily/clef-engraver.cc (create_clef): remove
3143         Staff_symbol_referencer::set_position() call. 
3144
3145 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3146
3147         * ly/music-functions-init.ly (addlyrics): set the 'origin property
3148         with the location argument in music function definitions.
3149
3150 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3151
3152         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
3153         staffsymbol dependency.
3154
3155         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
3156         cleanups.
3157
3158         * lily/book.cc (process): return Paper_book
3159         (to_stencil): use Book::process().
3160
3161         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
3162         header_ field. Store in $globalheader
3163
3164         * lily/parser.yy (book_body): book header is initted to
3165         $globalheader.
3166
3167
3168 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3169
3170         * input/test/fill-a4.ly: removed.
3171
3172         * lily/parser.yy (output_def): push scope of parent_ Output_def
3173         too.
3174
3175 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3176
3177         * scm/output-gnome.scm: Update info.
3178
3179 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3180
3181         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
3182
3183         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
3184         than 1 module.
3185
3186         * lily/include/ly-module.hh (ly_use_module): rename is_module to
3187         ly_c_module_p.
3188
3189         * scm/page-layout.scm (default-book-title): move Scheme titling
3190         functions to here.
3191
3192         * lily/parser.yy (book_paper_block): remove scope too.
3193
3194         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
3195
3196         * lily/rest.cc: add direction to rest properties.
3197
3198         * lily/include/output-def.hh: new file, move from
3199         music-output-def.hh
3200
3201 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3202
3203         * scm/output-gnome.scm: Describe feta-cork hack.
3204
3205 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3206
3207         * lily/include/book-paper-def.hh: derive from Output_def 
3208
3209         * lily/include/paper-def.hh: move all functionality out of class.
3210         Junk header.
3211
3212         * lily/include/music-output-def.hh: rename Music_output_def to
3213         Output_def.
3214
3215         * input/wilhelmus.ly: only set space for Paper formatting. 
3216
3217         * lily/include/midi-def.hh: remove file, remove class.
3218         Move functions to Music-output-def.
3219
3220         * lily/music-output-def.cc (Music_output_def): remove separate
3221         translator table. Lookup translators in scope directly. This
3222         obviates Context suffix for context identifiers, i.e.
3223
3224         \context {
3225           \Staff
3226           .. 
3227           }
3228
3229
3230         will work.
3231
3232
3233         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
3234
3235         * Documentation/user/changing-defaults.itely (Horizontal spacing):
3236         document spacing override hack.
3237
3238 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3239
3240         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
3241         installation info.  Support point-and-click.  Add +/- zoom
3242         keybindings.
3243
3244 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3245
3246         * VERSION: 2.3.2 released
3247
3248         * lily/parser.yy (book_body): set default bookpaper.
3249
3250         * scm/output-tex.scm (header): kludge: hard code linewidth. 
3251
3252         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
3253
3254 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3255
3256         * lily/score.cc (default_rendering): scale outputdef before
3257         starting.
3258
3259 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3260
3261         * scm/fret-diagrams.scm: Add header.
3262
3263         * scm/output-gnome.scm: Hello world :-)
3264
3265 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3266
3267         * scripts/lilypond.py (run_dvips): only add papersize if present.
3268
3269         * lily/accidental-engraver.cc (update_local_key_signature): new
3270         function, fold code from initialize() and process_music().
3271         (update_local_key_signature): use deep copy. This fixes one
3272         problem from custom-key-signatures.ly.
3273         (number_accidentals_from_sig): tighter check for
3274         accidental-too-old.
3275
3276         * ly/engraver-init.ly: remove localKeySignature
3277         definition from ChoirStaff, StaffGroup, Score.
3278
3279         * lily/percent-repeat-engraver.cc (try_music): add moments for
3280         barlines too. Fixes: skipbars-percent-repeat.ly.
3281
3282 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3283
3284         * lily/context-def.cc (filter_performers): don't go to cdrloc if
3285         skipping last pair. Fixes: crash-bar-number.
3286
3287         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
3288         D. Sorensen)
3289
3290         * input/test/fret-diagram.ly: new file.
3291
3292         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
3293         (scale-paper): divide by scale.
3294
3295 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3296
3297         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
3298         case.
3299
3300 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3301
3302         * scm/stencil.scm (fontify-text): reinstate function
3303
3304         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
3305
3306         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
3307
3308         * lily/parser.yy (book_paper_head): \bookpaper {} 
3309
3310         * python/midi.c: remove config.h
3311
3312 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3313
3314         * scm/output-gnome.scm: Update.
3315
3316 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3317
3318         * scm/output-gnome.scm: New file.
3319
3320         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
3321
3322 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3323
3324         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
3325         (find_scaled_font): move from Paper_def
3326
3327 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3328
3329         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
3330         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
3331
3332         * po/fr.po: update po.
3333
3334         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
3335
3336         * lily/book-paper-def.cc (print_smob): new file.
3337
3338 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
3339
3340         * buildscripts/lilypond-words.py: search words also from
3341         music-functions-init.ly.
3342
3343 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3344
3345         * ly/music-functions-init.ly (def-music-function): new helper
3346         macro for defining music functions. \addlyrics \appoggiatura
3347         \acciaccatura \grace \partcombine \autochange \applycontext
3348         \applyoutput and \breathe are now defined here thanks to it.
3349
3350         * lily/parser.yy: 
3351         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
3352         \grace \partcombine \autochange \applycontext \applyoutput and
3353         \breathe keywords removed from the parser.
3354
3355         * lily/parser.yy: 
3356         * lily/music-function.cc (ly_make_music_function): 
3357         * lily/lexer.ll (music_function_type): added a case for 0-arg
3358         music functions.
3359
3360 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3361
3362         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
3363         refering to a music expression can be used in lily-inside-scheme:
3364         #{ $music #}
3365
3366         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
3367         and ly:parser-define, and change ly:parser-parse-string in order
3368         to make #{ $music #} work.
3369
3370         * scm/new-markup.scm (compile-markup-expression): when an argument
3371         is a string, use `make-simple-markup'.
3372
3373 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3374
3375         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
3376
3377 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3378
3379         * scripts/convert-ly.py (FatalConversionError.func): handle + in
3380         font-size. (backportme)
3381
3382 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3383
3384         * lily/paper-outputter.cc (output_stencil): dump font definitions
3385         before each stencil.
3386
3387         * lily/include/paper-book.hh (struct Score_lines): new
3388         struct. Collect info per Paper-score.
3389
3390         * lily/include/page.hh (class Page): to_stencil() returns Stencil
3391         everywhere.
3392
3393         * lily/stencil.cc (find_expression_fonts): new function
3394
3395         * lily/paper-outputter.cc (output_stencil): use
3396         interpret_stencil_expr
3397
3398         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
3399         (interpret_stencil_expr): new function. Generic stencil
3400         interpretation.
3401
3402         * lily/paper-def.cc (find_scaled_font): divide lookup
3403         magnification by outpuscale for non-virtual fontmetrics. This
3404         fixes ludicrously long font definitions for text
3405         fonts. (backportme)
3406
3407         * lily/score-engraver.cc: remove
3408         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
3409
3410 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3411
3412         * input/test/markup-score.ly: Remove \notes.
3413
3414         * lily/parser.yy (book_body): Grok Composite_music and \header.
3415         (markup): Push NOTES mode before score_block.
3416
3417         * VERSION: release 2.3.1
3418
3419         * mf/feta-klef.mf: 
3420         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
3421
3422         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
3423
3424         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
3425
3426 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3427
3428         * scm/output-tex.scm (output-tex-string): tighten safe security.
3429
3430         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
3431
3432         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
3433         allowed ly functions.
3434
3435         * lily/ly-module.cc (ly_module_define): only define variable if
3436         bound.
3437         (ly_make_anonymous_module): take safe option.
3438
3439 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3440
3441         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
3442
3443 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3444
3445         * input/regression/newaddlyrics.ly: Fix.
3446
3447         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
3448         \score \notes.
3449
3450 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
3451
3452         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
3453
3454 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3455
3456         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
3457
3458         * lily/paper-line.cc (Paper_line): don't store list of stencils,
3459         but convert to single Stencil immediately.
3460
3461         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
3462
3463 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3464
3465         * scm/output-sodipodi.scm: Resurrect sodipodi output.
3466
3467 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
3468
3469         * elisp/lilypond-mode.el: Changed the way defaults are created for
3470         LilyPond-command-master.  LilyPond-mode will now check the
3471         timestamps of the files to see which command has to run next.
3472
3473 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3474
3475         * scm/bass-figure.scm (format-bass-figure): don't set
3476         number-markup for strings. This fixes string in bass
3477         figure. (backportme)
3478
3479         * lily/parser.yy (bass_number): insert number-markup into figure
3480         definition.
3481
3482         * scm/define-music-properties.scm (all-music-properties): make
3483         'figure a markup.
3484
3485         * scripts/convert-ly.py (conv): \apply -> \applymusic
3486
3487 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
3488
3489         * elisp/lilypond-mode.el: changed the order of some commands
3490         ("Midi" after "2Midi"), use the user-defined
3491         LilyPond-command-default as default instead of "LilyPond"
3492
3493         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
3494         to set the master file for the next command.
3495
3496         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
3497         with font-lock-reference-face.
3498
3499 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
3500
3501         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
3502
3503         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
3504
3505 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3506
3507         * ly/music-functions-init.ly (TODO): new file.
3508
3509         * lily/parser.yy (Generic_prefix_music_scm): add more
3510         music_function symbols.
3511         (Prefix_composite_music): change \apply to music-function   
3512
3513         * lily/include/music-function.hh: rename to music-function
3514
3515 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3516
3517         * lily/music-head.cc (LY_DEFINE): change order of args.
3518
3519         * input/regression/music-head.ly (texidoc): new file.
3520
3521         * lily/parser.yy (Generic_prefix_music): allow generic
3522         music-transformation functions. 
3523
3524         * lily/include/music-head.hh (is_music_head): new file.
3525
3526         * lily/music-head.cc (get_music_head_transform): new file.
3527
3528 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3529
3530         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
3531         empty extent. This fixes ottava brackets on rests. (backportme)
3532
3533         * make/lilypond.redhat.spec.in (Group): ln png files for info.
3534
3535         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
3536
3537         * cygwin/lily-wins.py: update for the lily-wins.py script.
3538
3539 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3540
3541         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
3542         code. This will obviate typeset_grob () in the future.  The effect
3543         of this is that improperly written spanner handling will result in
3544         invalid spanner bounds.
3545         (announce_grob): add to elems_ from here
3546         (typeset_grob): comment out.  
3547
3548         * lily/include/engraver.hh (make_spanner): new calling interface
3549         for make_{item,spanner}. This obviates most calls to
3550         announce_grob().
3551
3552         * scm/music-functions.scm (set-accidental-style): use GrandStaff
3553         iso. PianoStaff for piano styles.
3554
3555 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
3556
3557         * Documentation/user/music-glossary.tely: add segno after d.s.
3558
3559 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3560
3561         * lily/include/audio-column.hh: remove unused variables.
3562         (patch by Michael Welsh Duggan)
3563
3564         * flower/include/axes.hh (other_axis): inline Axes function
3565         (thanks to David Brandon).
3566
3567 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3568
3569         * cygwin/mknetrel: Install image links (backportme).
3570
3571         * Documentation/user/GNUmakefile (local-install-info): Activate
3572         actual installing of image links (backportme).
3573
3574 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3575
3576         * Documentation/user/notation.itely (Measure repeats): Removed
3577         unnecessary (and confusing) \context Voice{.
3578
3579 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3580
3581         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
3582
3583         * lily/page.cc (Page): Do not use ly_scheme_function for
3584         volatile/configurable variables (FIXME: better name).
3585
3586         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
3587         get_scmvar).
3588
3589 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3590
3591         * scripts/convert-ly.py (FatalConversionError.subst): use
3592         \transposition.
3593
3594 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3595
3596         * lily/include/page.hh (class Page): Declare left_margin ().
3597
3598         * lily/page.cc: Remove paper var caching.
3599
3600 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3601
3602         * Documentation/user/music-glossary.tely: Add name to @top node.
3603         Remove comment from @table definitions (workaround for makinfo
3604         bug).
3605
3606         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
3607         ly:stencil-get-expr).  Update callers.
3608         (ly:stencil-align-to!):  Return stencil too.
3609
3610         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
3611         stencil.  Remove looped line-based page output.
3612         (output_line): Use line stencil.  Remove looped stencil-based line
3613         output.
3614
3615         * lily/page.cc (ly:page-paper-lines): New function.
3616
3617         * input/test/markup-score.ly: New file.
3618
3619         * scm/define-markup-commands.scm (stencil): New markup.
3620
3621         * lily/book.cc (to_stencil): New method.
3622
3623         * lily/parser.yy (markup): Use it to grok \score.
3624
3625 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3626
3627         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
3628
3629         * lily/paper-book.cc (pages): Change signature.  Update callers.
3630
3631         * lily/include/page.hh:
3632         * lily/page.cc: New file.
3633
3634         * lily/paper-line.cc (to_stencil): New method.
3635
3636         * lily/paper-outputter.cc (output_stencil): New method.
3637
3638         * lily/paper-outputter.cc (output_line): Use them.
3639
3640         * lily/warn.cc: Remove.
3641
3642         * lily/my-lily-parser.cc (distill_inname): Remove.
3643
3644         * flower/include/file-name.hh: 
3645         * flower/file-name.cc: New file.  Update users.
3646
3647         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
3648         (find): New method of same name.
3649
3650         * lily/my-lily-parser.cc (ly:parse-file): Use it.
3651
3652         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
3653         constant error message.
3654
3655 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
3656
3657         * input/test/{blank-notes.ly,staff-container.ly}: typos.
3658
3659 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3660
3661         * Documentation/user/music-glossary.tely: @table @strong' replaced
3662         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
3663         (backportme).
3664
3665 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3666
3667         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
3668
3669         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
3670         #{ lily music expression #} that returns an equivalent scheme
3671         music expression by parsing the string.
3672
3673 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3674
3675         * lily/my-lily-parser.cc:
3676         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
3677         SCM string (foo.ly/toto.scm support).
3678
3679 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3680
3681         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
3682
3683 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3684
3685         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
3686
3687         * scripts/lilypond-book.py: LY code that includes \header is
3688         not assumed to be a fragment.
3689
3690 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3691
3692         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
3693         tremolo beams up.
3694
3695         * lily/stem.cc (chord_start_y): Return 0 if no heads.
3696         (get_default_stem_end_position): No tremolo head juggling if no
3697         heads.  Fixes tremolo crash on rests (backportme).
3698
3699         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
3700
3701 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3702
3703         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
3704         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
3705
3706         * lily/lexer.ll: Allow \encoding in NOTES mode.
3707
3708         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
3709         for lyrics, not for commands.
3710
3711         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
3712         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
3713
3714         * input/regression/newaddlyrics.ly: New file.
3715
3716         * Documentation/topdocs/NEWS.texi: Update.
3717
3718         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
3719         (Music_list): Allow embedded scm.
3720
3721         * lily/score.cc (ly:score-bookify): New function.
3722
3723         * lily/music.cc (ly:music-scorify): Idem.
3724
3725         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
3726         (ly:parser-print-score): Idem.
3727
3728         * scm/lily.scm (default-toplevel-book-handler): Idem.
3729         (default-toplevel-music-handler): Idem.
3730         (default-toplevel-score-handler): Idem.
3731
3732         * ly/declarations-init.ly: Set default toplevel handlers.
3733
3734         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
3735
3736         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
3737         printer for score at toplevel.
3738
3739 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3740
3741         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
3742         Fix for simple case: input/simple-song.ly, more complex stuff
3743         does not work yet.
3744
3745 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3746
3747         * lily/parser.yy (Prefix_composite_music): split Composite_music
3748         in Prefix_composite_music and Grouped_music_list.
3749         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
3750
3751 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3752
3753         * scm/lily.scm (toplevel-expression): New define.
3754
3755         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
3756
3757         * lily/parser.yy (toplevel_expression): Use it.
3758
3759         * lily/include/my-lily-parser.hh: Smobbify.
3760
3761         * lily/my-lily-parser.cc (parse_string): New method.
3762
3763         * lily/my-lily-parser.cc (ly:parse-string): New function.
3764
3765         * Documentation/user/lilypond.tely: Add comment and workaround for
3766         gs-8.01 crash.  Fixes make web.
3767
3768         Simplification of toplevel music.
3769
3770         * lily/lexer.ll, lily/parser.yy:
3771
3772         * In LYRICS mode, return LYRICS_STRING.  This fixes one
3773         shift/reduce problem.
3774
3775         * Use NOTES mode at start of maininput.
3776
3777         * Grok toplevel composite music expression, put in score and book.
3778
3779         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
3780
3781         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
3782
3783         * input/simple.ly: New file.
3784
3785         * input/simple-song.ly: Idem.
3786
3787 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3788
3789         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
3790         Sandberg.
3791
3792 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3793
3794         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
3795
3796 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
3797
3798         * input/regression/accidental-octave.ly: doc automatic showing
3799         of note names.
3800
3801 2004-04-16  Heikki Junes <janneke@gnu.org>
3802
3803         * po/fi.po: do "make po && make -C po po-update" at top-level,
3804         then "cp po/out/fi.po po/fi.po" and update fields.
3805
3806         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
3807
3808 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3809
3810         * Documentation/user/introduction.itely (About this manual): Fix
3811         templates and regression urls (backportme).
3812
3813 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3814
3815         * ly/engraver-init.ly (Score:graceSettings): Increase
3816         beamed-lengths, especially for 32nd notes.
3817
3818         * Documentation/user/notation.itely (Grace notes): Correct the
3819         syntax for add-grace-property example.
3820
3821 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3822
3823         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
3824         `Generated' tag.
3825
3826         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
3827         Severely broken (the Debian package, at least).
3828
3829 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3830
3831         * lily/context.cc (find_create_context): assign to lvalue.
3832
3833 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3834
3835         * lily/include/translator.hh (class Translator): rename
3836         get_parent_context() to context () to avoid confusion.
3837
3838         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
3839
3840         * lily/lexer.ll: change is_string -> ly_c_string_p 
3841
3842         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
3843
3844         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
3845
3846 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3847
3848         * VERSION: release 2.3.0
3849
3850         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
3851
3852         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
3853         if nonempty.
3854
3855         * lily/include/context.hh (class Context): make members protected.
3856         (children_contexts): new accessor function.
3857
3858         * lily/include/translator.hh (class Translator): make
3859         daddy_context_ protected.
3860         (class Translator): clean up. 
3861
3862         * lily/include/context.hh (class Context): make daddy_context_
3863         private.
3864
3865         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
3866         higher for finding Voice. (backportme)  
3867
3868         * lily/include/context.hh (class Context): remove
3869         find_context_below() as a method.
3870
3871         * Documentation/user/notation.itely (The Lyrics context): add note
3872         about manual durations
3873
3874         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
3875         encoding.
3876
3877         * scm/output-tex.scm (text): dump \inputencoding{} for text.
3878
3879 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3880
3881         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
3882         \usepackage{inputenc}
3883
3884         * lily/paper-book.cc (classic_output): don't advance Offset for
3885         TeX output.
3886
3887         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
3888         ec-sauter.map in rules
3889
3890         * mf/ecb.mf (font_identifier): new file, based on ecbx
3891
3892         * mf/ecb10.mf (gensize): new file.
3893
3894         * Documentation/topdocs/NEWS.texi (Top): document some more new
3895         features.
3896
3897         * ly/declarations-init.ly: run convert-ly
3898
3899         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
3900         from input-file-results. Remove input-file-results.* 
3901
3902 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3903
3904         * scm/output-ps.scm (font-command): Fix, again.
3905
3906         * input/test/title-markup.ly: Add \noPagebreak test.
3907
3908         * lily/score-engraver.cc (try_music): Bugfix.
3909
3910 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3911
3912         * lily/main.cc (main_with_guile): excise dependency options -M and
3913         --dep-prefix
3914
3915         * lily/input-file-results.cc: excise Makefile dependency code
3916
3917         * Documentation/user/invoking.itexi (Invoking the lilypond
3918         binary): remove dep doco
3919
3920         * lily/main.cc (main_with_guile): call lilypond-main
3921
3922         * scm/lily.scm (lilypond-main): new function: handle multiple files.
3923
3924         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
3925         exception.
3926
3927         * lily/my-lily-parser.cc: remove paper_description function
3928
3929         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
3930         new function.
3931
3932         * lily/main.cc: remove global_score_count.
3933
3934         * lily/book.cc (process): don't take header from global_input_file.
3935
3936         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
3937
3938         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
3939
3940         * lily/music-output-def.cc (LY_DEFINE): new function
3941         ly_output_description. This function does the bulk for  setting,
3942         parsing and breaking down of an input file.
3943
3944         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
3945         anonymous modules globally. Let's hope they get GCd
3946
3947         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
3948
3949 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3950
3951         * scm/output-ps.scm (header): Papersize from paper.
3952
3953         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
3954         for classic output.
3955
3956         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
3957         lilypondclassic is defined.
3958         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
3959
3960         * input/regression/between-systems.ly: Remove.
3961
3962         * python/lilylib.py (get_bbox): Fix regular expression
3963         for bounding box.
3964
3965         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
3966
3967         * scm/output-tex.scm (stop-page): Use it.
3968
3969         * scm/output-ps.scm (define-fonts): Bugfix.
3970
3971         * lily/grob.cc: Add penalty to interface.
3972
3973         * lily/include/paper-line.hh (class Paper_line): New member
3974         var penalty_.
3975
3976         * lily/system.cc (get_line): Initialise Paper_line with
3977         page-penalty's from original grobs.
3978
3979         * scm/define-music-properties.scm (all-music-properties): Add
3980         page-penalty.
3981
3982         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
3983
3984         * lily/score-engraver.cc (try_music): Handle page-penalty.
3985
3986         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
3987
3988 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3989
3990         * ly/declarations-init.ly (melismaEnd): typo
3991
3992         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
3993
3994         * scm/output-ps.scm (text): split string into spaces, use moveto
3995         for setting space. 
3996
3997 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3998
3999         * po/nl.po: Update.
4000
4001         * scm/font.scm (add-cmr-fonts): Typo.
4002
4003 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4004
4005         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
4006         font-encoding.
4007
4008         * scm/define-grobs.scm (all-grob-descriptions): idem.
4009
4010         * lily/time-signature.cc (numbered_time_signature): idem.
4011
4012         * scm/font.scm (add-cmr-fonts): use real encoding names for
4013         font-encoding.
4014
4015 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4016
4017         * lily/paper-book.cc (classic_output): 
4018         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
4019         Fixes classic output.
4020         (lilypondstart):
4021         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
4022         kludge.
4023
4024         * scripts/old-lilypond-book.py: Remove.
4025
4026         Page layout for SCOREs enclosed in a BOOK:
4027
4028         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
4029         layout tweaking.
4030
4031         * input/les-nereides.ly (theScore): Add \book.
4032
4033         * input/test/title-markup.ly: Add \book.
4034
4035         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
4036         only if 'verbose.
4037
4038         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
4039
4040         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
4041
4042         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
4043         * scm/output-tex.scm (start-system): Update for page layout by
4044         LilyPond.
4045
4046         * scm/output-ps.scm (start-system): Previously (new-start-system).
4047
4048         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
4049         passed to define-fonts.
4050
4051         * lily/paper-column.cc: 
4052         * lily/system.cc (get_line):
4053         * ly/property-init.ly (newpage): 
4054         * scm/define-grob-properties.scm:
4055         * scm/output-ps.scm: 
4056         * scm/output-tex.scm: Remove between-system-string kludge.
4057
4058         * scm/output-ps.scm (define-fonts, font-command,
4059         font-load-encoding): Handle ENCODING = #f.
4060
4061         * scm/output-tex.scm (output-scopes): Check if variable is bound.
4062
4063         * scm/define-markup-commands.scm (fill-line): Use
4064         make-simple-markup (WAS: unexisting make-word-markup).
4065
4066         * lily/text-item.cc (interpret_markup): Bugfix, transpose
4067         ENCODING, MARKUP parameters for interpret_string.
4068
4069         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
4070
4071         * lily/score.cc (book_rendering): New method.
4072         (default_rendering): Create Paper_book helper locally, dump
4073         output.
4074
4075         * lily/my-lily-lexer.cc (the_key_tab): Add book.
4076
4077         * lily/parser.yy: Handle \book.
4078
4079         * lily/include/book.hh: 
4080         * lily/book.cc: New file.
4081
4082 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4083
4084         * lily/text-item.cc (interpret_string): new file, select font with
4085         encoding.
4086
4087         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
4088
4089         * scm/define-markup-commands.scm (encoded-simple): new markup command.
4090
4091         * lily/parser.yy (markup): take encoding from lexer.
4092
4093 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4094
4095         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
4096
4097         * scm/output-ps.scm: Remove some cruft.
4098
4099 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4100
4101         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
4102
4103         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
4104
4105 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4106
4107         * scm/font.scm (add-century-schoolbook-fonts):
4108         (make-century-schoolbook-tree): New function.
4109
4110         * input/test/title-markup.ly: Use Century Schoolbook font.
4111
4112 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4113
4114         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
4115         to Erik Sandberg) 
4116
4117         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
4118
4119         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
4120
4121         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
4122
4123         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
4124
4125 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4126
4127         * scm/part-combiner.scm (determine-split-list): bugfix: if no
4128         solo-state (at end of solo), we can set the solo status
4129         too. (backportme.)
4130
4131         * input/regression/part-combine-solo-end.ly: new file.
4132
4133 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4134
4135         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
4136         flavour abc files.  Really ignore unknown keys (backportme).
4137
4138 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4139
4140         * lily/scaled-font-metric.cc (text_dimension): only multiply with
4141         magnification_ when looking up in orig_.
4142
4143         * scm/output-tex.scm (text): switch off char-mapping.
4144
4145         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
4146         because AFM's encoding field cannot have spaces.
4147
4148 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4149
4150         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
4151
4152 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4153
4154         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
4155
4156         * mf/cmr.enc: new file, without hi-bit ascii info. 
4157
4158         * lily/bezier-bow.cc (slur_shape): make indent dependent on
4159         width. This removes the 'hook' at the end of a long slur.
4160
4161         * buildscripts/mf-to-table.py (parse_logfile): don't append
4162         encoding to fontname.
4163
4164 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4165
4166         * scm/output-ps.scm (define-fonts): Load .enc only once.
4167
4168         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
4169         too.
4170
4171 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4172
4173         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
4174         encoding field.
4175
4176         * lily/stencil-scheme.cc: remove ly:fontify-atom 
4177
4178         * ly/portuges.ly (pitchnames): new file.
4179
4180         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
4181         Michael Welsh Duggan
4182
4183         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
4184
4185         * ly/nederlands.ly: add comment about digits.
4186
4187         * lily/scaled-font-metric.cc (derived_mark): idem.
4188
4189         * scm/encoding.scm (make-encoding-mapping): change permutation to
4190         mapping.
4191
4192         * lily/scaled-font-metric.cc (derived_mark): is a const method.
4193         (Modified_font_metric): make alist for coding_description_
4194         (LY_DEFINE): remove coding-name.
4195
4196         * scm/output-tex.scm (text): remove debugging code.
4197
4198         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
4199
4200         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
4201         from infile.
4202
4203         * mf/feta-generic.mf: move fet_beginfont into generic code.
4204         use fetaMusic (without space) as encoding
4205
4206         * mf/feta-autometric.mf: take encoding argument
4207
4208         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
4209
4210         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
4211         use.
4212
4213         * scm/encoding.scm (read-encoding-file): use symbol for glyph
4214         name.
4215
4216 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4217
4218         * input/test/title-markup.ly: Set inputencoding.
4219
4220         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
4221
4222         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
4223
4224         * scm/encoding.scm (get-coding-filename, get-coding-command): New
4225         function.
4226         (coding-alist): Also hold filename, command.
4227         (read-encoding-file): Return symbols.
4228
4229 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4230
4231         * scm/output-tex.scm: remove fontify; text and char take a font
4232         argument.
4233
4234         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
4235
4236         * lily/scaled-font-metric.cc (text_dimension): init
4237         coding_{permutation,table}_ too 
4238         (LY_DEFINE): ly:font-encoding, new function return
4239
4240         * lily/paper-def.cc (find_scaled_font): take input coding from
4241         inputcoding paper var.
4242
4243         * lily/performance.cc (output): remap modulo 16.
4244
4245         * lily/text-item.cc (interpret_markup): whoops, variable
4246         shadowing fixed.
4247
4248 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
4249
4250         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
4251         symbols, not symbols to strings.
4252
4253         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
4254         symbols, not symbols to strings.
4255
4256 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4257
4258         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
4259         (ly:kpathsea-gulp-file): New function.
4260
4261         * scm/encoding.scm (read-encoding-file): Use it.
4262
4263 2004-04-06  Werner Lemberg  <wl@gnu.org>
4264
4265         * scm/encoding.scm (coding-alist): Fix typo.
4266
4267 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4268
4269         * lily/scaled-font-metric.cc (text_dimension): move function from
4270         Font_metric
4271         (make_scaled_font_metric): init coding_scheme_ to TeX
4272         (text_dimension): use get-coding-vector for non TeX coding_scheme_
4273
4274         * lily/include/scaled-font-metric.hh (struct
4275         Modified_font_metric): rename from Scaled_font_metric
4276
4277         * scm/encoding.scm (read-encoding-file): split up large function,
4278         leave caching to (delay)
4279
4280         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
4281
4282 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4283
4284         * lily/my-lily-lexer.cc (set_encoding): New method.
4285
4286         * lily/lexer.ll: Grok \encoding.
4287
4288         * lily/font-metric.cc (get_encoded_index): New function.
4289
4290         * lily/include/font-metric.hh (coding_scheme): New method.
4291
4292         * scm/encoding.scm: New file.
4293
4294         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
4295
4296 2004-04-05  Werner Lemberg  <wl@gnu.org>
4297
4298         * Documentation/user/tutorial.itely: Revised (finished).
4299
4300         * Documentation/user/macros.itexi (@separate): Removed.
4301
4302 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4303
4304         * scm/output-ps.scm (define-fonts): fix scaling.
4305
4306         * lily/scaled-font-metric.cc (design_size): add function.
4307
4308         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
4309         partial cut&paste of ly:font-magnification.
4310
4311 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4312
4313         * scm/output-ps.scm (define-fonts):
4314         (fontify): Update.
4315
4316 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4317
4318         * po/fr.po: update. (backportme).
4319
4320         * po/nl.po: update. (backportme). 
4321
4322         * mf/feta-beugel.mf: document why design size is not fixed.
4323
4324         * mf/feta-braces-a.mf: rename to stress that it's not design size.
4325
4326 2004-04-04  Werner Lemberg  <wl@gnu.org>
4327
4328         * Documentation/user/tutorial.itely: Revised (continued).
4329
4330 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4331
4332         * po/nl.po: Update (backportme).
4333
4334 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4335
4336         * po/de.po: update. (backportme).
4337
4338         * scm/output-tex.scm (font-command): use ly: functions to
4339         construct name.
4340         (define-fonts): don't use alist, just dump \font definitions.
4341         (font-load-command): calculate proper scaling by taking
4342         outputscale from paper argument.
4343
4344         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
4345         expression.
4346
4347         * lily/paper-outputter.cc (output_header): pass paper arg to
4348         define-fonts
4349
4350         * lily/paper-def.cc (font_descriptions): dump list of
4351         Scaled_font_metrics
4352         (find_scaled_font): take Font_metric argument, store
4353         Scaled_font_metrics in hash-table containing (size ->
4354         Scaled_font_metrics) alist.
4355         (get_dimension): rename from get_realvar
4356
4357         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
4358         ly:font-magnification, ly:font-name: new functions
4359
4360 2004-04-03  Werner Lemberg  <wl@gnu.org>
4361
4362         * Documentation/user/dedication.itely,
4363         Documentation/user/preface.itely,
4364         Documentation/user/introduction.itely,
4365         Documentation/user/tutorial.itely: Revised.
4366         Removing leading spaces which distorts output if info files are read
4367         with stand-alone info.
4368         Removing superfluous inter-word spaces which also distorts output
4369         for stand-alone info.
4370         Using ` and ' instead of `` and '' everywhere to improve
4371         legilibility with stand-alone info
4372         Using @samp for single-letter input items and data which contains
4373         spaces, @code for other things.
4374
4375         * lily/grob-interface.cc: Adding copyright.
4376         (check_interfaces_for_property): Improve format of warning message.
4377
4378 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4379
4380         * lily/include/font-metric.hh (struct Font_metric): add
4381         design_size () method.
4382
4383         * buildscripts/mf-to-table.py (base): add DesignSize comment.
4384
4385         * lily/afm.cc (read_afm_file): read design size.
4386
4387         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
4388
4389         * scm/music-functions.scm (unfold-repeats): handle dots too.
4390
4391 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4392
4393         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
4394         (backportme)
4395
4396 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4397
4398         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
4399         lyric indent.  Revert melismaBusyProperties using \unset.
4400
4401 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4402
4403         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
4404
4405         * lily/parser.yy (command_element): allow redefinition of |
4406         meaning.
4407
4408         * lily/break-align-engraver.cc (acknowledge_grob): construct
4409         LeftEdge where the first cause for alignment is coming from.
4410         This makes \override Staff.LeftEdge work as expected.
4411
4412         * lily/slur-performer.cc (Slur_performer): add inits
4413
4414         * lily/beam-performer.cc (Beam_performer): add inits
4415
4416 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4417
4418         * VERSION (PACKAGE_NAME): release 2.2.0