From: Jan Nieuwenhuizen Date: Wed, 7 Apr 2004 11:16:10 +0000 (+0000) Subject: Set inputencoding. X-Git-Tag: release/2.3.0~76 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bb46ea5d41f5cc63c748d66de5097564b0fc276c;p=lilypond.git Set inputencoding. --- diff --git a/ChangeLog b/ChangeLog index 61ed043069..61a79062f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-04-07 Jan Nieuwenhuizen + * 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. diff --git a/input/test/title-markup.ly b/input/test/title-markup.ly index 4ce2898c9c..ee71951cbb 100644 --- a/input/test/title-markup.ly +++ b/input/test/title-markup.ly @@ -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" + } }