From 658aadaedf716bb4231df4d0cddfdfe97df7c535 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:01:55 +0000 Subject: [PATCH] lilypond-0.1.34 --- lily/tex-slur.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lily/tex-slur.cc b/lily/tex-slur.cc index 05ff03a089..cee16dbeb8 100644 --- a/lily/tex-slur.cc +++ b/lily/tex-slur.cc @@ -149,7 +149,11 @@ Lookup::slur (int dy , Real &dx, Direction dir) const // duh // let's try the embedded stuff - bool embedded_b = experimental_features_global_b; + + /* bool embedded_b = experimental_features_global_b; + // embedded stuff still sucks for slurs + */ + bool embedded_b = false; String embed; if (embedded_b) { -- 2.39.5