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