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

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

Re: Simultaneous marks


From: Mats Bengtsson
Subject: Re: Simultaneous marks
Date: Mon, 11 Jun 2001 23:14:01 +0200

It turns out, you had found a bug in a setup file.
The attached patch fixes the problem.

  /Mats

> > I have a lot of trouble with the font specification for the timing mark.
> > If I put "roman" or "text" instead of "italic", I get fonts that seem, to
> > me,  random.  I also get lots of "warning: can't find ascii character: 32"
> > and messages like that.  Specifically, it doesn't like 32, 120, 61, 58 which
> > are spaces, "=", and ":".  Also "x", but I have no idea why it is
> > even looking for that character.  So, it kind of works, but I get
> > lots of these warning messages and sometimes the font comes out weird
> > (like the first mark will be roman, the next will be the time signature
> > font, and I have even seen it come out using the basic feta font characters
> > instead of roman).

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

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.4.2.mb2.diff

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

diff -urN ../lilypond-1.4.2.mb1/CHANGES ./CHANGES
--- ../lilypond-1.4.2.mb1/CHANGES       Sun Jun 10 15:49:10 2001
+++ ./CHANGES   Mon Jun 11 23:03:34 2001
@@ -1,6 +1,12 @@
 1.4.2.mb1
 ==========
 
+* Bugfix: Default RehearsalMark font-family changed to roman
+  (only affects Scheme text markups).
+
+1.4.2.mb1
+==========
+
 * ly2dvi, titledefs.tex: Typeset copyright notice at the bottom of
   the first page. Make separate page styles for first and last page.
 
diff -urN ../lilypond-1.4.2.mb1/Documentation/user/ly2dvi.itexi 
./Documentation/user/ly2dvi.itexi
--- ../lilypond-1.4.2.mb1/Documentation/user/ly2dvi.itexi       Mon May 28 
00:18:00 2001
+++ ./Documentation/user/ly2dvi.itexi   Mon Jun 11 00:15:07 2001
@@ -78,8 +78,11 @@
 @item head
     A text to print in the header of all pages. It is not called
 @code{header}, because @code{\header} is a reserved word in LilyPond.
address@hidden copyright
+    A text to print in the footer of the first page. Default is to 
+    print the standard footer also on the first page.
 @item footer
-    A text to print in the footer of all pages
+    A text to print in the footer of all but the last page.
 @item tagline
     Line to print at the bottom of last page. The default text is ``Lily
 was here, @var{version-number}''.
diff -urN ../lilypond-1.4.2.mb1/VERSION ./VERSION
--- ../lilypond-1.4.2.mb1/VERSION       Sun Jun 10 15:47:34 2001
+++ ./VERSION   Mon Jun 11 00:15:34 2001
@@ -2,7 +2,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=4
 PATCH_LEVEL=2
-MY_PATCH_LEVEL=mb1
+MY_PATCH_LEVEL=mb2
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff -urN ../lilypond-1.4.2.mb1/scm/grob-description.scm 
./scm/grob-description.scm
--- ../lilypond-1.4.2.mb1/scm/grob-description.scm      Thu May 17 11:40:11 2001
+++ ./scm/grob-description.scm  Mon Jun 11 23:01:52 2001
@@ -316,7 +316,7 @@
 
                (direction . 1)
                (breakable . #t)
-               (font-family . number)
+               (font-family . roman)
                (font-shape . upright)
                (font-relative-size . 1)
                (visibility-lambda . ,end-of-line-invisible)

reply via email to

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