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