]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-music-glyph.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / markup-music-glyph.ly
index 7fddd618c4f48b7a85945c381e87becd695b34d0..4aec56f9eefd7f5071decb8792f6b7d348475186 100644 (file)
@@ -1,17 +1,19 @@
-\header {
+\version "2.14.0"
 
-  texidoc = "Reset fontname for musicglyph. For unknown glyphs, we print a warning."
+#(ly:set-option 'warning-as-error #f)
 
-}
+\header {
+  texidoc = "Reset fontname for musicglyph.
+For unknown glyphs, we print a warning."
 
-\version "2.12.0"
+}
 
 {
-  c'^\markup
-  {
-    \override #'(font-name . "Sans")
-    { c'est un B \flat \musicglyph #"UNKNOWN-GLYPH" }
-                               % to get \flat, do:
-                               %  \normal-text \flat
+  c'^\markup {
+    \override #'(font-name . "Sans") {
+      c'est un B \flat \musicglyph #"UNKNOWN-GLYPH"
+    }
+    % to get \flat, do:
+    %  \normal-text \flat
   }
 }