Note.B constructor

const Note.B(
  1. int octave
)

Implementation

const Note.B(int octave) : this._("B", "Si", octave);