From 8a4e6cb87b7675f80448762c8d6765be537ad850 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 6 Jan 2003 00:15:54 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 2 ++ VERSION | 2 +- input/regression/chord-name-styles.ly | 5 +++++ lily/fingering-engraver.cc | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec50017521..2465cf07f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -128,6 +128,8 @@ 2002-12-24 Han-Wen Nienhuys + * VERSION: released 1.7.10 + * scripts/musedata2ly.py (): idem * scripts/midi2ly.py (dump_chord): idem diff --git a/VERSION b/VERSION index 14717bb7ef..3be46ce93a 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=7 -PATCH_LEVEL=10 +PATCH_LEVEL=11 MY_PATCH_LEVEL= # Use the above to send patches: MY_PATCH_LEVEL is always empty for a diff --git a/input/regression/chord-name-styles.ly b/input/regression/chord-name-styles.ly index 8e9b4e5fa3..63ed44f19c 100644 --- a/input/regression/chord-name-styles.ly +++ b/input/regression/chord-name-styles.ly @@ -25,6 +25,10 @@ scheme = \chords { c:7 % 7 = dominant c:7.5+ % +7 = augmented dominant c:7.5- % 7b5 = hard diminished dominant + c:7+.5- % + c:7+.5+ % + + % ninth chords c:9 % 7(9) c:9- % 7(b9) c:9+ % 7(#9) @@ -53,6 +57,7 @@ scheme = \chords { c:2^3 c:2.7^3 c:4^5.3 + } \score { diff --git a/lily/fingering-engraver.cc b/lily/fingering-engraver.cc index 40044e0066..6cc7696326 100644 --- a/lily/fingering-engraver.cc +++ b/lily/fingering-engraver.cc @@ -150,5 +150,5 @@ ENTER_DESCRIPTION(Fingering_engraver, /* creats*/ "Fingering", /* accepts */ "fingering-event", /* acks */ "rhythmic-head-interface stem-interface", -/* reads */ "fingersHorizontal", +/* reads */ "", /* write */ ""); -- 2.39.2