]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ly/book-paper-defaults.ly: set default encoding to ec.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 5 Jul 2004 22:20:11 +0000 (22:20 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 5 Jul 2004 22:20:11 +0000 (22:20 +0000)
* buildscripts/guile-gnome.sh (OPT): only compile pango if not
installed.

* tex/latin1.enc: new file, from a2ps.

ChangeLog
buildscripts/guile-gnome.sh
input/mutopia/F.Schubert/morgenlied.ly
ly/book-paper-defaults.ly
scm/encoding.scm
scm/font.scm
tex/GNUmakefile
tex/latin1.enc [new file with mode: 0644]

index 4fe6ce72411f4b9b87f3d3754c44c5a5cbc832e2..38853c0d8879615575b4d2dbacb793c212b065e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * ly/book-paper-defaults.ly: set default encoding to ec.
+
+       * buildscripts/guile-gnome.sh (OPT): only compile pango if not
+       installed.
+
+       * tex/latin1.enc: new file, from a2ps. 
+
 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
 
         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
index b3d06eb33b1dca90419326e10888c841d2435df3..67b436e8036de286164f9f89b45d2bf63be01812 100644 (file)
@@ -42,19 +42,21 @@ cd test
 
 ## 2.  get pango CVS
 
-
-mkdir -p gnome/CVS
-cd gnome
-echo ":pserver:anonymous@anoncvs.gnome.org:/cvs/gnome" > CVS/Root
-echo "." > CVS/Repository
-cvs -z3 checkout -P pango
-cd pango
-rm -rf $OPT/pango
-./autogen.sh --help
-./configure --prefix=$OPT/pango --enable-maintainer-mode --enable-gtk-doc
-make XFT_LIBS="-L/usr/lib -lXft -L/usr/X11R6/lib -lfreetype -lz -lXrender -lX11 -lfontconfig" install
-
-cd ../..
+if [ ! -d $HOME/usr/pkg/pango ] ; then
+
+       mkdir -p gnome/CVS
+       cd gnome
+       echo ":pserver:anonymous@anoncvs.gnome.org:/cvs/gnome" > CVS/Root
+       echo "." > CVS/Repository
+       cvs -z3 checkout -P pango
+       cd pango
+       rm -rf $OPT/pango
+       ./autogen.sh --help
+       ./configure --prefix=$OPT/pango --enable-maintainer-mode --enable-gtk-doc
+       make XFT_LIBS="-L/usr/lib -lXft -L/usr/X11R6/lib -lfreetype -lz -lXrender -lX11 -lfontconfig" install
+
+       cd ../..
+fi 
 
 export PKG_CONFIG_PATH=$OPT/pango/lib/pkgconfig:$PKG_CONFIG_PATH
 
index 098897324fda759d4411739555d3ee8698a7e273..14df140911300f524a3b1c351e11145e6ca98312 100644 (file)
@@ -92,7 +92,7 @@ firstVerse = \lyrics {
     sie -- gend durch __ die Nacht. Schö -- ner Tag, du __ bist er -- wacht. __ Mit ge -- |
     \manuscriptBreak
     heim -- nis -- vol -- len Wor -- ten, in me -- lo -- di -- schen Ak -- kor -- den, grüß __ ich __ \manuscriptBreak |
-    dei -- ne Ro -- sen -- pracht, grüß ich __ dei -- ne Ro -- sen -- pracht. 
+    dei -- ne Ro -- sen -- pracht, grüßxx ich __ dei -- ne Ro -- sen -- pracht. 
     }
 
 secondVerse = \lyrics {
index 381d665530491c7c9efd28d8ea4bfddb370db629..7e44505f500b7614ea8a3ad5b99fb3676f6d81a4 100644 (file)
@@ -32,7 +32,7 @@
       '((font-encoding . fetaMusic)))
 
     #(define text-font-defaults
-      '((font-encoding . latin1)
+      '((font-encoding . ec)
        (baseline-skip . 2)
        (word-space . 0.6)))
 
index 45f10bccb5d31acf2f07faff938be45c26be46f4..ec0736f23683fcb2a78e67fc77aa46a484a525c4 100644 (file)
@@ -88,7 +88,8 @@ vector of symbols."
         ;; aliases
         ("T1" . "tex256.enc")
         ("adobe" . "8a.enc")
-        ("latin1" . "cork.enc")
+        ("latin1" . "latin1.enc")
+        ("ec" . "EC.enc")
         
         ;; LilyPond.
         ("fetaBraces" . "feta-braces-a.enc")
index 563d4f687325789305a8d00e979a6a118a8309ee..6af657f20579754818ab047a63aee4ad0bb37f42 100644 (file)
    (lambda (x)
      (add-font
       node
-      `((font-encoding . latin1)
+      `((font-encoding . ec)
        (font-series . ,(vector-ref (car x) 2))
        (font-shape . ,(vector-ref (car x) 1))
        (font-family . ,(vector-ref (car x) 0)))
index 8d3554e52c8252836a96c8759d10dd1a1ac6846b..11d460595f0186d83acdd19dec5f9dedebb48aa0 100644 (file)
@@ -1,8 +1,8 @@
 depth = ..
 
-TEX_FILES = $(wildcard *.tex) $(outdir)/music-drawing-routines.ps
+TEX_FILES = $(wildcard *.tex)  $(outdir)/latin1.enc  $(outdir)/music-drawing-routines.ps
 
-EXTRA_DIST_FILES = $(TEX_FILES)
+EXTRA_DIST_FILES = $(TEX_FILES) latin1.enc
 STEPMAKE_TEMPLATES=install
 
 INSTALLATION_DIR=$(local_lilypond_datadir)/tex/
@@ -14,4 +14,8 @@ $(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps
        rm -f $@
        -ln $< $@
 
+$(outdir)/latin1.enc: latin1.enc
+       rm -f $@
+       -ln $< $@
+
 all: $(INSTALLATION_FILES)
diff --git a/tex/latin1.enc b/tex/latin1.enc
new file mode 100644 (file)
index 0000000..5776d00
--- /dev/null
@@ -0,0 +1,43 @@
+%!
+% Automatically generated by the Ogonkify package
+% Do not modify
+% -- code follows this line --
+%%BeginResource: encoding ISOLatin1Encoding
+/ISOLatin1Encoding [
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
+/parenleft /parenright /asterisk /plus /comma /minus /period /slash
+/zero /one /two /three /four /five /six /seven
+/eight /nine /colon /semicolon /less /equal /greater /question
+% 100
+/at /A /B /C /D /E /F /G
+/H /I /J /K /L /M /N /O
+/P /Q /R /S /T /U /V /W
+/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
+/quoteleft /a /b /c /d /e /f /g
+/h /i /j /k /l /m /n /o
+/p /q /r /s /t /u /v /w
+/x /y /z /braceleft /bar /braceright /asciitilde /.notdef
+% 200
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
+/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
+/degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /bullet
+/cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
+% 300
+/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
+/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
+/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
+/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
+/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
+/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
+/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
+] def
+%%EndResource