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