]> git.donarmstrong.com Git - lilypond.git/blobdiff - 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
index 03c20d9562df2a18984704b65c3952bf5352447f..b0fba2c5d25a1a0ced08eb5d0b1a09a19084cab8 100644 (file)
@@ -5,6 +5,17 @@
   
 }
 
-\version "2.10.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" }