]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.32
authorfred <fred>
Wed, 27 Mar 2002 02:05:31 +0000 (02:05 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:05:31 +0000 (02:05 +0000)
VERSION
lily/completion-note-heads-engraver.cc

diff --git a/VERSION b/VERSION
index 72be86c85d6c3dc49a668609eec5f845fbc7928b..96a12a2f842e8b2ac38e6578305ecb297e141b8f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=5
-PATCH_LEVEL=31
+PATCH_LEVEL=32
 MY_PATCH_LEVEL=
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
index 23748de4ac0c48ae33d9eabbedcadbeb33f4fa5c..8c7db7b92cf25bf39494265ffe6517b5e18362be 100644 (file)
@@ -233,15 +233,6 @@ Completion_heads_engraver::process_music ()
        pos += gh_scm2int (c0);
 
       note_p->set_grob_property ("staff-position",   gh_int2scm (pos));
-      if (to_boolean (get_property ("easyPlay")))
-       {
-         char s[2] = "a";
-         s[0] = (pit->notename_i_ + 2)%7 + 'a';
-
-         s[0] = toupper (s[0]);
-         note_p->set_grob_property ("note-character", ly_str02scm (s));
-       }
-      
       announce_grob (note_p,req->self_scm ());
       note_p_arr_.push (note_p);
     }
@@ -317,5 +308,5 @@ ENTER_DESCRIPTION(Completion_heads_engraver,
 break long notes and automatically tie them into the next measure.",
 /* creats*/       "NoteHead Dots",
 /* acks  */       "",
-/* reads */       "easyPlay centralCPosition measurePosition measureLength",
+/* reads */       "centralCPosition measurePosition measureLength",
 /* write */       "");