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