VocalEasel/Sources/VLLilypondDocument.h

19 lines
335 B
C
Raw Permalink Normal View History

2006-10-22 07:16:29 +00:00
//
2007-04-27 06:41:34 +00:00
// File: VLLilypondDocument.h - Export document in LilyPond format
2006-10-22 07:16:29 +00:00
//
2007-04-27 06:41:34 +00:00
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2006-2007 Matthias Neeracher
2006-10-22 07:16:29 +00:00
//
#import <Cocoa/Cocoa.h>
#import "VLDocument.h"
@interface VLDocument (Lilypond)
- (NSFileWrapper *)lilypondFileWrapperWithError:(NSError **)outError;
2006-10-22 07:16:29 +00:00
@end