]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-book.py
Doc: move latex examples into application.
[lilypond.git] / scripts / lilypond-book.py
index dc035b4b5cffa835906a0bea4e0bc9734e048276..82238647060af470765d2cd8273d394e0a8fabf8 100644 (file)
@@ -1116,14 +1116,6 @@ class LilypondSnippet (Snippet):
         if not INDENT in self.option_dict:
             self.option_dict[INDENT] = '0\\mm'
 
-        # The QUOTE pattern from ly_options only emits the `line-width'
-        # keyword.
-        if has_line_width and QUOTE in self.option_dict:
-            if no_line_width_value:
-                del self.option_dict[LINE_WIDTH]
-            else:
-                del self.option_dict[QUOTE]
-
     def compose_ly (self, code):
         if FRAGMENT in self.option_dict:
             body = FRAGMENT_LY