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