]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove a nonsensical line from the \paper section of ly output.
authorJohn Gourlay <john@weathervanefarm.net>
Thu, 26 May 2016 21:50:27 +0000 (17:50 -0400)
committerJohn Gourlay <john@weathervanefarm.net>
Thu, 26 May 2016 21:50:27 +0000 (17:50 -0400)
python/musicexp.py

index a7b569a5aab8fbea71a5c89d689de4d0d56992bd..e8cbcb016769301209d51af8a4f8283537959b37 100644 (file)
@@ -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)