From 40ddbb00f40f2b722e8453a6d9502053a0579d50 Mon Sep 17 00:00:00 2001 From: wl Date: Mon, 1 Nov 2004 06:55:36 +0000 Subject: [PATCH] * scripts/lilypond-book.py (compose_ly): Provide useful default for LINEWIDTH in `override'. --- ChangeLog | 3 +++ scripts/lilypond-book.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 144e5fd10b..09c3ace3da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ Documentation/user/programming-interface.itely: Use @/. Fix formatting of some lilypond snippets and tables. + * scripts/lilypond-book.py (compose_ly): Provide useful default + for LINEWIDTH in `override'. + 2004-10-31 Graham Percival * Documentation/user/invoking.itely: change "3.0" -> "2.4" diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index db46a843fe..ae8fe5134e 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -646,7 +646,7 @@ def compose_ly (code, options, type): # To set @exampleindent locally to zero, we use the @format # environment for non-quoted snippets. override[EXAMPLEINDENT] = r'0.4\in' - override[LINEWIDTH] = None + override[LINEWIDTH] = texinfo_linewidths['@smallbook'] override.update (default_ly_options) option_list = [] -- 2.39.2