]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.32
authorfred <fred>
Wed, 27 Mar 2002 02:05:28 +0000 (02:05 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:05:28 +0000 (02:05 +0000)
lily/note-heads-engraver.cc
ly/engraver-init.ly
scm/grob-property-description.scm
scm/interface-description.scm
scm/translator-property-description.scm

index b6fd727f5b9f84e18463dce8831ec6bb4dc7132d..30dffc105ec0b077aa438c4c3bbb555154dab6a3 100644 (file)
@@ -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 */       "");
index 5c309e6fb4a53d3809799f331083aa27b2b29e28..f3f78f9997ade90b9e4d220a077848a09f352ab1 100644 (file)
@@ -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)
index 22249189e3ca0be2664d94ed965beab3532d4a4c..173eccbbf38b852756c8f267d18519992df1f1c4 100644 (file)
@@ -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.")
index 930a7dcc8ced6546d5f851a3e1fc6fd701013835..ec1a11d9524000fd526ec31bc077664f98ba96a1 100644 (file)
@@ -231,7 +231,7 @@ object."
 (lily-interface
  'note-head-interface
  "Note head"
- '( style stem-attachment-function note-character ))
+ '( style stem-attachment-function ))
 
 
 (lily-interface
index 93aabd8cdd575c33576d2a7e083019f7ce372161..4e5c23189a84c1613495ed19caf33eb94c2be28a 100644 (file)
@@ -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