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