From df43a7929dc69e8f568933cb565adf9f37f09eee Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Sun, 22 May 2005 23:30:46 +0000
Subject: [PATCH] (PREAMBLE_LY): add marker, where people can start to cut &
 paste lilypond-book fragments.

---
 ChangeLog                | 3 +++
 scripts/lilypond-book.py | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 6365c2e166..f4b14dec21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+	* scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
+	can start to cut & paste lilypond-book fragments.  
+
 	* scm/define-music-types.scm (music-descriptions): remove
 	UntransposableMusic
 
diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py
index 8038691205..092109df07 100644
--- a/scripts/lilypond-book.py
+++ b/scripts/lilypond-book.py
@@ -557,6 +557,11 @@ PREAMBLE_LY = r'''%%%% Generated by %(program_name)s
 #(define version-seen? #t)
 %(preamble_string)s
 
+
+%% ********************************
+%% Start cut-&-pastable-section 
+%% ********************************
+
 \paper {
   #(define dump-extents #t)
   %(font_dump_setting)s
-- 
2.39.5