]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix compilation error
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 16 Nov 2007 19:23:30 +0000 (20:23 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 16 Nov 2007 19:23:30 +0000 (20:23 +0100)
'make web' still fails after this patch for me, but it no longer
fails on this file, it fails on page breaking tests.

input/regression/line-arrows.ly

index 10b9ae9b05ff647f03dc5bcd63e9fe0097e795e7..0fe4156e378a17e2b513a71dd432736469144d08 100644 (file)
@@ -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"