CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/28 11:10:24

Modified files:
        .              : ChangeLog 
        Documentation/user: advanced-notation.itely 
                            point-and-click.itely 
        ly             : declarations-init.ly 
        scm            : framework-ps.scm 

Log message:
        * Documentation/user/advanced-notation.itely (Font selection):
        remove CMR note.
        
        * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3831&tr2=1.3832&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/advanced-notation.itely.diff?tr1=1.34&tr2=1.35&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/point-and-click.itely.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ly/declarations-init.ly.diff?tr1=1.86&tr2=1.87&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-ps.scm.diff?tr1=1.124&tr2=1.125&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3831 lilypond/ChangeLog:1.3832
--- lilypond/ChangeLog:1.3831   Tue Jun 28 09:44:06 2005
+++ lilypond/ChangeLog  Tue Jun 28 11:10:22 2005
@@ -1,3 +1,10 @@
+2005-06-28  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+       * Documentation/user/advanced-notation.itely (Font selection):
+       remove CMR note.
+
+       * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
+
 2005-06-28  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
 
        * THANKS: Add UTF-8 marker.
Index: lilypond/Documentation/user/advanced-notation.itely
diff -u lilypond/Documentation/user/advanced-notation.itely:1.34 
lilypond/Documentation/user/advanced-notation.itely:1.35
--- lilypond/Documentation/user/advanced-notation.itely:1.34    Thu Jun 23 
23:19:29 2005
+++ lilypond/Documentation/user/advanced-notation.itely Tue Jun 28 11:10:23 2005
@@ -396,8 +396,11 @@
 
 By setting the object properties described below, you can select a
 font from the preconfigured font families.  LilyPond has default
-support for the feta music fonts and @TeX{}'s Computer Modern text
-fonts.
+support for the feta music fonts. Text fonts are selected through
+Pango/FontConfig. The serif font defaults to New Century Schoolbook,
+the sans and typewriter to whatever the Pango installation defaults
+to.
+
 
 @itemize @bullet
 @item @code{font-encoding}
@@ -453,6 +456,7 @@
 
 @seealso
 
[EMAIL PROTECTED] FIXME.
 Init files: @file{ly/@/declarations@/-init@/.ly} contains hints how new
 fonts may be added to LilyPond.
 
Index: lilypond/Documentation/user/point-and-click.itely
diff -u lilypond/Documentation/user/point-and-click.itely:1.15 
lilypond/Documentation/user/point-and-click.itely:1.16
--- lilypond/Documentation/user/point-and-click.itely:1.15      Tue Jun 28 
09:44:06 2005
+++ lilypond/Documentation/user/point-and-click.itely   Tue Jun 28 11:10:23 2005
@@ -53,7 +53,7 @@
 
 @end itemize
 
-The program @file{lilypond-pdfpc-helper} is a small helper program.
+The program @file{lilypond-invoke-editor} is a small helper program.
 It tests the environment variable @code{EDITOR} for the following
 patterns,
 
Index: lilypond/ly/declarations-init.ly
diff -u lilypond/ly/declarations-init.ly:1.86 
lilypond/ly/declarations-init.ly:1.87
--- lilypond/ly/declarations-init.ly:1.86       Thu May  5 23:45:30 2005
+++ lilypond/ly/declarations-init.ly    Tue Jun 28 11:10:23 2005
@@ -120,3 +120,4 @@
 #(define toplevel-music-handler collect-music-for-book)
 #(define toplevel-score-handler collect-scores-for-book)
 #(define toplevel-text-handler collect-scores-for-book)
+
Index: lilypond/scm/framework-ps.scm
diff -u lilypond/scm/framework-ps.scm:1.124 lilypond/scm/framework-ps.scm:1.125
--- lilypond/scm/framework-ps.scm:1.124 Wed Jun 22 15:06:05 2005
+++ lilypond/scm/framework-ps.scm       Tue Jun 28 11:10:24 2005
@@ -300,7 +300,7 @@
       (if (not embed)
          (begin
            (set! embed "% failed \n")
-           (ly:warn (_ "Couldn't extract file matching ~a from ~a") name 
filename)))
+           (ly:warning (_ "Couldn't extract file matching ~a from ~a") name 
filename)))
       embed))
 
     (define (font-file-as-ps-string name file-name)


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to