]> git.donarmstrong.com Git - lilypond.git/blobdiff - test/bow.cc
release: 0.1.62
[lilypond.git] / test / bow.cc
index dc077b4f29966276e9085c4897f18f51aaeaf8ca..418538880e97674b8058e65e6b6063d4c2623f8d 100644 (file)
@@ -15,6 +15,7 @@
 typedef void *Paper_def;
 
 bool experimental_features_global_b = true;
+//bool experimental_features_global_b = false;
 
 #include "bezier.hh"
 
@@ -139,9 +140,12 @@ main ()
   bow ((Point[6]){ 0,0, 20,-20, 40,-40, 60,-60, 80,-20, 100,-100 }, 6, 1);
   bow ((Point[6]){ 0,0, 20,-20, 40,-40, 60,-60, 80,-140, 100,-100 }, 6, -1);
   bow ((Point[7]){ 0,0, 20,40, 100,0, 150,0, 200,0, 280,40, 300,0 }, 7, 1);
-  bow ((Point[7]){ 0,0, 20,40, 100,0, 150,0, 200,0, 280,40, 300,0 }, 7, 1);
+  bow ((Point[7]){ 0,0, 20,-40, 100,0, 150,0, 200,0, 280,-40, 300,0 }, 7, -1);
   bow ((Point[7]){ 0,20, 20,40, 100,0, 150,0, 200,0, 280,40, 300,20 }, 7, 1);
   bow ((Point[3]){ 0,0, 10,10, 20,-20 }, 3, 1);
+
+  bow ((Point[4]){ 0,0, 33,100, 75,0, 100,100 }, 4, -1);
+  bow ((Point[4]){ 0,0, 33,-100, 75,0, 100,-100 }, 4, 1);
 #endif
 
 #if 1
@@ -154,7 +158,6 @@ main ()
   bow ((Point[6]){ 0,0, 20,20, 40,40, 60,60, 80,140, 100,100 }, 6, 1);
 #endif
 
-
   cout << "\\end" << endl;
 
   return 0;