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