From: John Gourlay Date: Thu, 26 May 2016 21:50:27 +0000 (-0400) Subject: Remove a nonsensical line from the \paper section of ly output. X-Git-Tag: release/2.19.44-1~24^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d1d184617002142f567c1d16370fa1c3fba76914;p=lilypond.git Remove a nonsensical line from the \paper section of ly output. --- 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)