Fix correspondence between paper size and name

This commit is contained in:
Matthias Neeracher 2017-11-24 06:22:11 +01:00
parent aabd4facc1
commit 5a5810fdf4

View File

@ -5,7 +5,7 @@
// //
// (MN) Matthias Neeracher // (MN) Matthias Neeracher
// //
// Copyright © 2006-2011 Matthias Neeracher // Copyright © 2006-2017 Matthias Neeracher
// //
#import "VLLilypondDocument.h" #import "VLLilypondDocument.h"
@ -116,7 +116,7 @@ static NSSize sPaperSizes[] = {
{612.0f, 1008.0f}, {612.0f, 792.0f}, {792.0f, 1224.0f} {612.0f, 1008.0f}, {612.0f, 792.0f}, {792.0f, 1224.0f}
}; };
static const char * sPaperNames[] = { static const char * sPaperNames[] = {
"a3", "a4", "a5", "a6", "letter", "legal", "11x17", 0 "a3", "a4", "a5", "a6", "legal", "letter", "11x17", 0
}; };
@implementation VLDocument (Lilypond) @implementation VLDocument (Lilypond)