This small utilty public class allows the assignment of accidentals within a desired scope.
示例#1
0
 public ScoreBarRenderer(Bar bar)
     : base(bar)
 {
     AccidentalHelper = new AccidentalHelper();
 }