mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Last pre-release tweaks
This commit is contained in:
parent
38fd76f711
commit
77662b23fe
|
@ -171,7 +171,7 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>VçEz</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0a5</string>
|
||||
<string>1.0b1</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
|
|
@ -156,15 +156,15 @@ static const char * sPaperNames[] = {
|
|||
[ly substituteMacro:@"VLVERSION" withValue:
|
||||
[bndl objectForInfoDictionaryKey:@"CFBundleVersion"]];
|
||||
[ly substituteMacro:@"PAPERSIZE" withValue:paper];
|
||||
[ly substituteMacro:@"FORMATTING" withValue:@"ragged-last-bottom = ##f"];
|
||||
// [ly substituteMacro:@"FORMATTING" withValue:@"ragged-last-bottom = ##f"];
|
||||
[ly substituteMacro:@"VLVERSION" withValue:
|
||||
[bndl objectForInfoDictionaryKey:@"CFBundleVersion"]];
|
||||
[ly substituteMacro:@"CHORDSIZE" withValue:
|
||||
[NSString stringWithFormat:@"%.1f", chordSize]];
|
||||
[NSString stringWithFormat:@"%f", chordSize]];
|
||||
[ly substituteMacro:@"LYRICSIZE" withValue:
|
||||
[NSString stringWithFormat:@"%.1f", lyricSize]];
|
||||
[NSString stringWithFormat:@"%f", lyricSize]];
|
||||
[ly substituteMacro:@"STAFFSIZE" withValue:
|
||||
[NSString stringWithFormat:@"%.1f", staffSize*scaling]];
|
||||
[NSString stringWithFormat:@"%f", staffSize*scaling]];
|
||||
[ly substituteMacro:@"CHORDS" withValue:
|
||||
[NSString stringWithUTF8String:writer.Chords().c_str()]];
|
||||
[ly substituteMacro:@"NOTES" withValue:
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
}
|
||||
//
|
||||
// Read print info
|
||||
//
|
||||
NSFileWrapper * print = [wrappers objectForKey:@"PrintInfo"];
|
||||
if (print) {
|
||||
NSUndoManager * undoMgr = [self undoManager];
|
||||
|
|
Loading…
Reference in New Issue
Block a user