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