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