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