Exemple #1
0
 /**
  * Print the jMusic CPhrase in standard output
  *
  * @param CPhrase
  */
 public static void internal(CPhrase cphrase) {
   System.out.println(cphrase.toString());
 }