|
@@ -157,22 +157,6 @@ export class Note {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
- //public calculateTailSymbol(): number {
|
|
|
- // let length: number = this.Length.RealValue;
|
|
|
- // if (this.NoteTuplet) {
|
|
|
- // length = this.NoteTuplet.Fractions[this.NoteTuplet.getNoteIndex(this)].RealValue;
|
|
|
- // }
|
|
|
- // if (length < 0.25 && length >= 0.125) {
|
|
|
- // return 8;
|
|
|
- // } else if (length < 0.125 && length >= 0.0625) {
|
|
|
- // return 16;
|
|
|
- // } else if (length < 0.0625 && length >= 0.03125) {
|
|
|
- // return 32;
|
|
|
- // } else {
|
|
|
- // return 64;
|
|
|
- // }
|
|
|
- //}
|
|
|
-
|
|
|
/**
|
|
|
* Return the number of dots needed to represent the given [[Fraction]].
|
|
|
* @param fraction
|