]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/textscript.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / textscript.ly
index dbfb5df0574e7bd84e2b519783d2a7a481a67539..161b601363abc85cf909246be719f9892fb263f2 100644 (file)
@@ -1,16 +1,19 @@
-\version "1.7.6"
-\header {
-texidoc = "Test font selection and scm text markup"
+
+\version "2.3.4"
+
+\header { texidoc = "@cindex Textscript
+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"
   }
+       \paper{ }
 }
-%% new-chords-done %%
+