summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJohn Gourlay <john@weathervanefarm.net>2016-05-26 17:50:27 -0400
committerJohn Gourlay <john@weathervanefarm.net>2016-05-26 17:50:27 -0400
commitd1d184617002142f567c1d16370fa1c3fba76914 (patch)
tree8d53560769f807296f0f3f588dcf99d80d7919cc /python
parentbdafccdd85ea487a553ccf676a2d44bd14484fc9 (diff)
Remove a nonsensical line from the \paper section of ly output.
Diffstat (limited to 'python')
-rw-r--r--python/musicexp.py1
1 files changed, 0 insertions, 1 deletions
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)