From 5a5810fdf484b4df55b3d68e0cad477f19d25234 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Fri, 24 Nov 2017 06:22:11 +0100 Subject: [PATCH] Fix correspondence between paper size and name --- Sources/VLLilypondDocument.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/VLLilypondDocument.mm b/Sources/VLLilypondDocument.mm index 980f257..8ec0509 100644 --- a/Sources/VLLilypondDocument.mm +++ b/Sources/VLLilypondDocument.mm @@ -5,7 +5,7 @@ // // (MN) Matthias Neeracher // -// Copyright © 2006-2011 Matthias Neeracher +// Copyright © 2006-2017 Matthias Neeracher // #import "VLLilypondDocument.h" @@ -116,7 +116,7 @@ static NSSize sPaperSizes[] = { {612.0f, 1008.0f}, {612.0f, 792.0f}, {792.0f, 1224.0f} }; static const char * sPaperNames[] = { - "a3", "a4", "a5", "a6", "letter", "legal", "11x17", 0 + "a3", "a4", "a5", "a6", "legal", "letter", "11x17", 0 }; @implementation VLDocument (Lilypond)