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