Пример #1
0
 public Note decLen() {
   setLength(new Fraction(length.get().getNumerator(), length.get().getDenominator() * 2));
   return this;
 }