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