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