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