From: John Mandereau Date: Fri, 16 Nov 2007 19:23:30 +0000 (+0100) Subject: Fix compilation error X-Git-Tag: release/2.11.35-1~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fb7110cbff9dda6b08d373e0ff7753e5851c895e;p=lilypond.git Fix compilation error 'make web' still fails after this patch for me, but it no longer fails on this file, it fails on page breaking tests. --- diff --git a/input/regression/line-arrows.ly b/input/regression/line-arrows.ly index 10b9ae9b05..0fe4156e37 100644 --- a/input/regression/line-arrows.ly +++ b/input/regression/line-arrows.ly @@ -10,7 +10,7 @@ \relative c'' { \override TextSpanner #'bound-padding = #1.0 - \override TextSpanner #'style = #line + \override TextSpanner #'style = #'line \override TextSpanner #'bound-details #'right #'arrow = ##t \override TextSpanner #'bound-details #'left #'text = #"fof" \override TextSpanner #'bound-details #'right #'text = #"gag"