From d1d184617002142f567c1d16370fa1c3fba76914 Mon Sep 17 00:00:00 2001 From: John Gourlay Date: Thu, 26 May 2016 17:50:27 -0400 Subject: [PATCH] Remove a nonsensical line from the \paper section of ly output. --- python/musicexp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/musicexp.py b/python/musicexp.py index a7b569a5aa..e8cbcb0167 100644 --- a/python/musicexp.py +++ b/python/musicexp.py @@ -898,7 +898,6 @@ class Paper: printer.newline () printer.dump ('\\paper {') printer.newline () - printer.dump ("markup-system-spacing #'padding = #2") printer.newline () self.print_length_field (printer, "paper-width", self.page_width) self.print_length_field (printer, "paper-height", self.page_height) -- 2.39.2