From b018b412f77e1fc4de334ae9cb0fc01e1721e355 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 30 Sep 2007 23:48:47 -0300 Subject: [PATCH] Fix #483. lilypond-book: put preamble_string in cut&paste section. --- scripts/lilypond-book.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index cf51582dd5..5b9c0d738f 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -676,17 +676,14 @@ if 0: PREAMBLE_LY = '''%%%% Generated by %(program_name)s %%%% Options: [%(option_string)s] \\include "lilypond-book-preamble.ly" -%(preamble_string)s - - - - %% **************************************************************** %% Start cut-&-pastable-section %% **************************************************************** +%(preamble_string)s + \paper { #(define dump-extents #t) %(font_dump_setting)s -- 2.39.5