Example #1
0
 public static void RemoveChordref(this IAttHarmLog e)
 {
     MeiAtt_controller.RemoveAttribute(e, "chordref");
 }
Example #2
0
 public static XAttribute GetChordref(this IAttHarmLog e)
 {
     return(MeiAtt_controller.GetAttribute(e, "chordref"));
 }
Example #3
0
 public static bool HasChordref(this IAttHarmLog e)
 {
     return(MeiAtt_controller.HasAttribute(e, "chordref"));
 }
Example #4
0
 public static void SetChordref(this IAttHarmLog e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "chordref", _val);
 }