Exemple #1
0
 /** Creates a new Staff with the given StaffHeader and an
  *  empty MeasureStartTimeSlice list.
  *  The parent pointer will be set when this is added to a StaffSystem.
  *
  * @param staffHeader the header for this Staff
  */
 public Staff(StaffHeader staffHeader)
 {
     _staffHeader = staffHeader;
 }
Exemple #2
0
 /** Creates a new Staff with the given StaffHeader and an
  *  empty MeasureStartTimeSlice list.
  *  The parent pointer will be set when this is added to a StaffSystem.
  *
  * @param staffHeader the header for this Staff
  */
 public Staff(StaffHeader staffHeader)
 {
     _staffHeader = staffHeader;
 }