]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/textscript.ly
* scm/lily.scm (ly:all-stencil-expressions):
[lilypond.git] / input / test / textscript.ly
index 442d472f25e3f09f4a3465399e8ddd51b32379cf..161b601363abc85cf909246be719f9892fb263f2 100644 (file)
@@ -1,16 +1,16 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.3.4"
 
 \header { texidoc = "@cindex Textscript
-Test font selection and scm text markup. "
+There are different fonts and glyphs to be used with @code{\markup} command. "
 }
 
 \score{
-  \notes\relative c''{
-    \property Voice . TextScript \override #'font-shape = #'upright
+  \relative c''{
+    \override TextScript  #'font-shape = #'upright
     c1^\markup { \dynamic "p" "ma sosten." }  
     c^\markup \huge "ABCD" 
-    \property Voice . TextScript \override #'font-series = #'bold
+    \override TextScript  #'font-series = #'bold
     c^\markup { \bold "Dal" " " \raise #0.8 \musicglyph #"scripts-segno" }
     c^\markup \huge "ABCD"
   }