diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2002-08-11 21:10:17 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2002-08-11 21:10:17 +0000 |
commit | be9d398d705ecf2308e10864e37c6f1315c78ec9 (patch) | |
tree | 9b273c34553079e55d9c4dea1ee92ac12b7961ef /input/GNUmakefile | |
parent | 5047559815e59d5892341003cbf6da949857a4c1 (diff) |
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
as index; this fixes too short forced stem directions.
(calc_stem_info): various minute bugfixes.
* lily/gourlay-breaking.cc (combine_demerits): set uniform
tightness constraint back to one. This fixes Baerenreiter
sarabande layout.
* lily/stem.cc (calc_stem_info): Use get_direction_beam_count.
* lily/beam.cc (get_direction_beam_count): New function.
* GNUmakefile.in: Fix config.h dependency.
* input/regression/tuplet-properties.ly:
* input/regression/tuplet-nest.ly: Fix.
Diffstat (limited to 'input/GNUmakefile')
-rw-r--r-- | input/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/GNUmakefile b/input/GNUmakefile index f2b0a2bb16..6931442c2b 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -1,6 +1,6 @@ depth = .. -SUBDIRS=bugs test regression tutorial no-notation ascii-art template mutopia +SUBDIRS=test regression tutorial no-notation ascii-art template mutopia # nereides is tweaked a lot, can't do (read webpage) examples=trip star-spangled-banner paddy twinkle font20 |