]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
23 years agorelease: 1.3.62 release/1.3.62
Han-Wen Nienhuys [Wed, 21 Jun 2000 14:36:07 +0000 (16:36 +0200)]
release: 1.3.62

======

* Made callbacks from Score_element::before_line_breaking() and
Score_element::after_line_breaking()

* Fixed website; backlinks should work again.

* Removed --ignore-version option. Added --verbose option.

1.3

23 years agopartial: 1.3.62.jcn
Jan Nieuwenhuizen [Wed, 21 Jun 2000 14:36:07 +0000 (16:36 +0200)]
partial: 1.3.62.jcn

======

* Made callbacks from Score_element::before_line_breaking() and
Score_element::after_line_breaking()

* Fixed website; backlinks should work again.

* Removed --ignore-version option. Added --verbose option.

1.3

23 years agopatch::: 1.3.61.jcn2
Jan Nieuwenhuizen [Wed, 21 Jun 2000 15:14:14 +0000 (17:14 +0200)]
patch::: 1.3.61.jcn2

1.3.61.jcn2
===========

* Included dutch po-update based on submitted 1.3.57 nl.po

* Added "Development" link to website, now that "Home" is a relative link.

23 years agopatch::: 1.3.61.jcn1: tegen 61
Jan Nieuwenhuizen [Sun, 18 Jun 2000 16:36:06 +0000 (18:36 +0200)]
patch::: 1.3.61.jcn1: tegen 61

1.3.60.jcn2
===========

* Did som more webpage hacking and made some make website fixes, back links
  should work again.

23 years agorelease: 1.3.61 release/1.3.61
Han-Wen Nienhuys [Sat, 17 Jun 2000 23:56:26 +0000 (01:56 +0200)]
release: 1.3.61

===========

* Webpage hacking

1.3.60.h

23 years agopatch::: 1.3.60.jcn2: jcn1: gejat webpeets idee
Jan Nieuwenhuizen [Sat, 17 Jun 2000 14:13:50 +0000 (16:13 +0200)]
patch::: 1.3.60.jcn2: jcn1: gejat webpeets idee

1.3.60.jcn2
===========

* Did som more webpage hacking and made some make website fixes, back links
  should work again.

---
Generated by janneke@gnu.org,
>From = lilypond-1.3.60.jcn1, To = lilypond-1.3.60.jcn2

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.60.jcn2.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

23 years agopatch::: 1.3.60.jcn1
Jan Nieuwenhuizen [Sat, 17 Jun 2000 14:10:49 +0000 (16:10 +0200)]
patch::: 1.3.60.jcn1

1.3.60.jcn1
===========

* Webpage hacking

---
Generated by janneke@gnu.org,
From = lilypond-1.3.60, To = lilypond-1.3.60.jcn1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.60.jcn1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

23 years agopatch::: 1.3.60.mb1: Re: LilyPond 1.3.60
Mats Bengtsson [Fri, 16 Jun 2000 22:36:40 +0000 (00:36 +0200)]
patch::: 1.3.60.mb1: Re: LilyPond 1.3.60

1.3.60.mb1
===========

* First attempt to reintroduce support for keys with different
  accidentals in different octaves.

23 years agorelease: 1.3.60 release/1.3.60
Han-Wen Nienhuys [Fri, 16 Jun 2000 14:45:48 +0000 (16:45 +0200)]
release: 1.3.60

===========

* Removed String_identifier, and use the type system of GUILE instead.

* Fixed \key PITCH MODALITY syntax. The modality argument is now
mandatory, a rule in convert-mudela has been added.

* Cleaned up  buildscripts/ directory: removed obsolete scripts.

* Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
based on STL and should be faster than hash_table.

1.3.59.j

23 years agopatch::: 1.3.59.uu2.jcn1
Jan Nieuwenhuizen [Thu, 15 Jun 2000 17:27:41 +0000 (19:27 +0200)]
patch::: 1.3.59.uu2.jcn1

1.3.59.uu2.jcn1
===============

* Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
  in the process reduced number of protect/unprotect calls.  With
  guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
  just 10% above the 1.2 level.  Also, Lily's a bit faster.

* Fixed make diff bug in stepmake to be able to make this diff :-)

23 years agopatch::: 1.3.59.uu2
Han-Wen Nienhuys [Tue, 13 Jun 2000 18:46:43 +0000 (20:46 +0200)]
patch::: 1.3.59.uu2

1.3.59.hwn1
===========

* Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
based on STL and should be faster than hash_table.

23 years agopatch::: 1.3.59.uu1
Han-Wen Nienhuys [Tue, 13 Jun 2000 16:08:05 +0000 (18:08 +0200)]
patch::: 1.3.59.uu1

23 years agorelease: 1.3.59 release/1.3.59
Han-Wen Nienhuys [Mon, 12 Jun 2000 14:39:13 +0000 (16:39 +0200)]
release: 1.3.59

===========

* Rewrote key sig support.  Now key signature can also be controlled
by setting keySignature and localKeySignature properties, eg.

\property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1))

sets a key signature of `es ges bes' (an unusual key signature).

Keys are internally represented as transpositions of the c-major
scale. Printing the key signature for a scale is done by filtering out
all non-natural accidentals.

* Removed support for \keysignature, and \key something \minor; Newkey
is now obsolete.

1.3.58.j

23 years agopatch::: 1.3.58.jcn2
Jan Nieuwenhuizen [Sun, 11 Jun 2000 22:04:24 +0000 (00:04 +0200)]
patch::: 1.3.58.jcn2

1.3.58.jcn2
===========

* Fixed pedal items (hw)

* Changed configure option tex-tmfdir to tmf-path now accepting multiple
  tfm directories.  Automated links to cmr and amstex tfm font directories.

* Replaced one scm_assoc () u-turn slipped through jcn1

23 years agopatch::: 1.3.58.jcn1
Jan Nieuwenhuizen [Fri, 9 Jun 2000 00:23:59 +0000 (02:23 +0200)]
patch::: 1.3.58.jcn1

1.3.58.jcn1
===========

* Added `Ped' as a compound symbol font and removed silly scheme kerning.

