gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lily 1.3.107


From: Mats Bengtsson
Subject: Re: lily 1.3.107
Date: Tue, 14 Nov 2000 00:00:35 +0100

In order to be able to compile .107, I had to make 
a few changes. Also, I changed the default font-family
of RehearsalMark to roman as a temporary solution, waiting
for the automatic switch between number and text font to
work again. 

  /Mats

Generated by (address unknown),
>From = lilypond-1.3.107, To = lilypond-1.3.107.mb1

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.107.mb1.diff

Patches do not contain automatically generated files 
or (urg) empty directories, 
i.e., you should rerun autoconf, configure

diff -urN ../lilypond-1.3.107/VERSION ./VERSION
--- ../lilypond-1.3.107/VERSION Mon Nov 13 00:25:37 2000
+++ ./VERSION   Mon Nov 13 23:46:48 2000
@@ -2,7 +2,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=3
 PATCH_LEVEL=107
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=mb1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff -urN ../lilypond-1.3.107/input/test/orchestscore.ly 
./input/test/orchestscore.ly
--- ../lilypond-1.3.107/input/test/orchestscore.ly      Sun Oct 22 02:11:32 2000
+++ ./input/test/orchestscore.ly        Mon Nov 13 23:51:24 2000
@@ -1,4 +1,4 @@
-\version "1.3.96";
+\version "1.3.102";
 
 m = \notes \relative c''{
 
@@ -94,11 +94,9 @@
     textheight = 260.\mm;
     \translator {
        \OrchestralScoreContext
-       barNumberScriptPadding = 10;
+%      barNumberScriptPadding = 10;
     }
     \translator { \HaraKiriStaffContext
-        marginScriptPadding = 15.0;
-%        StaffMinimumVerticalExtent = #(cons -0.0 0.0)
     }
   }
 }
diff -urN ../lilypond-1.3.107/lily/duration.cc ./lily/duration.cc
--- ../lilypond-1.3.107/lily/duration.cc        Sun Nov 12 23:29:57 2000
+++ ./lily/duration.cc  Mon Nov 13 23:27:15 2000
@@ -97,7 +97,7 @@
   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;
diff -urN ../lilypond-1.3.107/lily/music-iterator-ctor.cc 
./lily/music-iterator-ctor.cc
--- ../lilypond-1.3.107/lily/music-iterator-ctor.cc     Sun Nov 12 23:29:57 2000
+++ ./lily/music-iterator-ctor.cc       Mon Nov 13 23:33:59 2000
@@ -8,6 +8,7 @@
  */
 
 #include "music-iterator-ctor.hh"
+#include "ly-smobs.icc"
 
 static long callback_tag;
 
diff -urN ../lilypond-1.3.107/lily/musical-pitch.cc ./lily/musical-pitch.cc
--- ../lilypond-1.3.107/lily/musical-pitch.cc   Sun Nov 12 23:29:57 2000
+++ ./lily/musical-pitch.cc     Mon Nov 13 23:34:47 2000
@@ -212,7 +212,7 @@
   Musical_pitch  *r = (Musical_pitch *) gh_cdr (s);
      
   scm_puts ("#<Musical_pitch ", 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;
diff -urN ../lilypond-1.3.107/scm/element-descriptions.scm 
./scm/element-descriptions.scm
--- ../lilypond-1.3.107/scm/element-descriptions.scm    Sun Nov 12 23:29:52 2000
+++ ./scm/element-descriptions.scm      Mon Nov 13 23:52:16 2000
@@ -246,7 +246,7 @@
                (molecule-callback . ,Text_item::brew_molecule)
                (direction . 1)
                (breakable . #t)
-               (font-family . number)
+               (font-family . roman)
                (font-relative-size . 1)
                (visibility-lambda . ,end-of-line-invisible)
                (padding . 0.8)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]