VocalEasel/Sources/VLSheetViewChords.h
2006-10-03 17:52:54 +00:00

19 lines
294 B
Objective-C

//
// VLSheetViewChords.h
// Vocalese
//
// Created by Matthias Neeracher on 1/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
@interface VLSheetView (Chords)
- (void) editChord;
- (void) drawChordsForSystem:(int)system;
@end
// Local Variables:
// mode:ObjC
// End: