]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/textscript.ly
(conv): dashes rule.
[lilypond.git] / input / test / textscript.ly
index 753a10fd00d258935ba51e5340297e9b48e757ea..710d88f03754a2b8800b314d4e042a4e2ce4965e 100644 (file)
@@ -1,16 +1,19 @@
-\version "1.7.6"
-\header {
-texidoc = "Test font selection and scm text markup"
+#(ly:set-option 'old-relative)
+\version "1.9.1"
+
+\header { texidoc = "@cindex Textscript
+Test font selection and scm text markup. "
 }
 
 \score{
   \notes\relative c''{
     \property Voice . TextScript \override #'font-shape = #'upright
     c1^\markup { \dynamic "p" "ma sosten." }  
-    c^\markup \Large "ABCD" 
+    c^\markup \huge "ABCD" 
     \property Voice . TextScript \override #'font-series = #'bold
     c^\markup { \bold "Dal" " " \raise #0.8 \musicglyph #"scripts-segno" }
     c^\markup \huge "ABCD"
   }
+       \paper{ }
 }
-%% new-chords-done %%
+