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