From faa73e45e2049ea74fc8e0405b64cc5854e747e7 Mon Sep 17 00:00:00 2001
From: Phil Holmes <mail@philholmes.net>
Date: Mon, 29 May 2017 17:29:40 +0100
Subject: [PATCH] Fix granados example

---
 Documentation/ly-examples/granados.ly | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/ly-examples/granados.ly b/Documentation/ly-examples/granados.ly
index 5cabf5766e..25a5bf6979 100644
--- a/Documentation/ly-examples/granados.ly
+++ b/Documentation/ly-examples/granados.ly
@@ -103,7 +103,8 @@ lowerVoiceTwo = \relative {
   \csh
   \once \override Beam.damping = #+inf.0
   <bes'' es g>8 \csl \slurUp
-  %\once\override Slur.extra-offset = #'(0 . 4)
+  % Fix problem with -dpreview cropping beams
+  \once \override TextScript.padding = #10 <> _\markup { " " }
   es,,64 bes' es g s32.
     c64
     s4 <bes des>
-- 
2.39.5