]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.34
authorfred <fred>
Sun, 24 Mar 2002 20:01:55 +0000 (20:01 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:01:55 +0000 (20:01 +0000)
lily/tex-slur.cc

index 05ff03a0891e8d8ca5d7278bf2baf54259ec360f..cee16dbeb8c5a1df1e61baf7fd342f506c4374d3 100644 (file)
@@ -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)
     {