]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 6 Jan 2003 00:15:54 +0000 (00:15 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 6 Jan 2003 00:15:54 +0000 (00:15 +0000)
ChangeLog
VERSION
input/regression/chord-name-styles.ly
lily/fingering-engraver.cc

index ec500175216ed6b4a3f76f82ba4432ff5626cc64..2465cf07f478d2da61d5f2dc498021bf1459dc42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * VERSION: released 1.7.10
+
        * scripts/musedata2ly.py (): idem
 
        * scripts/midi2ly.py (dump_chord): idem
diff --git a/VERSION b/VERSION
index 14717bb7ef36f6f4f8541ac2a0e6ae31a1410e83..3be46ce93a6decf1142092bccebaf9e196da68ec 100644 (file)
--- 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
index 8e9b4e5fa3f0472a556df087e5c59be5f83489e4..63ed44f19ced99665bb9f97466a5da20be46a382 100644 (file)
@@ -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 {
index 40044e0066165e6bf3f516a58dbae34e01cd9157..6cc7696326e965cb8eb91574b425c65051009c2c 100644 (file)
@@ -150,5 +150,5 @@ ENTER_DESCRIPTION(Fingering_engraver,
 /* creats*/       "Fingering",
 /* accepts */     "fingering-event",
 /* acks  */      "rhythmic-head-interface stem-interface",
-/* reads */       "fingersHorizontal",
+/* reads */       "",
 /* write */       "");