]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.108
authorfred <fred>
Wed, 27 Mar 2002 00:33:11 +0000 (00:33 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:33:11 +0000 (00:33 +0000)
input/test/orchestscore.ly
lily/duration.cc
lily/music-iterator-ctor.cc

index 0668bd2b506bbda05d4a138ca4d0a7bd7d05ffc1..b2d32460c927c28ce4134fa11b21e8fb749f4b44 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.96";
+\version "1.3.102";
 
 m = \notes \relative c''{
 
@@ -94,11 +94,9 @@ c1 | c2 c | c c | R1*5
     textheight = 260.\mm;
     \translator {
        \OrchestralScoreContext
-       barNumberScriptPadding = 10;
+%      barNumberScriptPadding = 10;
     }
     \translator { \HaraKiriStaffContext
-        marginScriptPadding = 15.0;
-%        StaffMinimumVerticalExtent = #(cons -0.0 0.0)
     }
   }
 }
index 163b849d2af8fe43d1da25bf05cf681cc7f21cf5..6b9925ba178a8b748e6f32c63dd53ad6cebae64a 100644 (file)
@@ -97,7 +97,7 @@ Duration::print_smob (SCM s, SCM port, scm_print_state *)
   Duration  *r = (Duration *) gh_cdr (s);
      
   scm_puts ("#<Duration ", port);
-  scm_display (gh_str02scm (r->str().ch_C()), port);
+  scm_display (gh_str02scm ((char*)r->str().ch_C()), port);
   scm_puts (" >", port);
   
   return 1;
index c599c57817583f0c2dcf9006e5dca80f30f68832..28572ddd31992321a2fe40327c1738474b8d219a 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include "music-iterator-ctor.hh"
+#include "ly-smobs.icc"
 
 static long callback_tag;