This is DoubleStaff.h in view mode; [Download] [Up]
#import "Staff.h" @interface DoubleStaff:Staff { int upperc4Slot ; int upperKeySig[7] ; } - drawSelf: (NXRect *) aRect ; - init: (float) width :(float) height ; -(int) keyNumOf: (int) slotNum ; -keySig: aGlyph value: (int) anInt ; - ledgerFor: aNote slot: (int) slotNum ; - scan ; - (BOOL) precedes: (Glyph *) aGlyph ; -(int) setSlot: (int) slotNum toKeyNum: (int) aKeyNum ; - (BOOL) wait ; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.