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