espelhamento de
https://github.com/microtherion/VocalEasel.git
sincronizado 2025-05-15 09:14:29 +00:00
Last pre-release tweaks
Esse commit está contido em:
pai
38fd76f711
commit
77662b23fe
@ -171,7 +171,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>VçEz</string>
|
<string>VçEz</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.0a5</string>
|
<string>1.0b1</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
@ -156,15 +156,15 @@ static const char * sPaperNames[] = {
|
|||||||
[ly substituteMacro:@"VLVERSION" withValue:
|
[ly substituteMacro:@"VLVERSION" withValue:
|
||||||
[bndl objectForInfoDictionaryKey:@"CFBundleVersion"]];
|
[bndl objectForInfoDictionaryKey:@"CFBundleVersion"]];
|
||||||
[ly substituteMacro:@"PAPERSIZE" withValue:paper];
|
[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:
|
[ly substituteMacro:@"VLVERSION" withValue:
|
||||||
[bndl objectForInfoDictionaryKey:@"CFBundleVersion"]];
|
[bndl objectForInfoDictionaryKey:@"CFBundleVersion"]];
|
||||||
[ly substituteMacro:@"CHORDSIZE" withValue:
|
[ly substituteMacro:@"CHORDSIZE" withValue:
|
||||||
[NSString stringWithFormat:@"%.1f", chordSize]];
|
[NSString stringWithFormat:@"%f", chordSize]];
|
||||||
[ly substituteMacro:@"LYRICSIZE" withValue:
|
[ly substituteMacro:@"LYRICSIZE" withValue:
|
||||||
[NSString stringWithFormat:@"%.1f", lyricSize]];
|
[NSString stringWithFormat:@"%f", lyricSize]];
|
||||||
[ly substituteMacro:@"STAFFSIZE" withValue:
|
[ly substituteMacro:@"STAFFSIZE" withValue:
|
||||||
[NSString stringWithFormat:@"%.1f", staffSize*scaling]];
|
[NSString stringWithFormat:@"%f", staffSize*scaling]];
|
||||||
[ly substituteMacro:@"CHORDS" withValue:
|
[ly substituteMacro:@"CHORDS" withValue:
|
||||||
[NSString stringWithUTF8String:writer.Chords().c_str()]];
|
[NSString stringWithUTF8String:writer.Chords().c_str()]];
|
||||||
[ly substituteMacro:@"NOTES" withValue:
|
[ly substituteMacro:@"NOTES" withValue:
|
||||||
|
@ -72,6 +72,7 @@
|
|||||||
}
|
}
|
||||||
//
|
//
|
||||||
// Read print info
|
// Read print info
|
||||||
|
//
|
||||||
NSFileWrapper * print = [wrappers objectForKey:@"PrintInfo"];
|
NSFileWrapper * print = [wrappers objectForKey:@"PrintInfo"];
|
||||||
if (print) {
|
if (print) {
|
||||||
NSUndoManager * undoMgr = [self undoManager];
|
NSUndoManager * undoMgr = [self undoManager];
|
||||||
|
Carregando…
x
Referência em uma nova issue
Block a user