VocalEasel/Sources/VLSheetViewChords.h

21 lines
352 B
C
Raw Normal View History

2006-09-11 02:49:56 +00:00
//
// VLSheetViewChords.h
// Vocalese
//
// Created by Matthias Neeracher on 1/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
@interface VLSheetView (Chords)
- (IBAction) editChord:(id)sender;
- (IBAction) doneEditingChord:(id)sender;
2006-09-11 02:49:56 +00:00
- (void) drawChordsForSystem:(int)system;
2006-09-11 02:49:56 +00:00
@end
// Local Variables:
// mode:ObjC
// End: