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