* Replaced some scheme assoc u-turns with scm_assoc ()

* Ran po-update (mostly because of new ja contribution).

23 years agorelease: 1.3.58 release/1.3.58
Han-Wen Nienhuys [Thu, 8 Jun 2000 11:36:25 +0000 (13:36 +0200)]
release: 1.3.58

===========

* Cleaned-up scheme list to text conversion for Chord_name and
fixed horizontal kerning.

* Added examples for american (slashed o) and jazz (black triangle),
  see input/test/{american-chords.ly,jazz-chords.ly}

* Made guile-1.3.5 compile fixes

1.3.57.

23 years agopatch::: 1.3.57.jcn2
Jan Nieuwenhuizen [Wed, 7 Jun 2000 21:16:59 +0000 (23:16 +0200)]
patch::: 1.3.57.jcn2

1.3.57.jcn2
===========

* Cleaned-up scheme list to text conversion for Chord_name and
fixed horizontal kerning.

* Added examples for american (slashed o) and jazz (black triangle),
  see input/test/{american-chords.ly,jazz-chords.ly}

23 years agopatch::: 1.3.57.jcn1
Jan Nieuwenhuizen [Mon, 5 Jun 2000 14:13:17 +0000 (16:13 +0200)]
patch::: 1.3.57.jcn1

1.3.57.jcn1
===========

* Made guile-1.3.5 compile fixes

23 years agorelease: 1.3.57 release/1.3.57
Han-Wen Nienhuys [Wed, 31 May 2000 08:26:37 +0000 (10:26 +0200)]
release: 1.3.57

======

* Fixed several forgotten molecule-callbacks

* Fixed first clef in score; now F clefs are also possible.

1.3.56.

23 years agopatch::: 1.3.56.mb1: Re: LilyPond 1.3.56
Mats Bengtsson [Tue, 30 May 2000 22:16:21 +0000 (00:16 +0200)]
patch::: 1.3.56.mb1: Re: LilyPond 1.3.56

1.3.56.mb1
==========

* Updated FAQ with two useful GDB macros.

* Several fixes in the documentation.

---
Generated by (address unknown),
>From = lilypond-1.3.56, To = lilypond-1.3.56.mb1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.56.mb1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

23 years agopatch::: 1.3.56.jcn1
Jan Nieuwenhuizen [Tue, 30 May 2000 19:10:49 +0000 (21:10 +0200)]
patch::: 1.3.56.jcn1

1.3.55.jcn1
===========

* Made (dutch) po-update

23 years agorelease: 1.3.56 release/1.3.56
Han-Wen Nienhuys [Sun, 28 May 2000 22:12:41 +0000 (00:12 +0200)]
release: 1.3.56

===========

