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