diff options
author | John Mandereau <john.mandereau@gmail.com> | 2007-11-16 20:23:30 +0100 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2007-11-16 20:23:30 +0100 |
commit | fb7110cbff9dda6b08d373e0ff7753e5851c895e (patch) | |
tree | baac17ccfa02375b61cade294ef7b42b311c51f0 | |
parent | 2334610bb6146038df7aa7108cd23131c50685ad (diff) |
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.
-rw-r--r-- | input/regression/line-arrows.ly | 2 |
1 files changed, 1 insertions, 1 deletions
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" |