From: Reinhold Kainhofer Date: Sat, 20 Aug 2011 18:00:47 +0000 (+0200) Subject: Lilypond-book: Remove unused options/paper variables X-Git-Tag: release/2.15.9-1~9^2~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=73f5ae879cb12d24eb7522dbe52e1047a2d59c13;p=lilypond.git Lilypond-book: Remove unused options/paper variables -) We don't have a force-assignment paper variable any more... -) Remove unused LANG option --- diff --git a/Documentation/contributor/doc-work.itexi b/Documentation/contributor/doc-work.itexi index e78cd76e94..5d7ef16324 100644 --- a/Documentation/contributor/doc-work.itexi +++ b/Documentation/contributor/doc-work.itexi @@ -503,8 +503,6 @@ easier/faster processing), use this header: \paper @{ indent = 0\mm line-width = 160\mm - 2.0 * 0.4\in - ragged-right = ##t - force-assignment = #"" line-width = #(- line-width (* mm 3.000000)) @} diff --git a/python/book_snippets.py b/python/book_snippets.py index 5d66006913..a7f99f875f 100644 --- a/python/book_snippets.py +++ b/python/book_snippets.py @@ -38,7 +38,6 @@ EXAMPLEINDENT = 'exampleindent' FILENAME = 'filename' FILTER = 'filter' FRAGMENT = 'fragment' -LANG = 'lang' ## TODO: This is handled nowhere! LAYOUT = 'layout' LILYQUOTE = 'lilyquote' LINE_WIDTH = 'line-width' @@ -92,7 +91,6 @@ simple_options = [ PRINTFILENAME, DOCTITLE, TEXIDOC, - LANG, VERBATIM, FILENAME, ALT, @@ -196,7 +194,6 @@ PREAMBLE_LY = '''%%%% Generated by %(program_name)s \paper { %(paper_string)s - force-assignment = #"" line-width = #(- line-width (* mm %(padding_mm)f)) }