]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/utf-8-mixed-text.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / utf-8-mixed-text.ly
1 \header {
2   texidoc = "words in mixed font in a single string
3  are separated by spaces as in the input string.
4  Here a Russian word followed by a roman word."
5   
6 }
7
8 \version "2.16.0"
9
10 % Font settings for Cyrillic
11 % Linux Libertine fonts contain Cyrillic glyphs.
12 \paper {
13   #(define fonts
14     (set-global-fonts
15      #:roman "Linux Libertine O,serif"
16      #:sans "Linux Biolinum O,sans-serif"
17      #:typewriter "Linux Libertine Mono O,monospace"
18    ))
19 }
20
21 \markup { "Здравствуйте Hallo" }