From f0b0e8de801d625ef8d6437a00930c84ef31233f Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:05:28 +0000 Subject: [PATCH] lilypond-1.5.32 --- lily/note-heads-engraver.cc | 11 +---------- ly/engraver-init.ly | 1 - scm/grob-property-description.scm | 1 - scm/interface-description.scm | 2 +- scm/translator-property-description.scm | 3 --- 5 files changed, 2 insertions(+), 16 deletions(-) diff --git a/lily/note-heads-engraver.cc b/lily/note-heads-engraver.cc index b6fd727f5b..30dffc105e 100644 --- a/lily/note-heads-engraver.cc +++ b/lily/note-heads-engraver.cc @@ -95,15 +95,6 @@ Note_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); } @@ -137,5 +128,5 @@ ENTER_DESCRIPTION(Note_heads_engraver, /* descr */ "Generate one or more noteheads from Music of type Note_req.", /* creats*/ "NoteHead Dots", /* acks */ "", -/* reads */ "easyPlay centralCPosition", +/* reads */ "centralCPosition", /* write */ ""); diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 5c309e6fb4..f3f78f9997 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -417,7 +417,6 @@ OrchestralScoreContext= \translator { EasyNotation = \translator { \ScoreContext NoteHead \override #'molecule-callback = #Note_head::brew_ez_molecule - easyPlay = ##t } % retain for compatibility reasons (FIXME: convert-ly) diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index 22249189e3..173eccbbf3 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -245,7 +245,6 @@ FIXME: also pair? (cons LEFT RIGHT) (grob-property-description 'no-spacing-rods boolean? "read from grobs: boolean that makes Separation_item ignore this item (MOVE ME TO ITEM).") (grob-property-description 'no-stem-extend boolean? "should stem not be extended to middle staff line?.") (grob-property-description 'non-default boolean? "not set because of existence of a bar?.") -(grob-property-description 'note-character string? "character to print in a note head.") (grob-property-description 'note-width number? "unit for horizontal translation, measured in staff-space.") (grob-property-description 'note-heads list? "List of note head grobs") (grob-property-description 'number-gap number? "size of the gap for tohe number in a tuplet.") diff --git a/scm/interface-description.scm b/scm/interface-description.scm index 930a7dcc8c..ec1a11d952 100644 --- a/scm/interface-description.scm +++ b/scm/interface-description.scm @@ -231,7 +231,7 @@ object." (lily-interface 'note-head-interface "Note head" - '( style stem-attachment-function note-character )) + '( style stem-attachment-function )) (lily-interface diff --git a/scm/translator-property-description.scm b/scm/translator-property-description.scm index 93aabd8cdd..4e5c23189a 100644 --- a/scm/translator-property-description.scm +++ b/scm/translator-property-description.scm @@ -193,9 +193,6 @@ Do nothing. @end table ") (translator-property-description 'decrescendoSpanner symbol? "Type of spanner to be used for decrescendi. One of: @samp{hairpin}, @samp{line}, @samp{dashed-line}, @samp{dotted-line}. If unset, hairpin type is used.") - -(translator-property-description 'easyPlay boolean? "Copy note names into note head grob property") - (translator-property-description 'explicitClefVisibility procedure? "visibility-lambda function for clef changes.") (translator-property-description 'explicitKeySignatureVisibility -- 2.39.5