Exemplo n.º 1
0
 public Note()
 {
     Pitch = new Pitch();
     Notations = new Notations();
 }
Exemplo n.º 2
0
 public Note()
 {
     Pitch     = new Pitch();
     Notations = new Notations();
 }