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