diff --git a/Sources/VLMMADocument.mm b/Sources/VLMMADocument.mm index 447ca4f..2ecb5d8 100644 --- a/Sources/VLMMADocument.mm +++ b/Sources/VLMMADocument.mm @@ -19,7 +19,9 @@ std::string mmaFile = std::string("// Generated by VocalEasel ") + (const char *)[[bndl objectForInfoDictionaryKey:@"CFBundleVersion"] UTF8String] - + "\n\n"; + + "\n\n" + + "Solo Voice AltoSax\n" + + "Solo Volume fff\n"; sprintf(buf, "Tempo %d\n", [songTempo intValue]); mmaFile += buf; sprintf(buf, "Groove %s\n", [songGroove UTF8String]);