]> git.donarmstrong.com Git - lilypond.git/commitdiff
Lilypond-book: Remove unused options/paper variables
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 20 Aug 2011 18:00:47 +0000 (20:00 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 22 Aug 2011 10:42:01 +0000 (12:42 +0200)
-) We don't have a force-assignment paper variable any more...
-) Remove unused LANG option

Documentation/contributor/doc-work.itexi
python/book_snippets.py

index e78cd76e9457553403daced88822359c447de9aa..5d7ef1632478ea9d6f85920e6d32f2eddebe2582 100644 (file)
@@ -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))
 @}
 
index 5d6600691312bcb72e9d1fc5da328679a81e7352..a7f99f875f873ed349f300bde6d17bb724b1cc7a 100644 (file)
@@ -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))
 }