From: fred Date: Wed, 27 Mar 2002 02:05:31 +0000 (+0000) Subject: lilypond-1.5.32 X-Git-Tag: release/1.5.59~332 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9c1e5eaa2b8a3e31f72f73fb0cabbd05bf7c6d76;p=lilypond.git lilypond-1.5.32 --- diff --git a/VERSION b/VERSION index 72be86c85d..96a12a2f84 100644 --- 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 diff --git a/lily/completion-note-heads-engraver.cc b/lily/completion-note-heads-engraver.cc index 23748de4ac..8c7db7b92c 100644 --- a/lily/completion-note-heads-engraver.cc +++ b/lily/completion-note-heads-engraver.cc @@ -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 */ "");