VocalEasel/Sources/VLLilypondDocument.h
2006-10-29 07:49:33 +00:00

17 lines
312 B
Objective-C

//
// VLLilypondDocument.h
// Vocalese
//
// Created by Matthias Neeracher on 10/20/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "VLDocument.h"
@interface VLDocument (Lilypond)
- (NSFileWrapper *)lilypondFileWrapperWithError:(NSError **)outError;
@end