]> git.donarmstrong.com Git - lilypond.git/commitdiff
Set inputencoding.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 7 Apr 2004 11:16:10 +0000 (11:16 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 7 Apr 2004 11:16:10 +0000 (11:16 +0000)
ChangeLog
input/test/title-markup.ly

index 61ed043069ff40f8624b775f6a16a0fc471a20a5..61a79062f329d336af3a2e7e274e9cf6da75975e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * input/test/title-markup.ly: Set inputencoding.
+
        * scm/output-ps.scm (define-fonts): Handle font re-encoding.
 
        * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
index 4ce2898c9c7a08ac9e31b8cc817fb1c44f469826..ee71951cbb3a751ed47a98b88217e4800d2c038b 100644 (file)
@@ -9,6 +9,7 @@
 
 \paper{
     #(define page-breaking ly:optimal-page-breaks)
+    inputencoding = #"latin1"
 }
 
 latinTest = \markup { \latin-i "Hellö" }
@@ -69,8 +70,9 @@ spaceTest = \markup { "two space chars" }
        c2-\sizeTest c2-\spaceTest
     }
     \paper {
-%      #(paper-set-staff-size (* 11.0 pt)) 
-       }
+       %% #(paper-set-staff-size (* 11.0 pt)) 
+       inputcoding = #"latin1"
+    }
 }
 
 \header {
@@ -88,4 +90,7 @@ spaceTest = \markup { "two space chars" }
        \repeat unfold 36 { a b c d \break }
        c1
     }
+    \paper {
+       inputcoding = #"latin1"
+    }
 }