* Molecules are now generated via callbacks exclusively; most calls to
set_elt_property ("transparent) have been replaced by suicide().

1.3.54.h

23 years agopartial: 1.3.56.jcn
Jan Nieuwenhuizen [Sun, 28 May 2000 22:12:41 +0000 (00:12 +0200)]
partial: 1.3.56.jcn

===========

* Molecules are now generated via callbacks exclusively; most calls to
set_elt_property ("transparent) have been replaced by suicide().

1.3.54.h

23 years agopatch::: 1.3.55.jcn1
Jan Nieuwenhuizen [Fri, 26 May 2000 18:34:02 +0000 (20:34 +0200)]
patch::: 1.3.55.jcn1

1.3.55.jcn1
===========

* Made bugfix for Stem_tremolo

23 years agorelease: 1.3.55 release/1.3.55
Han-Wen Nienhuys [Fri, 26 May 2000 16:30:08 +0000 (18:30 +0200)]
release: 1.3.55

===========

* Experimental property collapse for most score-elements.  (notable
exceptions: Scripts, pedals). Change all Score_element constructors to
take a basic-property list. The suffix of a property list may be
shared by several score-elements, for instance all default G-clefs in
a score share the following settings

   (breakable . #t)
   (break-align-symbol . Clef_item)
   (visibility-lambda . ,begin-of-line-visible)

This should reduce memory usage further.

* Magically fixed the disappearing Lyrics problem.

* Removed used_b_ field from Score_element.

* Massive search-replace patch: store pointers and properties
separately, in preparation of property collapse.

1.3

23 years agopatch::: 1.3.54.hwn2
Han-Wen Nienhuys [Thu, 25 May 2000 23:15:04 +0000 (01:15 +0200)]
patch::: 1.3.54.hwn2

* Experimental property collapse for clef and staff-symbol.
---

Generated by hanwen@cs.uu.nl,
From = lilypond-1.3.54.hwn1, To = lilypond-1.3.54.hwn2

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.54.hwn2.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

23 years agopatch::: 1.3.54.jcn1
Jan Nieuwenhuizen [Thu, 25 May 2000 21:22:02 +0000 (23:22 +0200)]
patch::: 1.3.54.jcn1

1.3.54.jcn1
===========

* Fixed compile bug.

* Added scripts/linux-time.py: simple utility to monitor memory (and later
  maybe other) resource usage from Linux's proc fs.

---
Generated by janneke@gnu.org,
From = lilypond-1.3.54, To = lilypond-1.3.54.jcn1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.54.jcn1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

23 years agopatch::: 1.3.54.hwn1
Han-Wen Nienhuys [Thu, 25 May 2000 17:52:28 +0000 (19:52 +0200)]
patch::: 1.3.54.hwn1

1.3.1.3.54.hwn1
===========

* Massive search replace patch: store pointers and properties
separately, in preparation of property collapse.

23 years agorelease: 1.3.54 release/1.3.54
Han-Wen Nienhuys [Wed, 24 May 2000 22:20:46 +0000 (00:20 +0200)]
release: 1.3.54

==========

* Bugfix: don't crash on tuplet spanners that don't contain any notes.

* Small cleanup of Dimension_cache: removed a few redundant
fields. Slightly lower memory usage. Dimension_cache is now a `dumb'
struct again.

* Add array index to priority field of text scripts to ensure that
order is unique, and sensible.

* Added an element count statistic.

1.3

23 years agorelease: 1.3.53 release/1.3.53
Han-Wen Nienhuys [Mon, 22 May 2000 11:12:04 +0000 (13:12 +0200)]
release: 1.3.53

======
* Small cleanups in Molecule interface

* Spacing related elements perform suicide after calculating
distances.  This saves a some memory, approximately 2 to 5 % ?

* Small cleanups in line breaking: Paper_column stores springs and
rods in only one place now.  All fields relating to energy have been
removed

* Don't generate all output Scheme in memory, but evaluate to output
file immediately.  This will reduce memory usage a little.

* Use STL's map  for Dictionary template

* Substitute pointers on element properties of the root Line_of_score
as well.

* Added toplevel doc target, to support building doc with --srcdir

* Removed cygwin build stuff; updated versions at:

     http://appel.dyndns.org/lilypond/gnu-windows/cross

* Fixed lily.scm to handle incipits (thanks, Mats)

1.3

23 years agopatch::: 1.3.52.jcn1
Jan Nieuwenhuizen [Sat, 20 May 2000 12:59:53 +0000 (14:59 +0200)]
patch::: 1.3.52.jcn1

1.3.52.jcn1
===========

* Added toplevel doc target, to support building doc with --srcdir

* Removed cygwin build stuff; updated versions at:

      http://appel.dyndns.org/lilypond/gnu-windows/cross

1.3.52
======

23 years agorelease: 1.3.52 release/1.3.52
Han-Wen Nienhuys [Thu, 18 May 2000 14:59:36 +0000 (16:59 +0200)]
release: 1.3.52

======

* Item cleanups.  Copying items and rearranging pointers are done in
separate passes, which makes the code cleaner. This fixes a problem
with some items not disappearing from hara-kiri staffs.

* Use Scheme for Key_item data members.

* Don't use regex in chord-names.scm under windows; hybrid chordnames
user+calculated will be partly broken.

1.3

23 years agorelease: 1.3.51 release/1.3.51
Han-Wen Nienhuys [Tue, 16 May 2000 09:02:27 +0000 (11:02 +0200)]
release: 1.3.51

======

* Item cleanups.  Copying items and rearranging pointers are done in
separate passes, which makes the code cleaner. This fixes a problem
with some items not disappearing from hara-kiri staffs.

* Use Scheme for Key_item data members.

* Don't use regex in chord-names.scm under windows; hybrid chordnames
  user+calculated will be partly broken.

1.3

24 years agopatch::: 1.3.50.jcn1
Jan Nieuwenhuizen [Fri, 12 May 2000 17:20:20 +0000 (19:20 +0200)]
patch::: 1.3.50.jcn1

1.3.50.jcn1
===========

* Don't use regex in chord-names.scm under windows; hybrid chordnames
  user+calculated will be partly broken.

24 years agorelease: 1.3.50 release/1.3.50
Han-Wen Nienhuys [Fri, 12 May 2000 14:00:04 +0000 (16:00 +0200)]
release: 1.3.50

===========

* Junked Shift_tuple from collision; Now it uses SCM.

* Bugfix of documentation and test-file of tuplet.

* Bugfix type string of repeated music is copied. This fixes declared
tremolos.

* Junked various cruft from lily.scm

* Use interfaces symbols instead of C++ class-name for assigning generic
element properties.

* Junked Dictionary from Piano_pedal_engraver and
Piano_pedal_performer.

* Introduced boolean element property no-spacing-rods: ignore this
item for hard constraints.

* Bugfix: added sanitised TeX fragment in faq.texi

* Bugfix: merge equal Bar_reqs

1.3.48.

24 years agopatch::: 1.3.49.hwn1: deze dus
Han-Wen Nienhuys [Thu, 11 May 2000 20:10:56 +0000 (22:10 +0200)]
patch::: 1.3.49.hwn1: deze dus

1.3.49.hwn1
===========

* Junked Dictionary from Piano_pedal_engraver and
Piano_pedal_performer.  Marked kerning as TODO.

* Introduced boolean element property no-spacing-rods: ignore this
item for hard constraints.

---
Generated by hanwen@cs.uu.nl,
>From = lilypond-1.3.49, To = lilypond-1.3.49.hwn1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.49.hwn1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.49.jcn1
Jan Nieuwenhuizen [Thu, 11 May 2000 17:01:14 +0000 (19:01 +0200)]
patch::: 1.3.49.jcn1

1.3.49.jcn1
==========

* Made silly faq.texi fixes (time to get my verbatim patch in :-)

24 years agorelease: 1.3.49 release/1.3.49
Han-Wen Nienhuys [Thu, 11 May 2000 14:31:37 +0000 (16:31 +0200)]
release: 1.3.49

==========

* Small fixes for \cresc and \endcresc

* Release properties of unbroken spanners & items after doing
handle_broken_smobs (); should conserve a little memory.

* Fixed handling of orphaned score-elements. Any element that does
not have its Line_of_score as a ancestor in both directions, is silently
removed from the output.  This guarantees that programming errors
don't result in coredumps from Dimension_cache::common_refpoint ():
element->line_l () is always a common reference point.

* Bugfix: set visibility-lambda of clef and octavation-8 explicitly
for default case.  Now the octavation 8 is not printed at every
barline.

1.3.48.

24 years agopatch::: 1.3.48.mb1
Mats Bengtsson [Wed, 10 May 2000 19:46:32 +0000 (21:46 +0200)]
patch::: 1.3.48.mb1

1.3.48.mb1
===========

* Changed noteHeadStyle properties to symbols, for example
  \property Voice.noteHeadStyle = #'cross

---
Generated by (address unknown),
From = lilypond-1.3.48, To = lilypond-1.3.48.mb1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.48.mb1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.48.jcn1
Jan Nieuwenhuizen [Mon, 8 May 2000 19:23:58 +0000 (21:23 +0200)]
patch::: 1.3.48.jcn1

1.3.47.jcn3
===========

* Rewrite of chord-name production in scheme.  There are two major styles
  now, banter and american.  To get american style, use

      \property ChordNames.chordNameStyle = "american"

  Most anything should be possible now.  See input/test/american-chords.ly

* Added isinf check to configure.in, and isinf macro from guile to
  bezier.cc; solaris has no isinf ().

* Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
  perfect now.

* Added output property to regression test.

* Fixed warning of creating existing outdir.

* Added `Mark' interface to text-items that are marks (thanks, HW).

1.3.46.jcn2
===========

24 years agorelease: 1.3.48 release/1.3.48
Han-Wen Nienhuys [Mon, 8 May 2000 08:48:49 +0000 (10:48 +0200)]
release: 1.3.48

===========

* Corrected glossary.tely

* Corrected \mark font handling. feta-nummer font only of the
  string is all numeric.

* Implemented noteHeadStyle lookup in Guile. Reintroduced the style
  "harmonic" and added "baroque" (normal note shapes except for
  brevis and longa which are square).

1.3.47.

24 years agopatch::: 1.3.47.jcn3
Jan Nieuwenhuizen [Mon, 8 May 2000 19:10:30 +0000 (21:10 +0200)]
patch::: 1.3.47.jcn3

1.3.47.jcn3
---
Generated by janneke@gnu.org,
From = lilypond-1.3.47.jcn2, To = lilypond-1.3.47.jcn3

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.47.jcn3.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.47.mb3
Mats Bengtsson [Tue, 2 May 2000 20:33:19 +0000 (22:33 +0200)]
patch::: 1.3.47.mb3

24 years agopatch::: 1.3.47.mb2
Mats Bengtsson [Mon, 1 May 2000 17:14:05 +0000 (19:14 +0200)]
patch::: 1.3.47.mb2

1.3.47.mb2
===========

* Corrected glossary.tely

* Corrected \mark font handling. feta-nummer font only of the
  string is all numeric.

* Implemented noteHeadStyle lookup in Guile. Reintroduced the style
  "harmonic" and added "baroque" (normal note shapes except for
  brevis and longa which are square).

24 years agopatch::: 1.3.47.mb1
Mats Bengtsson [Sun, 30 Apr 2000 16:06:58 +0000 (18:06 +0200)]
patch::: 1.3.47.mb1

1.3.47.mb1
===========

* Simplified ly2dvi using the power of the geometry package.

* Improved heuristic size calculation of TeX macros. Handles e.g.
  "\\u{a}", "\\"{o}" and "\\^{u}" correctly.

24 years agorelease: 1.3.47 release/1.3.47
Han-Wen Nienhuys [Wed, 26 Apr 2000 22:12:25 +0000 (00:12 +0200)]
release: 1.3.47

===========

* Drastically reduced vertical space used by headers/footers, when using
  ly2dvi.  See input/test/fill-a4.ly.

* Fixed bug with colons appearing on repeat span-bars.

* Added Bar_number_engraver to standard Score context

* Construct octavation scripts in the clef-engraver; this fixes the
hara + clef8 problem

1.3

23 years agopatch::: 1.3.46.jcn1
Jan Nieuwenhuizen [Tue, 20 Mar 2001 19:00:00 +0000 (20:00 +0100)]
patch::: 1.3.46.jcn1

1.3.46.jcn1
===========

* Website build fixes.

---
Generated by janneke@gnu.org,
From = lilypond-1.3.46, To = lilypond-1.3.46.jcn1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.46.jcn1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.46.jcn2: Eindelijk
Jan Nieuwenhuizen [Tue, 25 Apr 2000 21:32:12 +0000 (23:32 +0200)]
patch::: 1.3.46.jcn2: Eindelijk

1.3.46.jcn2
===========

* Drastically reduced vertical space used by headers/footers, when using
  ly2dvi.  See input/test/fill-a4.ly.

24 years agopatch::: 1.3.46.jcn1: jcn1
Jan Nieuwenhuizen [Mon, 24 Apr 2000 21:56:11 +0000 (23:56 +0200)]
patch::: 1.3.46.jcn1: jcn1

24 years agorelease: 1.3.46 release/1.3.46
Han-Wen Nienhuys [Mon, 17 Apr 2000 11:20:52 +0000 (13:20 +0200)]
release: 1.3.46

======

1.3.45.j

24 years agopatch::: 1.3.45.jcn2
Jan Nieuwenhuizen [Sun, 16 Apr 2000 19:21:37 +0000 (21:21 +0200)]
patch::: 1.3.45.jcn2

1.3.45.jcn2

* Fixed chord-name customisation and made small chord-name build fixes.

24 years agopatch::: 1.3.45.jcn1
Jan Nieuwenhuizen [Fri, 14 Apr 2000 10:48:56 +0000 (12:48 +0200)]
patch::: 1.3.45.jcn1

1.3.45.jcn1
===========

* Accidentals with chord-names smaller and as superscript.

* Do some extra footify (works only once) while making html docs.
  When I do

     make out=www -C Documentation/out-www/regression-test.html

  I expect a footified and white-backgrounded .html.

24 years agorelease: 1.3.45 release/1.3.45
Han-Wen Nienhuys [Thu, 13 Apr 2000 19:23:54 +0000 (21:23 +0200)]
release: 1.3.45

===========

* Implemented una-chorda and sostenuto piano pedals in performer and engraver.

* Added Properties textScriptWordSpace and chordNameWordSpace.

* Junked old lyrics in star-spangled-banner.

1.3.44.j

24 years agopatch::: 1.3.44.jcn2
Jan Nieuwenhuizen [Thu, 13 Apr 2000 13:44:31 +0000 (15:44 +0200)]
patch::: 1.3.44.jcn2

1.3.44.jcn2
===========

* Implemented una-chorda and sostenuto piano pedals in performer and engraver.

* Added Properties textScriptWordSpace and chordNameWordSpace.

* Junked old lyrics in star-spangled-banner.

24 years agopatch::: 1.3.44.jcn1
Jan Nieuwenhuizen [Wed, 12 Apr 2000 16:57:43 +0000 (18:57 +0200)]
patch::: 1.3.44.jcn1

1.3.44.jcn1
===========

* Added a Piano_pedal_engraver.

* Removed some empty files.

* Created piano pedal symbols: * - . P e d.

* Fixed ps-to-pfa.py to handle multiple unfills.

* Moved accordion symbols out of feta-script to end of font.

* Bugfix: don't create tfm's, pfa's etc of feta-test fonts.

* Fixed blot_diameter for small resolutions.

1.3.43
======

24 years agorelease: 1.3.44 release/1.3.44
Han-Wen Nienhuys [Wed, 12 Apr 2000 11:36:06 +0000 (13:36 +0200)]
release: 1.3.44

===========

* Put global element list into Line_of_score, instead of
Paper_score. post processing (the stage after line breaking) is now
truly done per-system, and we got rid of an ugly hack to get font
handling OK.

* Bugfix: set the group-interface of System_start_delimiter.

* Cleanups of Break_algorithm and derived classes, Move
broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_

* Bugfix for accordion symbols.

* Various patches to prevent crashing when do_brew_molecule gets
called before after_line_breaking (). This was a problem in Spanner
classes mostly.

1.3

24 years agopatch::: 1.3.43.jcn1
Jan Nieuwenhuizen [Wed, 12 Apr 2000 15:11:38 +0000 (17:11 +0200)]
patch::: 1.3.43.jcn1

1.3.43.jcn1
===========

* Added a Piano_pedal_engraver.

* Removed some empty files.

* Created piano pedal symbols: * - . P e d.

* Fixed ps-to-pfa.py to handle multiple unfills.

* Moved accordion symbols out of feta-script to end of font.

* Bugfix: don't create tfm's, pfa's etc of feta-test fonts.

* Fixed blot_diameter for small resolutions.

24 years agorelease: 1.3.43 release/1.3.43
Han-Wen Nienhuys [Mon, 10 Apr 2000 09:25:45 +0000 (11:25 +0200)]
release: 1.3.43

======

1.3.42.j

24 years agopatch::: 1.3.42.jcn3
Jan Nieuwenhuizen [Sun, 9 Apr 2000 19:59:31 +0000 (21:59 +0200)]
patch::: 1.3.42.jcn3

1.3.42.jcn3
===========

* Made a quick try at piano pedal performer, damper pedal only.

---
Generated by janneke@gnu.org,
From = lilypond-1.3.42.jcn2, To = lilypond-1.3.42.jcn3

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.42.jcn3.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.42.jbr1
Jeffrey B. Reed [Sun, 9 Apr 2000 08:06:47 +0000 (10:06 +0200)]
patch::: 1.3.42.jbr1

1.3.42.jbr1
===========
---
Generated by daboys@austin.rr.com,
From = lilypond-1.3.42, To = lilypond-1.3.42.jbr1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.42.jbr1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.42.jcn2
Jan Nieuwenhuizen [Wed, 5 Apr 2000 09:58:51 +0000 (11:58 +0200)]
patch::: 1.3.42.jcn2

1.3.42.jcn2
===========

* mf/feta-accordion.mf: Fixed strange turning paths.

* mf/feta-beugel.mf: Fixed infinity errors.

* Use a more discriptive name for windows setup.zip.

* mf/GNUmakefile: Have logs as last target, so that normally, they're
not made twice.

* stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
The logs are a target, removing them retriggers make.

* stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
files, ie the ones that clutter the source directory, not the target logs.

24 years agopatch::: 1.3.42.jcn1
Jan Nieuwenhuizen [Mon, 3 Apr 2000 20:01:41 +0000 (22:01 +0200)]
patch::: 1.3.42.jcn1

1.3.42.jcn1
===========

* Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
standalone; ie, no need for Cygnus' usertools anymore.

* break-align-engraver.cc (acknowledge_element): Added missing axes
property to edge element.

24 years agorelease: 1.3.42 release/1.3.42
Han-Wen Nienhuys [Mon, 3 Apr 2000 08:19:38 +0000 (10:19 +0200)]
release: 1.3.42

===========

* Lots of fixes to windows distribution scripts.

* Added configuration features --program-prefix, --program suffix.

* lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
This fixes inversions c/g and bass additions d/+c on chords.

1.3.41.

24 years agopatch::: 1.3.41.jcn4
Jan Nieuwenhuizen [Mon, 3 Apr 2000 08:06:40 +0000 (10:06 +0200)]
patch::: 1.3.41.jcn4

1.3.41.jcn4
===========

* Windows distribution does not longer require Cygnus' usertools.

---
Generated by janneke@gnu.org,
From = lilypond-1.3.41.jcn3, To = lilypond-1.3.41.jcn4

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.41.jcn4.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.41.mb1: Patch and copyright placement?
Mats Bengtsson [Sat, 1 Apr 2000 18:50:35 +0000 (20:50 +0200)]
patch::: 1.3.41.mb1: Patch and copyright placement?

1.3.41.mb1

* Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
  lines.

---
Generated by (address unknown),
>From = lilypond-1.3.41, To = lilypond-1.3.41.mb1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.41.mb1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.41.jcn3
Jan Nieuwenhuizen [Sat, 1 Apr 2000 14:51:17 +0000 (16:51 +0200)]
patch::: 1.3.41.jcn3

1.3.41.jcn3
===========

* chord.cc (to_chord): Forgot to remove early chord bugfix, introducing
a new bug.

---
Generated by janneke@gnu.org,
From = lilypond-1.3.41.jcn2, To = lilypond-1.3.41.jcn3

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.41.jcn3.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.41.jcn2
Jan Nieuwenhuizen [Sat, 1 Apr 2000 11:09:18 +0000 (13:09 +0200)]
patch::: 1.3.41.jcn2

1.3.41.jcn2
===========

* Lots of fixes to windows distribution scripts.

* Added configuration features --program-prefix, --program suffix.

* lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
This fixes inversions c/g and bass additions d/+c on chords.

---
Generated by janneke@gnu.org,
From = lilypond-1.3.41.jcn1, To = lilypond-1.3.41.jcn2

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.41.jcn2.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.41.mwd1: Repeat bar questions and patches
Michael Welsh Duggan [Fri, 31 Mar 2000 06:24:07 +0000 (01:24 -0500)]
patch::: 1.3.41.mwd1: Repeat bar questions and patches

1.3.41.mwd1
===========

* Fixed extra dots on repeat span-bars.

* Changed the look of :|: repeat bars.

---
Generated by Michael Welsh Duggan <md5i@cs.cmu.edu>,
>From = lilypond-1.3.41, To = lilypond-1.3.41.mwd1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.41.mwd1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.41.jcn1
Jan Nieuwenhuizen [Thu, 30 Mar 2000 15:50:26 +0000 (17:50 +0200)]
patch::: 1.3.41.jcn1

1.3.41.jcn1
===========

* More windows distribution changes: distribute minimal .zip too, and
fixes to setup scripts.

24 years agorelease: 1.3.41 release/1.3.41
Han-Wen Nienhuys [Thu, 30 Mar 2000 09:05:01 +0000 (11:05 +0200)]
release: 1.3.41

===========

* mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.

* input/test: Removed stale AutoStaffSwitch examples.

* mutopia/E.Saite: Fixed gnossiene-4, doing \autochange.  Removed
stale copy of gnossiene-4.

* buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.

* make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
for cross-building to Cygwin.

* buildscripts/make-cygwin-cross.sh: Now using rpm packages.

1.3.40.h

24 years agopatch::: 1.3.40.jcn4
Jan Nieuwenhuizen [Thu, 30 Mar 2000 10:34:49 +0000 (12:34 +0200)]
patch::: 1.3.40.jcn4

1.3.40.jcn4
===========

* More windows distribution changes:

24 years agopatch::: 1.3.40.jcn3
Jan Nieuwenhuizen [Wed, 29 Mar 2000 21:03:26 +0000 (23:03 +0200)]
patch::: 1.3.40.jcn3

1.3.40.jcn3
===========

* mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.

* input/test: Removed stale AutoStaffSwitch examples.

* mutopia/E.Saite: Fixed gnossiene-4, doing \autochange.  Removed stale
copy of gnossiene-4.

24 years agopatch::: 1.3.40.jcn2
Jan Nieuwenhuizen [Wed, 29 Mar 2000 16:49:35 +0000 (18:49 +0200)]
patch::: 1.3.40.jcn2

1.3.40.jcn2
===========

* buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.

* make/lilypond.spec.in: Made some bugfixes for _prefix.

24 years agopatch::: 1.3.40.jcn1
Jan Nieuwenhuizen [Wed, 29 Mar 2000 08:36:33 +0000 (10:36 +0200)]
patch::: 1.3.40.jcn1

1.3.40.jcn1
===========

* make/lilypond.spec.in: Preparations for cross-building to Cygwin.

* buildscripts/make-cygwin-cross.sh: Now using rpm packages.

24 years agorelease: 1.3.40 release/1.3.40
Han-Wen Nienhuys [Tue, 28 Mar 2000 10:20:35 +0000 (12:20 +0200)]
release: 1.3.40

===========

* buildscripts/mf-to-table.py: feta dep files are now opened with write
  binary option.  This avoids carriage return linefeed problems and
  windows while not affecting unix.

* Documentation/hacking.texi: Fixed a texinfo syntax error

* stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
  directory paths.

* Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.

1.3.39.h

24 years agopatch::: 1.3.39.jcn3
Jan Nieuwenhuizen [Mon, 27 Mar 2000 23:50:52 +0000 (01:50 +0200)]
patch::: 1.3.39.jcn3

1.3.39.jcn3
===========

* buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).

* scm/lily.scm: Fixed check for Windows: by default don't use scm regex.

---
Generated by janneke@gnu.org,
From = lilypond-1.3.39.jcn2, To = lilypond-1.3.39.jcn3

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.39.jcn3.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.39.jcn2
Jan Nieuwenhuizen [Mon, 27 Mar 2000 14:27:33 +0000 (16:27 +0200)]
patch::: 1.3.39.jcn2

1.3.39.jcn2
===========

* Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
  patch for guile.

* buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
which should fix Windows problems with guile.  Also added input directory
to zip file.

* stepmake/aclocal.m4: Added decent checking for version of guile, and
  fixed warning message.
---
Generated by janneke@gnu.org,
From = lilypond-1.3.39.jcn1, To = lilypond-1.3.39.jcn2

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.39.jcn2.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.39.jbr1
Jeffrey B. Reed [Sun, 26 Mar 2000 13:36:41 +0000 (15:36 +0200)]
patch::: 1.3.39.jbr1

1.3.39.jbr1
===========

* buildscripts/mf-to-table.py: feta dep files are now opened with write
  binary option.  This avoids carriage return linefeed problems and
  windows while not affecting unix.

* Documentation/hacking.texi: Fixed a texinfo syntax error

* stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
  directory paths.

* Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.

---
Generated by daboys@austin.rr.com,
From = lilypond-1.3.39, To = lilypond-1.3.39.jbr1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.39.jbr1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

24 years agopatch::: 1.3.39.jcn1
Jan Nieuwenhuizen [Fri, 24 Mar 2000 16:40:59 +0000 (17:40 +0100)]
patch::: 1.3.39.jcn1

2000-03-24    <janneke@gnu.org>

* lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
chord-modifier table (not in the pitch list).

24 years agorelease: 1.3.39 release/1.3.39
Han-Wen Nienhuys [Fri, 24 Mar 2000 14:51:45 +0000 (15:51 +0100)]
release: 1.3.39

===========

* General cleanups of My_lily_parser.

* Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
syntax.

* Moved Score_element::do_space_processing out of the dependency
mechanism.

* Use Scheme for notename tables.  Removed uppercase letters for low
octave notes. Removed Notename_table.

* Fixed core dump with declared "\key  ; "

* Extra robustness warning for Side_position_interface::aligned_on_self ()

* Extra robustness: make sure that first and last columns are breakable.

1.3.38.j

24 years agopatch::: 1.3.38.jcn4
Jan Nieuwenhuizen [Fri, 24 Mar 2000 10:13:07 +0000 (11:13 +0100)]
patch::: 1.3.38.jcn4

1.3.38.jcn4
===========

* stepmake/aclocal.m4: Added support for cross-compiling with guile.

24 years agopatch::: 1.3.38.jcn3
Jan Nieuwenhuizen [Fri, 24 Mar 2000 00:52:48 +0000 (01:52 +0100)]
patch::: 1.3.38.jcn3

1.3.38.jcn3
===========

* CHANGES: when I'm in add-changelog-entry mode, which we seem to
do now(?), I can't seem to get rid of the left margin (well,
either that, or I can't fill-paragraph).

* buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
 dependency by using mingw.  Compiling guile is too much to ask
 for mingw, though.  Also:
 - rename python scripts .py (request from Alain)
 - install native packages under their own, separate root. (Alain)

* lily.scm: Don't use regex module when running on
Windows. (Shamus)

* lily/staff-margin-engraver.cc (acknowledge_element): If
possible, hang y-axis of margin script to span-bar.  This fixes
vertical placement of margin scripts attached to staff groups.

* help2man-rules.make: Fixes for generating manpages by copying
and for building using --scrdir.

* stepmake/stepmake/generic-targets.make: Preserve date stamp of
config.h, version.hh files file when copying.

24 years agopatch::: 1.3.38.jcn2
Jan Nieuwenhuizen [Thu, 23 Mar 2000 07:52:37 +0000 (08:52 +0100)]
patch::: 1.3.38.jcn2

1.3.38.jcn2
===========

* buildscripts/make-cygwin-cross.sh: made number of fixes:
- add `Cygnus/' prefix to directories in .zip-file too.
- package guile too.
- don't link to cygwin1.dll

24 years agopatch::: 1.3.38.jcn1
Jan Nieuwenhuizen [Wed, 22 Mar 2000 15:20:45 +0000 (16:20 +0100)]
patch::: 1.3.38.jcn1

1.3.38.jcn1
===========

* stepmake/stepmake/generic-targets.make: added man target.

* buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
  development tools and lilypond executable.

* Documentation/ntweb/lilypond-manpages.patch: provide pre-built manpages.

* Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
  guile-1.3.4.

* flower/libc-extension.cc (memmem): cygwin compile fix.

24 years agorelease: 1.3.38 release/1.3.38
Han-Wen Nienhuys [Wed, 22 Mar 2000 12:00:56 +0000 (13:00 +0100)]
release: 1.3.38

======

1.3.37.h

24 years agopatch::: 1.3.37.jcn2
Jan Nieuwenhuizen [Wed, 22 Mar 2000 10:16:03 +0000 (11:16 +0100)]
patch::: 1.3.37.jcn2

1.3.37.jcn2
===========

* Fixed srcdir build, so that you can do:

      tar xzf releases/lilypond-x.y.z
      mkdir <build>
      cd <build>
      ../lilypond-x.y.z/configure
      make

  as with any other gnu package.  All build output goes to <build>/out.

* Changed and fixed use of different configurations, and different output
  directories.  Finally, you can use different configurations alongside
  eachother.  From make/stepmake.make:

      # Use alternate configurations alongside eachother:
      #
      #     ./configure --enable-configsuffix=debug
      #     make conf=debug
      #
      # uses config-debug.make and config-debug.h; output goes to out-debug.
      #

      # Use same configuration, but different output directory:
      #
      #     make out=WWW
      #
      # uses config.make and config.h; output goes to out-WWW.
      #

24 years agopatch::: 1.3.37.jcn1
Jan Nieuwenhuizen [Tue, 21 Mar 2000 12:13:46 +0000 (13:13 +0100)]
patch::: 1.3.37.jcn1

1.3.37.jcn1
===========

* Fixed performance of (de)crescendi.

* Better documentation for arithmetic_multiplier and arithmetic_basicspace
  in params.ly.

* Added instrument-equaliser for MIDI output, see scm/midi.scm, and
  properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].

* Changed absolute midi volume settings into factor of full scale.

* Fixed another dynamic-line-spanner bug, it gets hairy.

* Added warning for spanners that are not fully contained in parent spanner.

24 years agorelease: 1.3.37 release/1.3.37
Han-Wen Nienhuys [Mon, 20 Mar 2000 12:53:27 +0000 (13:53 +0100)]
release: 1.3.37

===========

* Abstract Align_element into Align_interface. Removed
Axis_align_{item,spanner}, Align_element, Super_element, all multiple
inheritance in the backend.

* new Gade score, INSTALL.texi fixes (thanks, Mats)

* Removed Item::hpos_f (), Score_element::{get,set}_real ()

* comments detailing properties for Axis_group_interface,
Side_position_interface, Score_element, Item and Spanner

1.3.36.j

24 years agopatch::: 1.3.36.jcn4
Jan Nieuwenhuizen [Mon, 20 Mar 2000 15:38:17 +0000 (16:38 +0100)]
patch::: 1.3.36.jcn4

1.3.36.jcn4
===========

* Added instrument-equaliser for MIDI output, see scm/midi.scm, and
  properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].

* Changed absolute midi volume settings into factor of full scale.

* Fixed another dynamic-line-spanner bug, it gets hairy.

* Added warning for spanners with dubiously narrow parents.

24 years agopatch::: 1.3.36.jcn3
Jan Nieuwenhuizen [Mon, 20 Mar 2000 11:03:46 +0000 (12:03 +0100)]
patch::: 1.3.36.jcn3

1.3.36.jcn3
===========

* Fixed vertical dimensions of elements in dynamic line spanner by adding
  axis-group to dynamic line spanner.

* Bugfix: line-spanner lasts always full duration of (de)crescendi.

24 years agopatch::: 1.3.36.jcn2
Jan Nieuwenhuizen [Mon, 20 Mar 2000 08:51:49 +0000 (09:51 +0100)]
patch::: 1.3.36.jcn2

1.3.36.jcn2
===========

* Bugfix: broken (de)crescendi on a dynamic-line-spanner.

* Bugfix: compilation dynamic-engraver.

24 years agopatch::: 1.3.36.jcn1
Jan Nieuwenhuizen [Sun, 19 Mar 2000 23:56:58 +0000 (00:56 +0100)]
patch::: 1.3.36.jcn1

1.3.36.jcn1
===========

* Added and updated a faq about postscript and ghostscript.

* Fixed order of slurVerticalDirection verticalDirection in
  generic-property.scm.  Similar fixes for Stem, Tie, etc.

* Added a Text_engraver to GraceContext.  Maybe it was removed on
  purpose: scripst on grace notes seem broken, they appear on the
  main note.

* Bugfix: volume effect of (de)crescendi was sometimes wrong way round.

24 years agorelease: 1.3.36 release/1.3.36
Han-Wen Nienhuys [Fri, 17 Mar 2000 10:59:49 +0000 (11:59 +0100)]
release: 1.3.36

===========

* textEmptyDimension changed into textNonEmpty, default: off,
ie. texts don't occupy space.

* Use STL map for Lookup::lookup_p_tab_p_

* Abstracted Axis_group_element into Axis_group_interface, and removed
Axis_group_element. This eliminates some multiple inheritance in the
backend

1.3.35.j

24 years agopatch::: 1.3.35.jcn1
Jan Nieuwenhuizen [Thu, 16 Mar 2000 23:31:19 +0000 (00:31 +0100)]
patch::: 1.3.35.jcn1

1.3.35.jcn1
===========

* Added minimum-space property to Side_position_interface.  Used in
  positioning of Volta_spanner: voltaMinimumSpace.

* Fixed and cleaned-up volta-spanner.

* Moved directional-element.cc -> directional-element-interface.cc

* Renamed all `process_requests' to `process_music', which fixes
  midi performance.

* Fixed dimensions (more x-y interchanges) of brace, bracket and
  volta-spanner.

* Bit half-baken fix in to get similar vertical placement of orphaned vs.
  line-spanned dynamic elements.

* Added property bracketCollapseHeight: the minimal size of a staff bracket
  that will be typeset.  Smaller brackets will not be displayed.  This
  fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).

* Removed some dissonant chords from Coriolan

24 years agorelease: 1.3.35 release/1.3.35
Han-Wen Nienhuys [Thu, 16 Mar 2000 16:33:09 +0000 (17:33 +0100)]
release: 1.3.35

======

* Removed Documentation/programmer directory

1.3.34.j

24 years agopatch::: 1.3.34.jcn3
Jan Nieuwenhuizen [Thu, 16 Mar 2000 12:30:41 +0000 (13:30 +0100)]
patch::: 1.3.34.jcn3

1.3.34.jcn3
===========

* Small enhancements to Staff_margin_engraver:
   - by default, the marginScript left aligns the text
   - to set the text style, use property marginScriptTextStyle
   - to change the alignment, use property marginScriptHorizontalAlignment
     (centred and right alignment require manual padding settings).

24 years agopatch::: 1.3.34.jcn2
Jan Nieuwenhuizen [Wed, 15 Mar 2000 22:39:43 +0000 (23:39 +0100)]
patch::: 1.3.34.jcn2

1.3.34.jcn2
===========

* Print a friendly message if the manual pages failed to build.

* Bugfix: dynamicDirection now overrides verticalDirection setting.

* Warning messages and nl.po

24 years agopatch::: 1.3.34.jcn1
Jan Nieuwenhuizen [Wed, 15 Mar 2000 15:45:18 +0000 (16:45 +0100)]
patch::: 1.3.34.jcn1

1.3.34.jcn1
===========

* Fixed vertical alignment for all dynamic items and (reluctantly)
  reinstated old directional behaviour for orphaned dynamics.

* Finished maximumRestCount property.

24 years agorelease: 1.3.34 release/1.3.34
Han-Wen Nienhuys [Wed, 15 Mar 2000 13:08:34 +0000 (14:08 +0100)]
release: 1.3.34

======
1.3.33.h

24 years agopatch::: 1.3.33.jcn3
Jan Nieuwenhuizen [Wed, 15 Mar 2000 11:25:58 +0000 (12:25 +0100)]
patch::: 1.3.33.jcn3

1.3.33.jcn3
===========

* Added helpful properties instrumentScriptPadding/instrScriptPadding for
  Staff_margin_engraver.

* Removed some empty files, substituted (c) 1999 occurrences.

* Added \property maximumRestCount.  It will prevent showing (or actually:
  moving in case of a collision) more than maximumRestCount similar rests.
  WIP!