]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/utf-8-mixed-text.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / utf-8-mixed-text.ly
index 47e9f7513b8556e444c6cf0afa402eea9ae55cc3..b0fba2c5d25a1a0ced08eb5d0b1a09a19084cab8 100644 (file)
@@ -5,6 +5,17 @@
   
 }
 
-\version "2.12.0"
+\version "2.16.0"
 
-\markup  { "Здравствуйт Hallo" }
+% Font settings for Cyrillic
+% Linux Libertine fonts contain Cyrillic glyphs.
+\paper {
+  #(define fonts
+    (set-global-fonts
+     #:roman "Linux Libertine O,serif"
+     #:sans "Linux Biolinum O,sans-serif"
+     #:typewriter "Linux Libertine Mono O,monospace"
+   ))
+}
+
+\markup { "Здравствуйте Hallo" }